#af2713
a dark, electric red · warm · closest name: firebrick
RGB
175, 39, 19
HSL
8°, 80%, 38%
CMYK
0, 78, 89, 31
Luminance
0.1061
Every format
| HEX | #af2713 |
| RGB | rgb(175, 39, 19) |
| HSL | hsl(8, 80%, 38%) |
| CMYK | cmyk(0%, 78%, 89%, 31%) |
| LAB | lab(38.9 53.1 44.8) |
| LCH | lch(38.9 69.5 40.1) |
| OKLCH | oklch(0.494 0.175 31.4) |
Copy-ready code
/* CSS */
color: #af2713;
background-color: #af2713;
/* Tailwind (arbitrary) */
class="text-[#af2713] bg-[#af2713]"
/* SCSS */
$brand: #af2713;
/* SwiftUI */
Color(red: 0.686, green: 0.153, blue: 0.075)
/* Android */
Color.parseColor("#af2713")Accessibility — WCAG contrast
Aa
#af2713 on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2713 on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.7%
Yellow89.1%
Key (black)31.4%
Color previews
#af2713 text on a black background
contrast 3.12:1
Card sample
#af2713 text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2713;
Background color
Panel with #af2713 background
background-color: #af2713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 39, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 39, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2713; background: linear-gradient(135deg, #af2713, #AF8F13);