#cf1519
a dark, electric red · warm · closest name: firebrick
RGB
207, 21, 25
HSL
359°, 82%, 45%
CMYK
0, 90, 88, 19
Luminance
0.1387
Every format
| HEX | #cf1519 |
| RGB | rgb(207, 21, 25) |
| HSL | hsl(359, 82%, 45%) |
| CMYK | cmyk(0%, 90%, 88%, 19%) |
| LAB | lab(44.1 66.5 48.9) |
| LCH | lch(44.1 82.5 36.4) |
| OKLCH | oklch(0.543 0.213 27.7) |
Copy-ready code
/* CSS */
color: #cf1519;
background-color: #cf1519;
/* Tailwind (arbitrary) */
class="text-[#cf1519] bg-[#cf1519]"
/* SCSS */
$brand: #cf1519;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.098)
/* Android */
Color.parseColor("#cf1519")Accessibility — WCAG contrast
Aa
#cf1519 on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1519 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow87.9%
Key (black)18.8%
Color previews
#cf1519 text on a black background
contrast 3.77:1
Card sample
#cf1519 text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1519;
Background color
Panel with #cf1519 background
background-color: #cf1519;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1519;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1519; background: linear-gradient(135deg, #cf1519, #CF8D15);