#c04739
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 71, 57
HSL
6°, 54%, 49%
CMYK
0, 63, 70, 25
Luminance
0.1601
Every format
| HEX | #c04739 |
| RGB | rgb(192, 71, 57) |
| HSL | hsl(6, 54%, 49%) |
| CMYK | cmyk(0%, 63%, 70%, 25%) |
| LAB | lab(47.0 47.7 34.0) |
| LCH | lch(47.0 58.6 35.5) |
| OKLCH | oklch(0.561 0.158 29.5) |
Copy-ready code
/* CSS */
color: #c04739;
background-color: #c04739;
/* Tailwind (arbitrary) */
class="text-[#c04739] bg-[#c04739]"
/* SCSS */
$brand: #c04739;
/* SwiftUI */
Color(red: 0.753, green: 0.278, blue: 0.224)
/* Android */
Color.parseColor("#c04739")Accessibility — WCAG contrast
Aa
#c04739 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04739 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta63.0%
Yellow70.3%
Key (black)24.7%
Color previews
#c04739 text on a black background
contrast 4.20:1
Card sample
#c04739 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04739;
Background color
Panel with #c04739 background
background-color: #c04739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 71, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 71, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04739; background: linear-gradient(135deg, #c04739, #C0A139);