#c04039
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 64, 57
HSL
3°, 54%, 49%
CMYK
0, 67, 70, 25
Luminance
0.1517
Every format
| HEX | #c04039 |
| RGB | rgb(192, 64, 57) |
| HSL | hsl(3, 54%, 49%) |
| CMYK | cmyk(0%, 67%, 70%, 25%) |
| LAB | lab(45.9 50.7 32.7) |
| LCH | lch(45.9 60.3 32.8) |
| OKLCH | oklch(0.553 0.165 27.0) |
Copy-ready code
/* CSS */
color: #c04039;
background-color: #c04039;
/* Tailwind (arbitrary) */
class="text-[#c04039] bg-[#c04039]"
/* SCSS */
$brand: #c04039;
/* SwiftUI */
Color(red: 0.753, green: 0.251, blue: 0.224)
/* Android */
Color.parseColor("#c04039")Accessibility — WCAG contrast
Aa
#c04039 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04039 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green25.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow70.3%
Key (black)24.7%
Color previews
#c04039 text on a black background
contrast 4.03:1
Card sample
#c04039 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04039;
Background color
Panel with #c04039 background
background-color: #c04039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 64, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 64, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04039; background: linear-gradient(135deg, #c04039, #C09A39);