#c42002
a dark, electric red · warm · closest name: firebrick
RGB
196, 32, 2
HSL
9°, 98%, 39%
CMYK
0, 84, 99, 23
Luminance
0.1277
Every format
| HEX | #c42002 |
| RGB | rgb(196, 32, 2) |
| HSL | hsl(9, 98%, 39%) |
| CMYK | cmyk(0%, 84%, 99%, 23%) |
| LAB | lab(42.4 61.1 55.1) |
| LCH | lch(42.4 82.2 42.0) |
| OKLCH | oklch(0.527 0.200 31.7) |
Copy-ready code
/* CSS */
color: #c42002;
background-color: #c42002;
/* Tailwind (arbitrary) */
class="text-[#c42002] bg-[#c42002]"
/* SCSS */
$brand: #c42002;
/* SwiftUI */
Color(red: 0.769, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#c42002")Accessibility — WCAG contrast
Aa
#c42002 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c42002 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta83.7%
Yellow99.0%
Key (black)23.1%
Color previews
#c42002 text on a black background
contrast 3.55:1
Card sample
#c42002 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42002;
Background color
Panel with #c42002 background
background-color: #c42002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42002; background: linear-gradient(135deg, #c42002, #C4A102);