#cd3d1b
a balanced, electric red · warm · closest name: firebrick
RGB
205, 61, 27
HSL
12°, 77%, 46%
CMYK
0, 70, 87, 20
Luminance
0.1640
Every format
| HEX | #cd3d1b |
| RGB | rgb(205, 61, 27) |
| HSL | hsl(12, 77%, 46%) |
| CMYK | cmyk(0%, 70%, 87%, 20%) |
| LAB | lab(47.5 55.2 50.6) |
| LCH | lch(47.5 74.9 42.5) |
| OKLCH | oklch(0.568 0.186 34.1) |
Copy-ready code
/* CSS */
color: #cd3d1b;
background-color: #cd3d1b;
/* Tailwind (arbitrary) */
class="text-[#cd3d1b] bg-[#cd3d1b]"
/* SCSS */
$brand: #cd3d1b;
/* SwiftUI */
Color(red: 0.804, green: 0.239, blue: 0.106)
/* Android */
Color.parseColor("#cd3d1b")Accessibility — WCAG contrast
Aa
#cd3d1b on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd3d1b on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow86.8%
Key (black)19.6%
Color previews
#cd3d1b text on a black background
contrast 4.28:1
Card sample
#cd3d1b text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3d1b;
Background color
Panel with #cd3d1b background
background-color: #cd3d1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3d1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 61, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 61, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3d1b; background: linear-gradient(135deg, #cd3d1b, #CDB41B);