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