#c02027
a dark, vivid red · warm · closest name: firebrick
RGB
192, 32, 39
HSL
357°, 71%, 44%
CMYK
0, 83, 80, 25
Luminance
0.1239
Every format
| HEX | #c02027 |
| RGB | rgb(192, 32, 39) |
| HSL | hsl(357, 71%, 44%) |
| CMYK | cmyk(0%, 83%, 80%, 25%) |
| LAB | lab(41.8 60.6 38.5) |
| LCH | lch(41.8 71.8 32.4) |
| OKLCH | oklch(0.522 0.193 25.5) |
Copy-ready code
/* CSS */
color: #c02027;
background-color: #c02027;
/* Tailwind (arbitrary) */
class="text-[#c02027] bg-[#c02027]"
/* SCSS */
$brand: #c02027;
/* SwiftUI */
Color(red: 0.753, green: 0.125, blue: 0.153)
/* Android */
Color.parseColor("#c02027")Accessibility — WCAG contrast
Aa
#c02027 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02027 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.5%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow79.7%
Key (black)24.7%
Color previews
#c02027 text on a black background
contrast 3.48:1
Card sample
#c02027 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02027;
Background color
Panel with #c02027 background
background-color: #c02027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 32, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 32, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02027; background: linear-gradient(135deg, #c02027, #C08420);