#ae3313
a dark, electric red · warm · closest name: firebrick
RGB
174, 51, 19
HSL
12°, 80%, 38%
CMYK
0, 71, 89, 32
Luminance
0.1141
Every format
| HEX | #ae3313 |
| RGB | rgb(174, 51, 19) |
| HSL | hsl(12, 80%, 38%) |
| CMYK | cmyk(0%, 71%, 89%, 32%) |
| LAB | lab(40.3 48.6 45.8) |
| LCH | lch(40.3 66.7 43.3) |
| OKLCH | oklch(0.504 0.165 34.7) |
Copy-ready code
/* CSS */
color: #ae3313;
background-color: #ae3313;
/* Tailwind (arbitrary) */
class="text-[#ae3313] bg-[#ae3313]"
/* SCSS */
$brand: #ae3313;
/* SwiftUI */
Color(red: 0.682, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#ae3313")Accessibility — WCAG contrast
Aa
#ae3313 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3313 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow89.1%
Key (black)31.8%
Color previews
#ae3313 text on a black background
contrast 3.28:1
Card sample
#ae3313 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3313;
Background color
Panel with #ae3313 background
background-color: #ae3313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3313; background: linear-gradient(135deg, #ae3313, #AE9A13);