#cd1007
a dark, electric red · warm · closest name: firebrick
RGB
205, 16, 7
HSL
3°, 93%, 42%
CMYK
0, 92, 97, 20
Luminance
0.1337
Every format
| HEX | #cd1007 |
| RGB | rgb(205, 16, 7) |
| HSL | hsl(3, 93%, 42%) |
| CMYK | cmyk(0%, 92%, 97%, 20%) |
| LAB | lab(43.3 66.4 54.9) |
| LCH | lch(43.3 86.2 39.6) |
| OKLCH | oklch(0.537 0.214 29.5) |
Copy-ready code
/* CSS */
color: #cd1007;
background-color: #cd1007;
/* Tailwind (arbitrary) */
class="text-[#cd1007] bg-[#cd1007]"
/* SCSS */
$brand: #cd1007;
/* SwiftUI */
Color(red: 0.804, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#cd1007")Accessibility — WCAG contrast
Aa
#cd1007 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd1007 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.2%
Yellow96.6%
Key (black)19.6%
Color previews
#cd1007 text on a black background
contrast 3.67:1
Card sample
#cd1007 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1007;
Background color
Panel with #cd1007 background
background-color: #cd1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1007; background: linear-gradient(135deg, #cd1007, #CD9407);