#c0182f
a dark, electric red · warm · closest name: firebrick
RGB
192, 24, 47
HSL
352°, 78%, 42%
CMYK
0, 88, 76, 25
Luminance
0.1206
Every format
| HEX | #c0182f |
| RGB | rgb(192, 24, 47) |
| HSL | hsl(352, 78%, 42%) |
| CMYK | cmyk(0%, 88%, 76%, 25%) |
| LAB | lab(41.3 62.6 33.3) |
| LCH | lch(41.3 70.9 28.0) |
| OKLCH | oklch(0.519 0.197 22.2) |
Copy-ready code
/* CSS */
color: #c0182f;
background-color: #c0182f;
/* Tailwind (arbitrary) */
class="text-[#c0182f] bg-[#c0182f]"
/* SCSS */
$brand: #c0182f;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.184)
/* Android */
Color.parseColor("#c0182f")Accessibility — WCAG contrast
Aa
#c0182f on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0182f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow75.5%
Key (black)24.7%
Color previews
#c0182f text on a black background
contrast 3.41:1
Card sample
#c0182f text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0182f;
Background color
Panel with #c0182f background
background-color: #c0182f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0182f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0182f; background: linear-gradient(135deg, #c0182f, #C07118);