#ae2213
a dark, electric red · warm · closest name: firebrick
RGB
174, 34, 19
HSL
6°, 80%, 38%
CMYK
0, 81, 89, 32
Luminance
0.1019
Every format
| HEX | #ae2213 |
| RGB | rgb(174, 34, 19) |
| HSL | hsl(6, 80%, 38%) |
| CMYK | cmyk(0%, 81%, 89%, 32%) |
| LAB | lab(38.2 54.4 44.1) |
| LCH | lch(38.2 70.0 39.1) |
| OKLCH | oklch(0.488 0.178 30.4) |
Copy-ready code
/* CSS */
color: #ae2213;
background-color: #ae2213;
/* Tailwind (arbitrary) */
class="text-[#ae2213] bg-[#ae2213]"
/* SCSS */
$brand: #ae2213;
/* SwiftUI */
Color(red: 0.682, green: 0.133, blue: 0.075)
/* Android */
Color.parseColor("#ae2213")Accessibility — WCAG contrast
Aa
#ae2213 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2213 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green13.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow89.1%
Key (black)31.8%
Color previews
#ae2213 text on a black background
contrast 3.04:1
Card sample
#ae2213 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2213;
Background color
Panel with #ae2213 background
background-color: #ae2213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 34, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 34, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2213; background: linear-gradient(135deg, #ae2213, #AE8913);