#c74f2d
a balanced, vivid red · warm · closest name: firebrick
RGB
199, 79, 45
HSL
13°, 63%, 48%
CMYK
0, 60, 77, 22
Luminance
0.1792
Every format
| HEX | #c74f2d |
| RGB | rgb(199, 79, 45) |
| HSL | hsl(13, 63%, 48%) |
| CMYK | cmyk(0%, 60%, 77%, 22%) |
| LAB | lab(49.4 46.0 43.5) |
| LCH | lch(49.4 63.3 43.3) |
| OKLCH | oklch(0.581 0.161 36.4) |
Copy-ready code
/* CSS */
color: #c74f2d;
background-color: #c74f2d;
/* Tailwind (arbitrary) */
class="text-[#c74f2d] bg-[#c74f2d]"
/* SCSS */
$brand: #c74f2d;
/* SwiftUI */
Color(red: 0.780, green: 0.310, blue: 0.176)
/* Android */
Color.parseColor("#c74f2d")Accessibility — WCAG contrast
Aa
#c74f2d on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c74f2d on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta60.3%
Yellow77.4%
Key (black)22.0%
Color previews
#c74f2d text on a black background
contrast 4.58:1
Card sample
#c74f2d text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74f2d;
Background color
Panel with #c74f2d background
background-color: #c74f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 79, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 79, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74f2d; background: linear-gradient(135deg, #c74f2d, #C7B52D);