#c02421
a dark, vivid red · warm · closest name: firebrick
RGB
192, 36, 33
HSL
1°, 71%, 44%
CMYK
0, 81, 83, 25
Luminance
0.1258
Every format
| HEX | #c02421 |
| RGB | rgb(192, 36, 33) |
| HSL | hsl(1, 71%, 44%) |
| CMYK | cmyk(0%, 81%, 83%, 25%) |
| LAB | lab(42.1 59.4 42.1) |
| LCH | lch(42.1 72.8 35.3) |
| OKLCH | oklch(0.524 0.192 27.7) |
Copy-ready code
/* CSS */
color: #c02421;
background-color: #c02421;
/* Tailwind (arbitrary) */
class="text-[#c02421] bg-[#c02421]"
/* SCSS */
$brand: #c02421;
/* SwiftUI */
Color(red: 0.753, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#c02421")Accessibility — WCAG contrast
Aa
#c02421 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02421 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow82.8%
Key (black)24.7%
Color previews
#c02421 text on a black background
contrast 3.52:1
Card sample
#c02421 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02421;
Background color
Panel with #c02421 background
background-color: #c02421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02421; background: linear-gradient(135deg, #c02421, #C08E21);