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