#cc1713
a dark, electric red · warm · closest name: firebrick
RGB
204, 23, 19
HSL
1°, 83%, 44%
CMYK
0, 89, 91, 20
Luminance
0.1350
Every format
| HEX | #cc1713 |
| RGB | rgb(204, 23, 19) |
| HSL | hsl(1, 83%, 44%) |
| CMYK | cmyk(0%, 89%, 91%, 20%) |
| LAB | lab(43.5 65.3 50.8) |
| LCH | lch(43.5 82.7 37.9) |
| OKLCH | oklch(0.538 0.210 28.7) |
Copy-ready code
/* CSS */
color: #cc1713;
background-color: #cc1713;
/* Tailwind (arbitrary) */
class="text-[#cc1713] bg-[#cc1713]"
/* SCSS */
$brand: #cc1713;
/* SwiftUI */
Color(red: 0.800, green: 0.090, blue: 0.075)
/* Android */
Color.parseColor("#cc1713")Accessibility — WCAG contrast
Aa
#cc1713 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1713 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green9.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow90.7%
Key (black)20.0%
Color previews
#cc1713 text on a black background
contrast 3.70:1
Card sample
#cc1713 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1713;
Background color
Panel with #cc1713 background
background-color: #cc1713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 23, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 23, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1713; background: linear-gradient(135deg, #cc1713, #CC9213);