#cf162c
a dark, electric red · warm · closest name: crimson
RGB
207, 22, 44
HSL
353°, 81%, 45%
CMYK
0, 89, 79, 19
Luminance
0.1402
Every format
| HEX | #cf162c |
| RGB | rgb(207, 22, 44) |
| HSL | hsl(353, 81%, 45%) |
| CMYK | cmyk(0%, 89%, 79%, 19%) |
| LAB | lab(44.3 66.8 39.2) |
| LCH | lch(44.3 77.4 30.4) |
| OKLCH | oklch(0.546 0.211 23.8) |
Copy-ready code
/* CSS */
color: #cf162c;
background-color: #cf162c;
/* Tailwind (arbitrary) */
class="text-[#cf162c] bg-[#cf162c]"
/* SCSS */
$brand: #cf162c;
/* SwiftUI */
Color(red: 0.812, green: 0.086, blue: 0.173)
/* Android */
Color.parseColor("#cf162c")Accessibility — WCAG contrast
Aa
#cf162c on white: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf162c on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green8.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow78.7%
Key (black)18.8%
Color previews
#cf162c text on a black background
contrast 3.80:1
Card sample
#cf162c text on a white background
contrast 5.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf162c;
Background color
Panel with #cf162c background
background-color: #cf162c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf162c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 22, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 22, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf162c; background: linear-gradient(135deg, #cf162c, #CF7B16);