#cd372f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 55, 47
HSL
3°, 63%, 49%
CMYK
0, 73, 77, 20
Luminance
0.1592
Every format
| HEX | #cd372f |
| RGB | rgb(205, 55, 47) |
| HSL | hsl(3, 63%, 49%) |
| CMYK | cmyk(0%, 73%, 77%, 20%) |
| LAB | lab(46.9 57.9 40.1) |
| LCH | lch(46.9 70.5 34.7) |
| OKLCH | oklch(0.564 0.188 28.0) |
Copy-ready code
/* CSS */
color: #cd372f;
background-color: #cd372f;
/* Tailwind (arbitrary) */
class="text-[#cd372f] bg-[#cd372f]"
/* SCSS */
$brand: #cd372f;
/* SwiftUI */
Color(red: 0.804, green: 0.216, blue: 0.184)
/* Android */
Color.parseColor("#cd372f")Accessibility — WCAG contrast
Aa
#cd372f on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd372f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green21.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.2%
Yellow77.1%
Key (black)19.6%
Color previews
#cd372f text on a black background
contrast 4.18:1
Card sample
#cd372f text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd372f;
Background color
Panel with #cd372f background
background-color: #cd372f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd372f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 55, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 55, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd372f; background: linear-gradient(135deg, #cd372f, #CDA02F);