#ae2000
a dark, electric red · warm · closest name: firebrick
RGB
174, 32, 0
HSL
11°, 100%, 34%
CMYK
0, 82, 100, 32
Luminance
0.1003
Every format
| HEX | #ae2000 |
| RGB | rgb(174, 32, 0) |
| HSL | hsl(11, 100%, 34%) |
| CMYK | cmyk(0%, 82%, 100%, 32%) |
| LAB | lab(37.9 54.6 51.2) |
| LCH | lch(37.9 74.9 43.1) |
| OKLCH | oklch(0.486 0.180 32.7) |
Copy-ready code
/* CSS */
color: #ae2000;
background-color: #ae2000;
/* Tailwind (arbitrary) */
class="text-[#ae2000] bg-[#ae2000]"
/* SCSS */
$brand: #ae2000;
/* SwiftUI */
Color(red: 0.682, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#ae2000")Accessibility — WCAG contrast
Aa
#ae2000 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2000 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow100.0%
Key (black)31.8%
Color previews
#ae2000 text on a black background
contrast 3.01:1
Card sample
#ae2000 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2000;
Background color
Panel with #ae2000 background
background-color: #ae2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2000; background: linear-gradient(135deg, #ae2000, #AE9400);