#cc0713
a dark, electric red · warm · closest name: firebrick
RGB
204, 7, 19
HSL
356°, 93%, 41%
CMYK
0, 97, 91, 20
Luminance
0.1304
Every format
| HEX | #cc0713 |
| RGB | rgb(204, 7, 19) |
| HSL | hsl(356, 93%, 41%) |
| CMYK | cmyk(0%, 97%, 91%, 20%) |
| LAB | lab(42.8 67.2 50.4) |
| LCH | lch(42.8 84.0 36.8) |
| OKLCH | oklch(0.533 0.215 27.7) |
Copy-ready code
/* CSS */
color: #cc0713;
background-color: #cc0713;
/* Tailwind (arbitrary) */
class="text-[#cc0713] bg-[#cc0713]"
/* SCSS */
$brand: #cc0713;
/* SwiftUI */
Color(red: 0.800, green: 0.027, blue: 0.075)
/* Android */
Color.parseColor("#cc0713")Accessibility — WCAG contrast
Aa
#cc0713 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0713 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green2.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow90.7%
Key (black)20.0%
Color previews
#cc0713 text on a black background
contrast 3.61:1
Card sample
#cc0713 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0713;
Background color
Panel with #cc0713 background
background-color: #cc0713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 7, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 7, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0713; background: linear-gradient(135deg, #cc0713, #CC7E07);