#c0191e
a dark, electric red · warm · closest name: firebrick
RGB
192, 25, 30
HSL
358°, 77%, 43%
CMYK
0, 87, 84, 25
Luminance
0.1200
Every format
| HEX | #c0191e |
| RGB | rgb(192, 25, 30) |
| HSL | hsl(358, 77%, 43%) |
| CMYK | cmyk(0%, 87%, 84%, 25%) |
| LAB | lab(41.2 61.9 42.8) |
| LCH | lch(41.2 75.2 34.7) |
| OKLCH | oklch(0.517 0.198 26.8) |
Copy-ready code
/* CSS */
color: #c0191e;
background-color: #c0191e;
/* Tailwind (arbitrary) */
class="text-[#c0191e] bg-[#c0191e]"
/* SCSS */
$brand: #c0191e;
/* SwiftUI */
Color(red: 0.753, green: 0.098, blue: 0.118)
/* Android */
Color.parseColor("#c0191e")Accessibility — WCAG contrast
Aa
#c0191e on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c0191e on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.8%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow84.4%
Key (black)24.7%
Color previews
#c0191e text on a black background
contrast 3.40:1
Card sample
#c0191e text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0191e;
Background color
Panel with #c0191e background
background-color: #c0191e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0191e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 25, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 25, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0191e; background: linear-gradient(135deg, #c0191e, #C08319);