#c22621
a dark, vivid red · warm · closest name: firebrick
RGB
194, 38, 33
HSL
2°, 71%, 45%
CMYK
0, 80, 83, 24
Luminance
0.1297
Every format
| HEX | #c22621 |
| RGB | rgb(194, 38, 33) |
| HSL | hsl(2, 71%, 45%) |
| CMYK | cmyk(0%, 80%, 83%, 24%) |
| LAB | lab(42.7 59.5 42.8) |
| LCH | lch(42.7 73.3 35.7) |
| OKLCH | oklch(0.529 0.192 28.1) |
Copy-ready code
/* CSS */
color: #c22621;
background-color: #c22621;
/* Tailwind (arbitrary) */
class="text-[#c22621] bg-[#c22621]"
/* SCSS */
$brand: #c22621;
/* SwiftUI */
Color(red: 0.761, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#c22621")Accessibility — WCAG contrast
Aa
#c22621 on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c22621 on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow83.0%
Key (black)23.9%
Color previews
#c22621 text on a black background
contrast 3.59:1
Card sample
#c22621 text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c22621;
Background color
Panel with #c22621 background
background-color: #c22621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c22621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c22621; background: linear-gradient(135deg, #c22621, #C29121);