#af200c
a dark, electric red · warm · closest name: firebrick
RGB
175, 32, 12
HSL
7°, 87%, 37%
CMYK
0, 82, 93, 31
Luminance
0.1017
Every format
| HEX | #af200c |
| RGB | rgb(175, 32, 12) |
| HSL | hsl(7, 87%, 37%) |
| CMYK | cmyk(0%, 82%, 93%, 31%) |
| LAB | lab(38.2 55.1 47.1) |
| LCH | lch(38.2 72.5 40.5) |
| OKLCH | oklch(0.488 0.180 31.1) |
Copy-ready code
/* CSS */
color: #af200c;
background-color: #af200c;
/* Tailwind (arbitrary) */
class="text-[#af200c] bg-[#af200c]"
/* SCSS */
$brand: #af200c;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.047)
/* Android */
Color.parseColor("#af200c")Accessibility — WCAG contrast
Aa
#af200c on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af200c on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow93.1%
Key (black)31.4%
Color previews
#af200c text on a black background
contrast 3.03:1
Card sample
#af200c text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af200c;
Background color
Panel with #af200c background
background-color: #af200c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af200c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af200c; background: linear-gradient(135deg, #af200c, #AF8D0C);