#a33921
a dark, vivid red · warm · closest name: firebrick
RGB
163, 57, 33
HSL
11°, 66%, 38%
CMYK
0, 65, 80, 36
Luminance
0.1082
Every format
| HEX | #a33921 |
| RGB | rgb(163, 57, 33) |
| HSL | hsl(11, 66%, 38%) |
| CMYK | cmyk(0%, 65%, 80%, 36%) |
| LAB | lab(39.3 42.5 37.4) |
| LCH | lch(39.3 56.7 41.3) |
| OKLCH | oklch(0.493 0.145 34.2) |
Copy-ready code
/* CSS */
color: #a33921;
background-color: #a33921;
/* Tailwind (arbitrary) */
class="text-[#a33921] bg-[#a33921]"
/* SCSS */
$brand: #a33921;
/* SwiftUI */
Color(red: 0.639, green: 0.224, blue: 0.129)
/* Android */
Color.parseColor("#a33921")Accessibility — WCAG contrast
Aa
#a33921 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a33921 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green22.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow79.8%
Key (black)36.1%
Color previews
#a33921 text on a black background
contrast 3.16:1
Card sample
#a33921 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a33921;
Background color
Panel with #a33921 background
background-color: #a33921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a33921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 57, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 57, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a33921; background: linear-gradient(135deg, #a33921, #A39021);