#cc2413
a dark, electric red · warm · closest name: firebrick
RGB
204, 36, 19
HSL
6°, 83%, 44%
CMYK
0, 82, 91, 20
Luminance
0.1415
Every format
| HEX | #cc2413 |
| RGB | rgb(204, 36, 19) |
| HSL | hsl(6, 83%, 44%) |
| CMYK | cmyk(0%, 82%, 91%, 20%) |
| LAB | lab(44.5 62.6 51.5) |
| LCH | lch(44.5 81.0 39.4) |
| OKLCH | oklch(0.545 0.204 30.3) |
Copy-ready code
/* CSS */
color: #cc2413;
background-color: #cc2413;
/* Tailwind (arbitrary) */
class="text-[#cc2413] bg-[#cc2413]"
/* SCSS */
$brand: #cc2413;
/* SwiftUI */
Color(red: 0.800, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#cc2413")Accessibility — WCAG contrast
Aa
#cc2413 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc2413 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow90.7%
Key (black)20.0%
Color previews
#cc2413 text on a black background
contrast 3.83:1
Card sample
#cc2413 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2413;
Background color
Panel with #cc2413 background
background-color: #cc2413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2413; background: linear-gradient(135deg, #cc2413, #CC9F13);