#c0163d
a dark, electric red · warm · closest name: crimson
RGB
192, 22, 61
HSL
346°, 79%, 42%
CMYK
0, 89, 68, 25
Luminance
0.1212
Every format
| HEX | #c0163d |
| RGB | rgb(192, 22, 61) |
| HSL | hsl(346, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 68%, 25%) |
| LAB | lab(41.4 63.5 24.8) |
| LCH | lch(41.4 68.2 21.3) |
| OKLCH | oklch(0.520 0.198 17.2) |
Copy-ready code
/* CSS */
color: #c0163d;
background-color: #c0163d;
/* Tailwind (arbitrary) */
class="text-[#c0163d] bg-[#c0163d]"
/* SCSS */
$brand: #c0163d;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.239)
/* Android */
Color.parseColor("#c0163d")Accessibility — WCAG contrast
Aa
#c0163d on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0163d on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow68.2%
Key (black)24.7%
Color previews
#c0163d text on a black background
contrast 3.42:1
Card sample
#c0163d text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0163d;
Background color
Panel with #c0163d background
background-color: #c0163d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0163d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0163d; background: linear-gradient(135deg, #c0163d, #C06016);