#c24721
a dark, vivid red · warm · closest name: firebrick
RGB
194, 71, 33
HSL
14°, 71%, 45%
CMYK
0, 63, 83, 24
Luminance
0.1609
Every format
| HEX | #c24721 |
| RGB | rgb(194, 71, 33) |
| HSL | hsl(14, 71%, 45%) |
| CMYK | cmyk(0%, 63%, 83%, 24%) |
| LAB | lab(47.1 47.5 46.8) |
| LCH | lch(47.1 66.7 44.6) |
| OKLCH | oklch(0.562 0.166 36.9) |
Copy-ready code
/* CSS */
color: #c24721;
background-color: #c24721;
/* Tailwind (arbitrary) */
class="text-[#c24721] bg-[#c24721]"
/* SCSS */
$brand: #c24721;
/* SwiftUI */
Color(red: 0.761, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#c24721")Accessibility — WCAG contrast
Aa
#c24721 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c24721 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow83.0%
Key (black)23.9%
Color previews
#c24721 text on a black background
contrast 4.22:1
Card sample
#c24721 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c24721;
Background color
Panel with #c24721 background
background-color: #c24721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c24721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c24721; background: linear-gradient(135deg, #c24721, #C2B221);