#ae2f2c
a dark, vivid red · warm · closest name: firebrick
RGB
174, 47, 44
HSL
1°, 60%, 43%
CMYK
0, 73, 75, 32
Luminance
0.1121
Every format
| HEX | #ae2f2c |
| RGB | rgb(174, 47, 44) |
| HSL | hsl(1, 60%, 43%) |
| CMYK | cmyk(0%, 73%, 75%, 32%) |
| LAB | lab(39.9 50.9 32.6) |
| LCH | lch(39.9 60.4 32.6) |
| OKLCH | oklch(0.502 0.164 26.5) |
Copy-ready code
/* CSS */
color: #ae2f2c;
background-color: #ae2f2c;
/* Tailwind (arbitrary) */
class="text-[#ae2f2c] bg-[#ae2f2c]"
/* SCSS */
$brand: #ae2f2c;
/* SwiftUI */
Color(red: 0.682, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#ae2f2c")Accessibility — WCAG contrast
Aa
#ae2f2c on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ae2f2c on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow74.7%
Key (black)31.8%
Color previews
#ae2f2c text on a black background
contrast 3.24:1
Card sample
#ae2f2c text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae2f2c;
Background color
Panel with #ae2f2c background
background-color: #ae2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae2f2c; background: linear-gradient(135deg, #ae2f2c, #AE862C);