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