#c80d13
a dark, electric red · warm · closest name: firebrick
RGB
200, 13, 19
HSL
358°, 88%, 42%
CMYK
0, 94, 91, 22
Luminance
0.1261
Every format
| HEX | #c80d13 |
| RGB | rgb(200, 13, 19) |
| HSL | hsl(358, 88%, 42%) |
| CMYK | cmyk(0%, 94%, 91%, 22%) |
| LAB | lab(42.2 65.6 49.5) |
| LCH | lch(42.2 82.2 37.0) |
| OKLCH | oklch(0.527 0.210 27.9) |
Copy-ready code
/* CSS */
color: #c80d13;
background-color: #c80d13;
/* Tailwind (arbitrary) */
class="text-[#c80d13] bg-[#c80d13]"
/* SCSS */
$brand: #c80d13;
/* SwiftUI */
Color(red: 0.784, green: 0.051, blue: 0.075)
/* Android */
Color.parseColor("#c80d13")Accessibility — WCAG contrast
Aa
#c80d13 on white: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c80d13 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green5.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.5%
Yellow90.5%
Key (black)21.6%
Color previews
#c80d13 text on a black background
contrast 3.52:1
Card sample
#c80d13 text on a white background
contrast 5.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c80d13;
Background color
Panel with #c80d13 background
background-color: #c80d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c80d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 13, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 13, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c80d13; background: linear-gradient(135deg, #c80d13, #C8840D);