#c0180d
a dark, electric red · warm · closest name: firebrick
RGB
192, 24, 13
HSL
4°, 87%, 40%
CMYK
0, 88, 93, 25
Luminance
0.1189
Every format
| HEX | #c0180d |
| RGB | rgb(192, 24, 13) |
| HSL | hsl(4, 87%, 40%) |
| CMYK | cmyk(0%, 88%, 93%, 25%) |
| LAB | lab(41.0 61.8 50.3) |
| LCH | lch(41.0 79.7 39.2) |
| OKLCH | oklch(0.516 0.200 29.6) |
Copy-ready code
/* CSS */
color: #c0180d;
background-color: #c0180d;
/* Tailwind (arbitrary) */
class="text-[#c0180d] bg-[#c0180d]"
/* SCSS */
$brand: #c0180d;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.051)
/* Android */
Color.parseColor("#c0180d")Accessibility — WCAG contrast
Aa
#c0180d on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0180d on black: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow93.2%
Key (black)24.7%
Color previews
#c0180d text on a black background
contrast 3.38:1
Card sample
#c0180d text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0180d;
Background color
Panel with #c0180d background
background-color: #c0180d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0180d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0180d; background: linear-gradient(135deg, #c0180d, #C08F0D);