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