#ad1813
a dark, electric red · warm · closest name: firebrick
RGB
173, 24, 19
HSL
2°, 80%, 38%
CMYK
0, 86, 89, 32
Luminance
0.0958
Every format
| HEX | #ad1813 |
| RGB | rgb(173, 24, 19) |
| HSL | hsl(2, 80%, 38%) |
| CMYK | cmyk(0%, 86%, 89%, 32%) |
| LAB | lab(37.1 56.6 43.2) |
| LCH | lch(37.1 71.2 37.4) |
| OKLCH | oklch(0.480 0.183 28.7) |
Copy-ready code
/* CSS */
color: #ad1813;
background-color: #ad1813;
/* Tailwind (arbitrary) */
class="text-[#ad1813] bg-[#ad1813]"
/* SCSS */
$brand: #ad1813;
/* SwiftUI */
Color(red: 0.678, green: 0.094, blue: 0.075)
/* Android */
Color.parseColor("#ad1813")Accessibility — WCAG contrast
Aa
#ad1813 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ad1813 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green9.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow89.0%
Key (black)32.2%
Color previews
#ad1813 text on a black background
contrast 2.92:1
Card sample
#ad1813 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad1813;
Background color
Panel with #ad1813 background
background-color: #ad1813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad1813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 24, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 24, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad1813; background: linear-gradient(135deg, #ad1813, #AD7E13);