#cc1114
a dark, electric red · warm · closest name: firebrick
RGB
204, 17, 20
HSL
359°, 85%, 43%
CMYK
0, 92, 90, 20
Luminance
0.1329
Every format
| HEX | #cc1114 |
| RGB | rgb(204, 17, 20) |
| HSL | hsl(359, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 90%, 20%) |
| LAB | lab(43.2 66.2 50.2) |
| LCH | lch(43.2 83.1 37.2) |
| OKLCH | oklch(0.536 0.212 28.1) |
Copy-ready code
/* CSS */
color: #cc1114;
background-color: #cc1114;
/* Tailwind (arbitrary) */
class="text-[#cc1114] bg-[#cc1114]"
/* SCSS */
$brand: #cc1114;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.078)
/* Android */
Color.parseColor("#cc1114")Accessibility — WCAG contrast
Aa
#cc1114 on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1114 on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow90.2%
Key (black)20.0%
Color previews
#cc1114 text on a black background
contrast 3.66:1
Card sample
#cc1114 text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1114;
Background color
Panel with #cc1114 background
background-color: #cc1114;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1114;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1114; background: linear-gradient(135deg, #cc1114, #CC8A11);