#c0142f
a dark, electric red · warm · closest name: firebrick
RGB
192, 20, 47
HSL
351°, 81%, 42%
CMYK
0, 90, 76, 25
Luminance
0.1191
Every format
| HEX | #c0142f |
| RGB | rgb(192, 20, 47) |
| HSL | hsl(351, 81%, 42%) |
| CMYK | cmyk(0%, 90%, 76%, 25%) |
| LAB | lab(41.1 63.3 33.0) |
| LCH | lch(41.1 71.4 27.6) |
| OKLCH | oklch(0.517 0.199 21.8) |
Copy-ready code
/* CSS */
color: #c0142f;
background-color: #c0142f;
/* Tailwind (arbitrary) */
class="text-[#c0142f] bg-[#c0142f]"
/* SCSS */
$brand: #c0142f;
/* SwiftUI */
Color(red: 0.753, green: 0.078, blue: 0.184)
/* Android */
Color.parseColor("#c0142f")Accessibility — WCAG contrast
Aa
#c0142f on white: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0142f on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green7.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow75.5%
Key (black)24.7%
Color previews
#c0142f text on a black background
contrast 3.38:1
Card sample
#c0142f text on a white background
contrast 6.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0142f;
Background color
Panel with #c0142f background
background-color: #c0142f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0142f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 20, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 20, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0142f; background: linear-gradient(135deg, #c0142f, #C06C14);