#cd3415
a dark, electric red · warm · closest name: firebrick
RGB
205, 52, 21
HSL
10°, 81%, 44%
CMYK
0, 75, 90, 20
Luminance
0.1549
Every format
| HEX | #cd3415 |
| RGB | rgb(205, 52, 21) |
| HSL | hsl(10, 81%, 44%) |
| CMYK | cmyk(0%, 75%, 90%, 20%) |
| LAB | lab(46.3 58.3 52.1) |
| LCH | lch(46.3 78.2 41.8) |
| OKLCH | oklch(0.559 0.194 32.9) |
Copy-ready code
/* CSS */
color: #cd3415;
background-color: #cd3415;
/* Tailwind (arbitrary) */
class="text-[#cd3415] bg-[#cd3415]"
/* SCSS */
$brand: #cd3415;
/* SwiftUI */
Color(red: 0.804, green: 0.204, blue: 0.082)
/* Android */
Color.parseColor("#cd3415")Accessibility — WCAG contrast
Aa
#cd3415 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3415 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.4%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow89.8%
Key (black)19.6%
Color previews
#cd3415 text on a black background
contrast 4.10:1
Card sample
#cd3415 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3415;
Background color
Panel with #cd3415 background
background-color: #cd3415;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3415;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 52, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 52, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3415; background: linear-gradient(135deg, #cd3415, #CDAF15);