#c0161d
a dark, electric red · warm · closest name: firebrick
RGB
192, 22, 29
HSL
358°, 79%, 42%
CMYK
0, 89, 85, 25
Luminance
0.1187
Every format
| HEX | #c0161d |
| RGB | rgb(192, 22, 29) |
| HSL | hsl(358, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 85%, 25%) |
| LAB | lab(41.0 62.4 43.1) |
| LCH | lch(41.0 75.9 34.7) |
| OKLCH | oklch(0.516 0.200 26.7) |
Copy-ready code
/* CSS */
color: #c0161d;
background-color: #c0161d;
/* Tailwind (arbitrary) */
class="text-[#c0161d] bg-[#c0161d]"
/* SCSS */
$brand: #c0161d;
/* SwiftUI */
Color(red: 0.753, green: 0.086, blue: 0.114)
/* Android */
Color.parseColor("#c0161d")Accessibility — WCAG contrast
Aa
#c0161d on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0161d on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green8.6%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow84.9%
Key (black)24.7%
Color previews
#c0161d text on a black background
contrast 3.37:1
Card sample
#c0161d text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0161d;
Background color
Panel with #c0161d background
background-color: #c0161d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0161d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 22, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 22, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0161d; background: linear-gradient(135deg, #c0161d, #C08016);