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