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