#ae0010
a dark, electric red · warm · closest name: firebrick
RGB
174, 0, 16
HSL
355°, 100%, 34%
CMYK
0, 100, 91, 32
Luminance
0.0904
Every format
| HEX | #ae0010 |
| RGB | rgb(174, 0, 16) |
| HSL | hsl(355, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 91%, 32%) |
| LAB | lab(36.1 60.3 43.9) |
| LCH | lch(36.1 74.6 36.1) |
| OKLCH | oklch(0.472 0.193 27.1) |
Copy-ready code
/* CSS */
color: #ae0010;
background-color: #ae0010;
/* Tailwind (arbitrary) */
class="text-[#ae0010] bg-[#ae0010]"
/* SCSS */
$brand: #ae0010;
/* SwiftUI */
Color(red: 0.682, green: 0.000, blue: 0.063)
/* Android */
Color.parseColor("#ae0010")Accessibility — WCAG contrast
Aa
#ae0010 on white: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0010 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green0.0%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow90.8%
Key (black)31.8%
Color previews
#ae0010 text on a black background
contrast 2.81:1
Card sample
#ae0010 text on a white background
contrast 7.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0010;
Background color
Panel with #ae0010 background
background-color: #ae0010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 0, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 0, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0010; background: linear-gradient(135deg, #ae0010, #AE6400);