#cf110c
a dark, electric red · warm · closest name: firebrick
RGB
207, 17, 12
HSL
2°, 89%, 43%
CMYK
0, 92, 94, 19
Luminance
0.1369
Every format
| HEX | #cf110c |
| RGB | rgb(207, 17, 12) |
| HSL | hsl(2, 89%, 43%) |
| CMYK | cmyk(0%, 92%, 94%, 19%) |
| LAB | lab(43.8 66.8 53.9) |
| LCH | lch(43.8 85.8 38.9) |
| OKLCH | oklch(0.541 0.215 29.1) |
Copy-ready code
/* CSS */
color: #cf110c;
background-color: #cf110c;
/* Tailwind (arbitrary) */
class="text-[#cf110c] bg-[#cf110c]"
/* SCSS */
$brand: #cf110c;
/* SwiftUI */
Color(red: 0.812, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#cf110c")Accessibility — WCAG contrast
Aa
#cf110c on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf110c on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow94.2%
Key (black)18.8%
Color previews
#cf110c text on a black background
contrast 3.74:1
Card sample
#cf110c text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf110c;
Background color
Panel with #cf110c background
background-color: #cf110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf110c; background: linear-gradient(135deg, #cf110c, #CF930C);