#741b13
a dark, vivid red · warm · closest name: maroon
RGB
116, 27, 19
HSL
5°, 72%, 27%
CMYK
0, 77, 84, 55
Luminance
0.0454
Every format
| HEX | #741b13 |
| RGB | rgb(116, 27, 19) |
| HSL | hsl(5, 72%, 27%) |
| CMYK | cmyk(0%, 77%, 84%, 55%) |
| LAB | lab(25.4 38.0 28.3) |
| LCH | lch(25.4 47.4 36.7) |
| OKLCH | oklch(0.371 0.124 29.4) |
Copy-ready code
/* CSS */
color: #741b13;
background-color: #741b13;
/* Tailwind (arbitrary) */
class="text-[#741b13] bg-[#741b13]"
/* SCSS */
$brand: #741b13;
/* SwiftUI */
Color(red: 0.455, green: 0.106, blue: 0.075)
/* Android */
Color.parseColor("#741b13")Accessibility — WCAG contrast
Aa
#741b13 on white: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741b13 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green10.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow83.6%
Key (black)54.5%
Color previews
#741b13 text on a black background
contrast 1.91:1
Card sample
#741b13 text on a white background
contrast 11.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741b13;
Background color
Panel with #741b13 background
background-color: #741b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 27, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 27, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741b13; background: linear-gradient(135deg, #741b13, #745C13);