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