#c14545
a balanced, vivid red · warm · closest name: firebrick
RGB
193, 69, 69
HSL
0°, 50%, 51%
CMYK
0, 64, 64, 24
Luminance
0.1602
Every format
| HEX | #c14545 |
| RGB | rgb(193, 69, 69) |
| HSL | hsl(0, 50%, 51%) |
| CMYK | cmyk(0%, 64%, 64%, 24%) |
| LAB | lab(47.0 49.6 27.0) |
| LCH | lch(47.0 56.5 28.6) |
| OKLCH | oklch(0.562 0.159 23.8) |
Copy-ready code
/* CSS */
color: #c14545;
background-color: #c14545;
/* Tailwind (arbitrary) */
class="text-[#c14545] bg-[#c14545]"
/* SCSS */
$brand: #c14545;
/* SwiftUI */
Color(red: 0.757, green: 0.271, blue: 0.271)
/* Android */
Color.parseColor("#c14545")Accessibility — WCAG contrast
Aa
#c14545 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c14545 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green27.1%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow64.2%
Key (black)24.3%
Color previews
#c14545 text on a black background
contrast 4.20:1
Card sample
#c14545 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c14545;
Background color
Panel with #c14545 background
background-color: #c14545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c14545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 69, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 69, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c14545; background: linear-gradient(135deg, #c14545, #C19845);