#ae3113
a dark, electric red · warm · closest name: firebrick
RGB
174, 49, 19
HSL
12°, 80%, 38%
CMYK
0, 72, 89, 32
Luminance
0.1124
Every format
| HEX | #ae3113 |
| RGB | rgb(174, 49, 19) |
| HSL | hsl(12, 80%, 38%) |
| CMYK | cmyk(0%, 72%, 89%, 32%) |
| LAB | lab(40.0 49.3 45.6) |
| LCH | lch(40.0 67.2 42.7) |
| OKLCH | oklch(0.501 0.166 34.1) |
Copy-ready code
/* CSS */
color: #ae3113;
background-color: #ae3113;
/* Tailwind (arbitrary) */
class="text-[#ae3113] bg-[#ae3113]"
/* SCSS */
$brand: #ae3113;
/* SwiftUI */
Color(red: 0.682, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#ae3113")Accessibility — WCAG contrast
Aa
#ae3113 on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae3113 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow89.1%
Key (black)31.8%
Color previews
#ae3113 text on a black background
contrast 3.25:1
Card sample
#ae3113 text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae3113;
Background color
Panel with #ae3113 background
background-color: #ae3113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae3113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae3113; background: linear-gradient(135deg, #ae3113, #AE9813);