#a01d21
a dark, vivid red · warm · closest name: firebrick
RGB
160, 29, 33
HSL
358°, 69%, 37%
CMYK
0, 82, 79, 37
Luminance
0.0846
Every format
| HEX | #a01d21 |
| RGB | rgb(160, 29, 33) |
| HSL | hsl(358, 69%, 37%) |
| CMYK | cmyk(0%, 82%, 79%, 37%) |
| LAB | lab(34.9 51.9 32.8) |
| LCH | lch(34.9 61.4 32.2) |
| OKLCH | oklch(0.459 0.166 25.6) |
Copy-ready code
/* CSS */
color: #a01d21;
background-color: #a01d21;
/* Tailwind (arbitrary) */
class="text-[#a01d21] bg-[#a01d21]"
/* SCSS */
$brand: #a01d21;
/* SwiftUI */
Color(red: 0.627, green: 0.114, blue: 0.129)
/* Android */
Color.parseColor("#a01d21")Accessibility — WCAG contrast
Aa
#a01d21 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a01d21 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green11.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow79.4%
Key (black)37.3%
Color previews
#a01d21 text on a black background
contrast 2.69:1
Card sample
#a01d21 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01d21;
Background color
Panel with #a01d21 background
background-color: #a01d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 29, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 29, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01d21; background: linear-gradient(135deg, #a01d21, #A0711D);