#cd1613
a dark, electric red · warm · closest name: firebrick
RGB
205, 22, 19
HSL
1°, 83%, 44%
CMYK
0, 89, 91, 20
Luminance
0.1360
Every format
| HEX | #cd1613 |
| RGB | rgb(205, 22, 19) |
| HSL | hsl(1, 83%, 44%) |
| CMYK | cmyk(0%, 89%, 91%, 20%) |
| LAB | lab(43.7 65.7 51.0) |
| LCH | lch(43.7 83.2 37.8) |
| OKLCH | oklch(0.540 0.212 28.7) |
Copy-ready code
/* CSS */
color: #cd1613;
background-color: #cd1613;
/* Tailwind (arbitrary) */
class="text-[#cd1613] bg-[#cd1613]"
/* SCSS */
$brand: #cd1613;
/* SwiftUI */
Color(red: 0.804, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#cd1613")Accessibility — WCAG contrast
Aa
#cd1613 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1613 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.3%
Yellow90.7%
Key (black)19.6%
Color previews
#cd1613 text on a black background
contrast 3.72:1
Card sample
#cd1613 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1613;
Background color
Panel with #cd1613 background
background-color: #cd1613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1613; background: linear-gradient(135deg, #cd1613, #CD9213);