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