#c44539
a balanced, vivid red · warm · closest name: firebrick
RGB
196, 69, 57
HSL
5°, 55%, 50%
CMYK
0, 65, 71, 23
Luminance
0.1629
Every format
| HEX | #c44539 |
| RGB | rgb(196, 69, 57) |
| HSL | hsl(5, 55%, 50%) |
| CMYK | cmyk(0%, 65%, 71%, 23%) |
| LAB | lab(47.4 50.0 34.6) |
| LCH | lch(47.4 60.8 34.7) |
| OKLCH | oklch(0.565 0.165 28.7) |
Copy-ready code
/* CSS */
color: #c44539;
background-color: #c44539;
/* Tailwind (arbitrary) */
class="text-[#c44539] bg-[#c44539]"
/* SCSS */
$brand: #c44539;
/* SwiftUI */
Color(red: 0.769, green: 0.271, blue: 0.224)
/* Android */
Color.parseColor("#c44539")Accessibility — WCAG contrast
Aa
#c44539 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c44539 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green27.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow70.9%
Key (black)23.1%
Color previews
#c44539 text on a black background
contrast 4.26:1
Card sample
#c44539 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c44539;
Background color
Panel with #c44539 background
background-color: #c44539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c44539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 69, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 69, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c44539; background: linear-gradient(135deg, #c44539, #C4A239);