#cf192c
a balanced, electric red · warm · closest name: crimson
RGB
207, 25, 44
HSL
354°, 78%, 46%
CMYK
0, 88, 79, 19
Luminance
0.1414
Every format
| HEX | #cf192c |
| RGB | rgb(207, 25, 44) |
| HSL | hsl(354, 78%, 46%) |
| CMYK | cmyk(0%, 88%, 79%, 19%) |
| LAB | lab(44.4 66.3 39.3) |
| LCH | lch(44.4 77.1 30.7) |
| OKLCH | oklch(0.547 0.210 24.0) |
Copy-ready code
/* CSS */
color: #cf192c;
background-color: #cf192c;
/* Tailwind (arbitrary) */
class="text-[#cf192c] bg-[#cf192c]"
/* SCSS */
$brand: #cf192c;
/* SwiftUI */
Color(red: 0.812, green: 0.098, blue: 0.173)
/* Android */
Color.parseColor("#cf192c")Accessibility — WCAG contrast
Aa
#cf192c on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf192c on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green9.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow78.7%
Key (black)18.8%
Color previews
#cf192c text on a black background
contrast 3.83:1
Card sample
#cf192c text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf192c;
Background color
Panel with #cf192c background
background-color: #cf192c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf192c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 25, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 25, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf192c; background: linear-gradient(135deg, #cf192c, #CF7F19);