#cf2016
a dark, electric red · warm · closest name: firebrick
RGB
207, 32, 22
HSL
3°, 81%, 45%
CMYK
0, 85, 89, 19
Luminance
0.1436
Every format
| HEX | #cf2016 |
| RGB | rgb(207, 32, 22) |
| HSL | hsl(3, 81%, 45%) |
| CMYK | cmyk(0%, 85%, 89%, 19%) |
| LAB | lab(44.8 64.4 50.8) |
| LCH | lch(44.8 82.0 38.2) |
| OKLCH | oklch(0.548 0.208 29.3) |
Copy-ready code
/* CSS */
color: #cf2016;
background-color: #cf2016;
/* Tailwind (arbitrary) */
class="text-[#cf2016] bg-[#cf2016]"
/* SCSS */
$brand: #cf2016;
/* SwiftUI */
Color(red: 0.812, green: 0.125, blue: 0.086)
/* Android */
Color.parseColor("#cf2016")Accessibility — WCAG contrast
Aa
#cf2016 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf2016 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green12.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta84.5%
Yellow89.4%
Key (black)18.8%
Color previews
#cf2016 text on a black background
contrast 3.87:1
Card sample
#cf2016 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2016;
Background color
Panel with #cf2016 background
background-color: #cf2016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 32, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 32, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2016; background: linear-gradient(135deg, #cf2016, #CF9B16);