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