#c22321
a dark, vivid red · warm · closest name: firebrick
RGB
194, 35, 33
HSL
1°, 71%, 45%
CMYK
0, 82, 83, 24
Luminance
0.1278
Every format
| HEX | #c22321 |
| RGB | rgb(194, 35, 33) |
| HSL | hsl(1, 71%, 45%) |
| CMYK | cmyk(0%, 82%, 83%, 24%) |
| LAB | lab(42.4 60.3 42.5) |
| LCH | lch(42.4 73.8 35.2) |
| OKLCH | oklch(0.527 0.194 27.6) |
Copy-ready code
/* CSS */
color: #c22321;
background-color: #c22321;
/* Tailwind (arbitrary) */
class="text-[#c22321] bg-[#c22321]"
/* SCSS */
$brand: #c22321;
/* SwiftUI */
Color(red: 0.761, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#c22321")Accessibility — WCAG contrast
Aa
#c22321 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22321 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow83.0%
Key (black)23.9%
Color previews
#c22321 text on a black background
contrast 3.56:1
Card sample
#c22321 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22321;
Background color
Panel with #c22321 background
background-color: #c22321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22321; background: linear-gradient(135deg, #c22321, #C28E21);