#cf1102
a dark, electric red · warm · closest name: red
RGB
207, 17, 2
HSL
4°, 98%, 41%
CMYK
0, 92, 99, 19
Luminance
0.1367
Every format
| HEX | #cf1102 |
| RGB | rgb(207, 17, 2) |
| HSL | hsl(4, 98%, 41%) |
| CMYK | cmyk(0%, 92%, 99%, 19%) |
| LAB | lab(43.8 66.8 57.0) |
| LCH | lch(43.8 87.8 40.5) |
| OKLCH | oklch(0.541 0.216 30.0) |
Copy-ready code
/* CSS */
color: #cf1102;
background-color: #cf1102;
/* Tailwind (arbitrary) */
class="text-[#cf1102] bg-[#cf1102]"
/* SCSS */
$brand: #cf1102;
/* SwiftUI */
Color(red: 0.812, green: 0.067, blue: 0.008)
/* Android */
Color.parseColor("#cf1102")Accessibility — WCAG contrast
Aa
#cf1102 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf1102 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green6.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow99.0%
Key (black)18.8%
Color previews
#cf1102 text on a black background
contrast 3.73:1
Card sample
#cf1102 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf1102;
Background color
Panel with #cf1102 background
background-color: #cf1102;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf1102;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 17, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 17, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf1102; background: linear-gradient(135deg, #cf1102, #CF9A02);