#a31e00
a dark, electric red · warm · closest name: firebrick
RGB
163, 30, 0
HSL
11°, 100%, 32%
CMYK
0, 82, 100, 36
Luminance
0.0872
Every format
| HEX | #a31e00 |
| RGB | rgb(163, 30, 0) |
| HSL | hsl(11, 100%, 32%) |
| CMYK | cmyk(0%, 82%, 100%, 36%) |
| LAB | lab(35.4 51.9 48.8) |
| LCH | lch(35.4 71.2 43.2) |
| OKLCH | oklch(0.463 0.172 32.9) |
Copy-ready code
/* CSS */
color: #a31e00;
background-color: #a31e00;
/* Tailwind (arbitrary) */
class="text-[#a31e00] bg-[#a31e00]"
/* SCSS */
$brand: #a31e00;
/* SwiftUI */
Color(red: 0.639, green: 0.118, blue: 0.000)
/* Android */
Color.parseColor("#a31e00")Accessibility — WCAG contrast
Aa
#a31e00 on white: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a31e00 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green11.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow100.0%
Key (black)36.1%
Color previews
#a31e00 text on a black background
contrast 2.74:1
Card sample
#a31e00 text on a white background
contrast 7.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a31e00;
Background color
Panel with #a31e00 background
background-color: #a31e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a31e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 30, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 30, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a31e00; background: linear-gradient(135deg, #a31e00, #A38B00);