#d22f21
a balanced, vivid red · warm · closest name: firebrick
RGB
210, 47, 33
HSL
5°, 73%, 48%
CMYK
0, 78, 84, 18
Luminance
0.1584
Every format
| HEX | #d22f21 |
| RGB | rgb(210, 47, 33) |
| HSL | hsl(5, 73%, 48%) |
| CMYK | cmyk(0%, 78%, 84%, 18%) |
| LAB | lab(46.8 61.6 47.6) |
| LCH | lch(46.8 77.9 37.7) |
| OKLCH | oklch(0.565 0.201 29.7) |
Copy-ready code
/* CSS */
color: #d22f21;
background-color: #d22f21;
/* Tailwind (arbitrary) */
class="text-[#d22f21] bg-[#d22f21]"
/* SCSS */
$brand: #d22f21;
/* SwiftUI */
Color(red: 0.824, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#d22f21")Accessibility — WCAG contrast
Aa
#d22f21 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d22f21 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow84.3%
Key (black)17.6%
Color previews
#d22f21 text on a black background
contrast 4.17:1
Card sample
#d22f21 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d22f21;
Background color
Panel with #d22f21 background
background-color: #d22f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d22f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d22f21; background: linear-gradient(135deg, #d22f21, #D2A521);