#c34026
a balanced, vivid red · warm · closest name: firebrick
RGB
195, 64, 38
HSL
10°, 67%, 46%
CMYK
0, 67, 81, 24
Luminance
0.1541
Every format
| HEX | #c34026 |
| RGB | rgb(195, 64, 38) |
| HSL | hsl(10, 67%, 46%) |
| CMYK | cmyk(0%, 67%, 81%, 24%) |
| LAB | lab(46.2 51.0 43.6) |
| LCH | lch(46.2 67.1 40.5) |
| OKLCH | oklch(0.556 0.172 33.1) |
Copy-ready code
/* CSS */
color: #c34026;
background-color: #c34026;
/* Tailwind (arbitrary) */
class="text-[#c34026] bg-[#c34026]"
/* SCSS */
$brand: #c34026;
/* SwiftUI */
Color(red: 0.765, green: 0.251, blue: 0.149)
/* Android */
Color.parseColor("#c34026")Accessibility — WCAG contrast
Aa
#c34026 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34026 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green25.1%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow80.5%
Key (black)23.5%
Color previews
#c34026 text on a black background
contrast 4.08:1
Card sample
#c34026 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34026;
Background color
Panel with #c34026 background
background-color: #c34026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 64, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 64, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34026; background: linear-gradient(135deg, #c34026, #C3A926);