#ae1925
a dark, vivid red · warm · closest name: firebrick
RGB
174, 25, 37
HSL
355°, 75%, 39%
CMYK
0, 86, 79, 32
Luminance
0.0983
Every format
| HEX | #ae1925 |
| RGB | rgb(174, 25, 37) |
| HSL | hsl(355, 75%, 39%) |
| CMYK | cmyk(0%, 86%, 79%, 32%) |
| LAB | lab(37.5 57.1 34.0) |
| LCH | lch(37.5 66.5 30.8) |
| OKLCH | oklch(0.484 0.181 24.3) |
Copy-ready code
/* CSS */
color: #ae1925;
background-color: #ae1925;
/* Tailwind (arbitrary) */
class="text-[#ae1925] bg-[#ae1925]"
/* SCSS */
$brand: #ae1925;
/* SwiftUI */
Color(red: 0.682, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#ae1925")Accessibility — WCAG contrast
Aa
#ae1925 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ae1925 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta85.6%
Yellow78.7%
Key (black)31.8%
Color previews
#ae1925 text on a black background
contrast 2.97:1
Card sample
#ae1925 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae1925;
Background color
Panel with #ae1925 background
background-color: #ae1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae1925; background: linear-gradient(135deg, #ae1925, #AE7019);