#af0713
a dark, electric red · warm · closest name: firebrick
RGB
175, 7, 19
HSL
356°, 92%, 36%
CMYK
0, 96, 89, 31
Luminance
0.0931
Every format
| HEX | #af0713 |
| RGB | rgb(175, 7, 19) |
| HSL | hsl(356, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 89%, 31%) |
| LAB | lab(36.6 59.8 43.0) |
| LCH | lch(36.6 73.7 35.7) |
| OKLCH | oklch(0.476 0.191 27.1) |
Copy-ready code
/* CSS */
color: #af0713;
background-color: #af0713;
/* Tailwind (arbitrary) */
class="text-[#af0713] bg-[#af0713]"
/* SCSS */
$brand: #af0713;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.075)
/* Android */
Color.parseColor("#af0713")Accessibility — WCAG contrast
Aa
#af0713 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0713 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow89.1%
Key (black)31.4%
Color previews
#af0713 text on a black background
contrast 2.86:1
Card sample
#af0713 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0713;
Background color
Panel with #af0713 background
background-color: #af0713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0713; background: linear-gradient(135deg, #af0713, #AF6B07);