#cd2913
a dark, electric red · warm · closest name: firebrick
RGB
205, 41, 19
HSL
7°, 83%, 44%
CMYK
0, 80, 91, 20
Luminance
0.1461
Every format
| HEX | #cd2913 |
| RGB | rgb(205, 41, 19) |
| HSL | hsl(7, 83%, 44%) |
| CMYK | cmyk(0%, 80%, 91%, 20%) |
| LAB | lab(45.1 61.6 52.0) |
| LCH | lch(45.1 80.6 40.2) |
| OKLCH | oklch(0.550 0.202 31.1) |
Copy-ready code
/* CSS */
color: #cd2913;
background-color: #cd2913;
/* Tailwind (arbitrary) */
class="text-[#cd2913] bg-[#cd2913]"
/* SCSS */
$brand: #cd2913;
/* SwiftUI */
Color(red: 0.804, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#cd2913")Accessibility — WCAG contrast
Aa
#cd2913 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd2913 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow90.7%
Key (black)19.6%
Color previews
#cd2913 text on a black background
contrast 3.92:1
Card sample
#cd2913 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2913;
Background color
Panel with #cd2913 background
background-color: #cd2913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2913; background: linear-gradient(135deg, #cd2913, #CDA513);