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