#ae0213
a dark, electric red · warm · closest name: firebrick
RGB
174, 2, 19
HSL
354°, 98%, 35%
CMYK
0, 99, 89, 32
Luminance
0.0909
Every format
| HEX | #ae0213 |
| RGB | rgb(174, 2, 19) |
| HSL | hsl(354, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 89%, 32%) |
| LAB | lab(36.2 60.1 42.6) |
| LCH | lch(36.2 73.7 35.3) |
| OKLCH | oklch(0.473 0.192 26.7) |
Copy-ready code
/* CSS */
color: #ae0213;
background-color: #ae0213;
/* Tailwind (arbitrary) */
class="text-[#ae0213] bg-[#ae0213]"
/* SCSS */
$brand: #ae0213;
/* SwiftUI */
Color(red: 0.682, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#ae0213")Accessibility — WCAG contrast
Aa
#ae0213 on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0213 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow89.1%
Key (black)31.8%
Color previews
#ae0213 text on a black background
contrast 2.82:1
Card sample
#ae0213 text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0213;
Background color
Panel with #ae0213 background
background-color: #ae0213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0213; background: linear-gradient(135deg, #ae0213, #AE6402);