#c41002
a dark, electric red · warm · closest name: firebrick
RGB
196, 16, 2
HSL
4°, 98%, 39%
CMYK
0, 92, 99, 23
Luminance
0.1211
Every format
| HEX | #c41002 |
| RGB | rgb(196, 16, 2) |
| HSL | hsl(4, 98%, 39%) |
| CMYK | cmyk(0%, 92%, 99%, 23%) |
| LAB | lab(41.4 64.0 54.6) |
| LCH | lch(41.4 84.2 40.5) |
| OKLCH | oklch(0.520 0.207 30.0) |
Copy-ready code
/* CSS */
color: #c41002;
background-color: #c41002;
/* Tailwind (arbitrary) */
class="text-[#c41002] bg-[#c41002]"
/* SCSS */
$brand: #c41002;
/* SwiftUI */
Color(red: 0.769, green: 0.063, blue: 0.008)
/* Android */
Color.parseColor("#c41002")Accessibility — WCAG contrast
Aa
#c41002 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c41002 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green6.3%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow99.0%
Key (black)23.1%
Color previews
#c41002 text on a black background
contrast 3.42:1
Card sample
#c41002 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c41002;
Background color
Panel with #c41002 background
background-color: #c41002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c41002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 16, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 16, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c41002; background: linear-gradient(135deg, #c41002, #C49102);