#cc0413
a dark, electric red · warm · closest name: firebrick
RGB
204, 4, 19
HSL
356°, 96%, 41%
CMYK
0, 98, 91, 20
Luminance
0.1297
Every format
| HEX | #cc0413 |
| RGB | rgb(204, 4, 19) |
| HSL | hsl(356, 96%, 41%) |
| CMYK | cmyk(0%, 98%, 91%, 20%) |
| LAB | lab(42.7 67.5 50.3) |
| LCH | lch(42.7 84.2 36.7) |
| OKLCH | oklch(0.532 0.216 27.5) |
Copy-ready code
/* CSS */
color: #cc0413;
background-color: #cc0413;
/* Tailwind (arbitrary) */
class="text-[#cc0413] bg-[#cc0413]"
/* SCSS */
$brand: #cc0413;
/* SwiftUI */
Color(red: 0.800, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#cc0413")Accessibility — WCAG contrast
Aa
#cc0413 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0413 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green1.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow90.7%
Key (black)20.0%
Color previews
#cc0413 text on a black background
contrast 3.59:1
Card sample
#cc0413 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0413;
Background color
Panel with #cc0413 background
background-color: #cc0413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0413; background: linear-gradient(135deg, #cc0413, #CC7A04);