#aa2c13
a dark, electric red · warm · closest name: firebrick
RGB
170, 44, 19
HSL
10°, 80%, 37%
CMYK
0, 74, 89, 33
Luminance
0.1039
Every format
| HEX | #aa2c13 |
| RGB | rgb(170, 44, 19) |
| HSL | hsl(10, 80%, 37%) |
| CMYK | cmyk(0%, 74%, 89%, 33%) |
| LAB | lab(38.5 49.9 44.1) |
| LCH | lch(38.5 66.6 41.5) |
| OKLCH | oklch(0.489 0.166 32.9) |
Copy-ready code
/* CSS */
color: #aa2c13;
background-color: #aa2c13;
/* Tailwind (arbitrary) */
class="text-[#aa2c13] bg-[#aa2c13]"
/* SCSS */
$brand: #aa2c13;
/* SwiftUI */
Color(red: 0.667, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#aa2c13")Accessibility — WCAG contrast
Aa
#aa2c13 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa2c13 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.1%
Yellow88.8%
Key (black)33.3%
Color previews
#aa2c13 text on a black background
contrast 3.08:1
Card sample
#aa2c13 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa2c13;
Background color
Panel with #aa2c13 background
background-color: #aa2c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa2c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa2c13; background: linear-gradient(135deg, #aa2c13, #AA9113);