#c04534
a balanced, vivid red · warm · closest name: firebrick
RGB
192, 69, 52
HSL
7°, 57%, 48%
CMYK
0, 64, 73, 25
Luminance
0.1571
Every format
| HEX | #c04534 |
| RGB | rgb(192, 69, 52) |
| HSL | hsl(7, 57%, 48%) |
| CMYK | cmyk(0%, 64%, 73%, 25%) |
| LAB | lab(46.6 48.4 36.4) |
| LCH | lch(46.6 60.5 36.9) |
| OKLCH | oklch(0.558 0.161 30.6) |
Copy-ready code
/* CSS */
color: #c04534;
background-color: #c04534;
/* Tailwind (arbitrary) */
class="text-[#c04534] bg-[#c04534]"
/* SCSS */
$brand: #c04534;
/* SwiftUI */
Color(red: 0.753, green: 0.271, blue: 0.204)
/* Android */
Color.parseColor("#c04534")Accessibility — WCAG contrast
Aa
#c04534 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c04534 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green27.1%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow72.9%
Key (black)24.7%
Color previews
#c04534 text on a black background
contrast 4.14:1
Card sample
#c04534 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c04534;
Background color
Panel with #c04534 background
background-color: #c04534;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c04534;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 69, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 69, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c04534; background: linear-gradient(135deg, #c04534, #C0A234);