#c0182b
a dark, electric red · warm · closest name: firebrick
RGB
192, 24, 43
HSL
353°, 78%, 42%
CMYK
0, 88, 78, 25
Luminance
0.1203
Every format
| HEX | #c0182b |
| RGB | rgb(192, 24, 43) |
| HSL | hsl(353, 78%, 42%) |
| CMYK | cmyk(0%, 88%, 78%, 25%) |
| LAB | lab(41.3 62.4 35.6) |
| LCH | lch(41.3 71.9 29.7) |
| OKLCH | oklch(0.518 0.197 23.4) |
Copy-ready code
/* CSS */
color: #c0182b;
background-color: #c0182b;
/* Tailwind (arbitrary) */
class="text-[#c0182b] bg-[#c0182b]"
/* SCSS */
$brand: #c0182b;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.169)
/* Android */
Color.parseColor("#c0182b")Accessibility — WCAG contrast
Aa
#c0182b on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0182b on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow77.6%
Key (black)24.7%
Color previews
#c0182b text on a black background
contrast 3.41:1
Card sample
#c0182b text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0182b;
Background color
Panel with #c0182b background
background-color: #c0182b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0182b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0182b; background: linear-gradient(135deg, #c0182b, #C07518);