#c02839
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 40, 57
HSL
353°, 66%, 46%
CMYK
0, 79, 70, 25
Luminance
0.1302
Every format
| HEX | #c02839 |
| RGB | rgb(192, 40, 57) |
| HSL | hsl(353, 66%, 46%) |
| CMYK | cmyk(0%, 79%, 70%, 25%) |
| LAB | lab(42.8 59.2 29.0) |
| LCH | lch(42.8 65.9 26.1) |
| OKLCH | oklch(0.530 0.186 21.1) |
Copy-ready code
/* CSS */
color: #c02839;
background-color: #c02839;
/* Tailwind (arbitrary) */
class="text-[#c02839] bg-[#c02839]"
/* SCSS */
$brand: #c02839;
/* SwiftUI */
Color(red: 0.753, green: 0.157, blue: 0.224)
/* Android */
Color.parseColor("#c02839")Accessibility — WCAG contrast
Aa
#c02839 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02839 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green15.7%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow70.3%
Key (black)24.7%
Color previews
#c02839 text on a black background
contrast 3.60:1
Card sample
#c02839 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02839;
Background color
Panel with #c02839 background
background-color: #c02839;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02839;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 40, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 40, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02839; background: linear-gradient(135deg, #c02839, #C07C28);