#d52f22
a balanced, vivid red · warm · closest name: firebrick
RGB
213, 47, 34
HSL
4°, 73%, 48%
CMYK
0, 78, 84, 17
Luminance
0.1629
Every format
| HEX | #d52f22 |
| RGB | rgb(213, 47, 34) |
| HSL | hsl(4, 73%, 48%) |
| CMYK | cmyk(0%, 78%, 84%, 17%) |
| LAB | lab(47.4 62.5 47.9) |
| LCH | lch(47.4 78.7 37.5) |
| OKLCH | oklch(0.570 0.204 29.5) |
Copy-ready code
/* CSS */
color: #d52f22;
background-color: #d52f22;
/* Tailwind (arbitrary) */
class="text-[#d52f22] bg-[#d52f22]"
/* SCSS */
$brand: #d52f22;
/* SwiftUI */
Color(red: 0.835, green: 0.184, blue: 0.133)
/* Android */
Color.parseColor("#d52f22")Accessibility — WCAG contrast
Aa
#d52f22 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52f22 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green18.4%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow84.0%
Key (black)16.5%
Color previews
#d52f22 text on a black background
contrast 4.26:1
Card sample
#d52f22 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52f22;
Background color
Panel with #d52f22 background
background-color: #d52f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 47, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 47, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52f22; background: linear-gradient(135deg, #d52f22, #D5A622);