#cf070c
a dark, electric red · warm · closest name: firebrick
RGB
207, 7, 12
HSL
359°, 94%, 42%
CMYK
0, 97, 94, 19
Luminance
0.1344
Every format
| HEX | #cf070c |
| RGB | rgb(207, 7, 12) |
| HSL | hsl(359, 94%, 42%) |
| CMYK | cmyk(0%, 97%, 94%, 19%) |
| LAB | lab(43.4 67.9 53.7) |
| LCH | lch(43.4 86.5 38.3) |
| OKLCH | oklch(0.539 0.218 28.5) |
Copy-ready code
/* CSS */
color: #cf070c;
background-color: #cf070c;
/* Tailwind (arbitrary) */
class="text-[#cf070c] bg-[#cf070c]"
/* SCSS */
$brand: #cf070c;
/* SwiftUI */
Color(red: 0.812, green: 0.027, blue: 0.047)
/* Android */
Color.parseColor("#cf070c")Accessibility — WCAG contrast
Aa
#cf070c on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf070c on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green2.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow94.2%
Key (black)18.8%
Color previews
#cf070c text on a black background
contrast 3.69:1
Card sample
#cf070c text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf070c;
Background color
Panel with #cf070c background
background-color: #cf070c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf070c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 7, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 7, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf070c; background: linear-gradient(135deg, #cf070c, #CF8707);