#a01607
a dark, electric red · warm · closest name: firebrick
RGB
160, 22, 7
HSL
6°, 92%, 33%
CMYK
0, 86, 96, 37
Luminance
0.0806
Every format
| HEX | #a01607 |
| RGB | rgb(160, 22, 7) |
| HSL | hsl(6, 92%, 33%) |
| CMYK | cmyk(0%, 86%, 96%, 37%) |
| LAB | lab(34.1 53.1 44.9) |
| LCH | lch(34.1 69.5 40.2) |
| OKLCH | oklch(0.453 0.173 30.5) |
Copy-ready code
/* CSS */
color: #a01607;
background-color: #a01607;
/* Tailwind (arbitrary) */
class="text-[#a01607] bg-[#a01607]"
/* SCSS */
$brand: #a01607;
/* SwiftUI */
Color(red: 0.627, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#a01607")Accessibility — WCAG contrast
Aa
#a01607 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a01607 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow95.6%
Key (black)37.3%
Color previews
#a01607 text on a black background
contrast 2.61:1
Card sample
#a01607 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a01607;
Background color
Panel with #a01607 background
background-color: #a01607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a01607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a01607; background: linear-gradient(135deg, #a01607, #A07C07);