#c14f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
193, 79, 47
HSL
13°, 61%, 47%
CMYK
0, 59, 76, 24
Luminance
0.1713
Every format
| HEX | #c14f2f |
| RGB | rgb(193, 79, 47) |
| HSL | hsl(13, 61%, 47%) |
| CMYK | cmyk(0%, 59%, 76%, 24%) |
| LAB | lab(48.4 43.9 41.1) |
| LCH | lch(48.4 60.2 43.1) |
| OKLCH | oklch(0.572 0.154 36.4) |
Copy-ready code
/* CSS */
color: #c14f2f;
background-color: #c14f2f;
/* Tailwind (arbitrary) */
class="text-[#c14f2f] bg-[#c14f2f]"
/* SCSS */
$brand: #c14f2f;
/* SwiftUI */
Color(red: 0.757, green: 0.310, blue: 0.184)
/* Android */
Color.parseColor("#c14f2f")Accessibility — WCAG contrast
Aa
#c14f2f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c14f2f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green31.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow75.6%
Key (black)24.3%
Color previews
#c14f2f text on a black background
contrast 4.43:1
Card sample
#c14f2f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14f2f;
Background color
Panel with #c14f2f background
background-color: #c14f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 79, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 79, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14f2f; background: linear-gradient(135deg, #c14f2f, #C1B12F);