#cf1502
a dark, electric red · warm · closest name: red
RGB
207, 21, 2
HSL
6°, 98%, 41%
CMYK
0, 90, 99, 19
Luminance
0.1381
Every format
| HEX | #cf1502 |
| RGB | rgb(207, 21, 2) |
| HSL | hsl(6, 98%, 41%) |
| CMYK | cmyk(0%, 90%, 99%, 19%) |
| LAB | lab(44.0 66.2 57.0) |
| LCH | lch(44.0 87.4 40.8) |
| OKLCH | oklch(0.542 0.215 30.3) |
Copy-ready code
/* CSS */
color: #cf1502;
background-color: #cf1502;
/* Tailwind (arbitrary) */
class="text-[#cf1502] bg-[#cf1502]"
/* SCSS */
$brand: #cf1502;
/* SwiftUI */
Color(red: 0.812, green: 0.082, blue: 0.008)
/* Android */
Color.parseColor("#cf1502")Accessibility — WCAG contrast
Aa
#cf1502 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1502 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow99.0%
Key (black)18.8%
Color previews
#cf1502 text on a black background
contrast 3.76:1
Card sample
#cf1502 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1502;
Background color
Panel with #cf1502 background
background-color: #cf1502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 21, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 21, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1502; background: linear-gradient(135deg, #cf1502, #CF9E02);