#c80413
a dark, electric red · warm · closest name: firebrick
RGB
200, 4, 19
HSL
355°, 96%, 40%
CMYK
0, 98, 91, 22
Luminance
0.1241
Every format
| HEX | #c80413 |
| RGB | rgb(200, 4, 19) |
| HSL | hsl(355, 96%, 40%) |
| CMYK | cmyk(0%, 98%, 91%, 22%) |
| LAB | lab(41.9 66.5 49.3) |
| LCH | lch(41.9 82.8 36.6) |
| OKLCH | oklch(0.525 0.213 27.4) |
Copy-ready code
/* CSS */
color: #c80413;
background-color: #c80413;
/* Tailwind (arbitrary) */
class="text-[#c80413] bg-[#c80413]"
/* SCSS */
$brand: #c80413;
/* SwiftUI */
Color(red: 0.784, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#c80413")Accessibility — WCAG contrast
Aa
#c80413 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80413 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green1.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow90.5%
Key (black)21.6%
Color previews
#c80413 text on a black background
contrast 3.48:1
Card sample
#c80413 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80413;
Background color
Panel with #c80413 background
background-color: #c80413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80413; background: linear-gradient(135deg, #c80413, #C87804);