#c13f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
193, 63, 47
HSL
7°, 61%, 47%
CMYK
0, 67, 76, 24
Luminance
0.1510
Every format
| HEX | #c13f2f |
| RGB | rgb(193, 63, 47) |
| HSL | hsl(7, 61%, 47%) |
| CMYK | cmyk(0%, 67%, 76%, 24%) |
| LAB | lab(45.8 51.0 38.3) |
| LCH | lch(45.8 63.8 36.9) |
| OKLCH | oklch(0.552 0.169 30.2) |
Copy-ready code
/* CSS */
color: #c13f2f;
background-color: #c13f2f;
/* Tailwind (arbitrary) */
class="text-[#c13f2f] bg-[#c13f2f]"
/* SCSS */
$brand: #c13f2f;
/* SwiftUI */
Color(red: 0.757, green: 0.247, blue: 0.184)
/* Android */
Color.parseColor("#c13f2f")Accessibility — WCAG contrast
Aa
#c13f2f on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c13f2f on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green24.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow75.6%
Key (black)24.3%
Color previews
#c13f2f text on a black background
contrast 4.02:1
Card sample
#c13f2f text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13f2f;
Background color
Panel with #c13f2f background
background-color: #c13f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 63, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 63, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13f2f; background: linear-gradient(135deg, #c13f2f, #C1A12F);