#af010d
a dark, electric red · warm · closest name: firebrick
RGB
175, 1, 13
HSL
356°, 99%, 35%
CMYK
0, 99, 93, 31
Luminance
0.0916
Every format
| HEX | #af010d |
| RGB | rgb(175, 1, 13) |
| HSL | hsl(356, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 93%, 31%) |
| LAB | lab(36.3 60.4 45.5) |
| LCH | lch(36.3 75.6 37.0) |
| OKLCH | oklch(0.474 0.193 27.6) |
Copy-ready code
/* CSS */
color: #af010d;
background-color: #af010d;
/* Tailwind (arbitrary) */
class="text-[#af010d] bg-[#af010d]"
/* SCSS */
$brand: #af010d;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.051)
/* Android */
Color.parseColor("#af010d")Accessibility — WCAG contrast
Aa
#af010d on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af010d on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow92.6%
Key (black)31.4%
Color previews
#af010d text on a black background
contrast 2.83:1
Card sample
#af010d text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af010d;
Background color
Panel with #af010d background
background-color: #af010d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af010d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af010d; background: linear-gradient(135deg, #af010d, #AF6901);