#cd341f
a balanced, vivid red · warm · closest name: firebrick
RGB
205, 52, 31
HSL
7°, 74%, 46%
CMYK
0, 75, 85, 20
Luminance
0.1553
Every format
| HEX | #cd341f |
| RGB | rgb(205, 52, 31) |
| HSL | hsl(7, 74%, 46%) |
| CMYK | cmyk(0%, 75%, 85%, 20%) |
| LAB | lab(46.4 58.5 47.9) |
| LCH | lch(46.4 75.5 39.3) |
| OKLCH | oklch(0.560 0.193 31.2) |
Copy-ready code
/* CSS */
color: #cd341f;
background-color: #cd341f;
/* Tailwind (arbitrary) */
class="text-[#cd341f] bg-[#cd341f]"
/* SCSS */
$brand: #cd341f;
/* SwiftUI */
Color(red: 0.804, green: 0.204, blue: 0.122)
/* Android */
Color.parseColor("#cd341f")Accessibility — WCAG contrast
Aa
#cd341f on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cd341f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow84.9%
Key (black)19.6%
Color previews
#cd341f text on a black background
contrast 4.11:1
Card sample
#cd341f text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd341f;
Background color
Panel with #cd341f background
background-color: #cd341f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd341f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 52, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 52, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd341f; background: linear-gradient(135deg, #cd341f, #CDA81F);