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