#c14021
a dark, vivid red · warm · closest name: firebrick
RGB
193, 64, 33
HSL
12°, 71%, 44%
CMYK
0, 67, 83, 24
Luminance
0.1511
Every format
| HEX | #c14021 |
| RGB | rgb(193, 64, 33) |
| HSL | hsl(12, 71%, 44%) |
| CMYK | cmyk(0%, 67%, 83%, 24%) |
| LAB | lab(45.8 50.1 45.6) |
| LCH | lch(45.8 67.7 42.3) |
| OKLCH | oklch(0.552 0.171 34.5) |
Copy-ready code
/* CSS */
color: #c14021;
background-color: #c14021;
/* Tailwind (arbitrary) */
class="text-[#c14021] bg-[#c14021]"
/* SCSS */
$brand: #c14021;
/* SwiftUI */
Color(red: 0.757, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#c14021")Accessibility — WCAG contrast
Aa
#c14021 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c14021 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow82.9%
Key (black)24.3%
Color previews
#c14021 text on a black background
contrast 4.02:1
Card sample
#c14021 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14021;
Background color
Panel with #c14021 background
background-color: #c14021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14021; background: linear-gradient(135deg, #c14021, #C1AB21);