#ae0f13
a dark, electric red · warm · closest name: firebrick
RGB
174, 15, 19
HSL
359°, 84%, 37%
CMYK
0, 91, 89, 32
Luminance
0.0939
Every format
| HEX | #ae0f13 |
| RGB | rgb(174, 15, 19) |
| HSL | hsl(359, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 89%, 32%) |
| LAB | lab(36.7 58.5 43.0) |
| LCH | lch(36.7 72.6 36.3) |
| OKLCH | oklch(0.477 0.188 27.7) |
Copy-ready code
/* CSS */
color: #ae0f13;
background-color: #ae0f13;
/* Tailwind (arbitrary) */
class="text-[#ae0f13] bg-[#ae0f13]"
/* SCSS */
$brand: #ae0f13;
/* SwiftUI */
Color(red: 0.682, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#ae0f13")Accessibility — WCAG contrast
Aa
#ae0f13 on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae0f13 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow89.1%
Key (black)31.8%
Color previews
#ae0f13 text on a black background
contrast 2.88:1
Card sample
#ae0f13 text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae0f13;
Background color
Panel with #ae0f13 background
background-color: #ae0f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae0f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae0f13; background: linear-gradient(135deg, #ae0f13, #AE750F);