Vermilion (Red)
#D94126
RGB: 217, 65, 38
Color OverviewHEX #D94126
#D94126 Color Code Information
In the RGB color space, #D94126 is composed of 85% red, 25% green, and 15% blue. In the HSL color space, it has a hue of 9°, saturation of 70%, and lightness of 50%.
HEX
#D94126
RGB
217, 65, 38
HSL
9°, 70%, 50%
HSV
9°, 82%, 85%
CMYK
0%, 70%, 82%, 15%
Name Match
Vermilion
Closest StandardShades of #D94126 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #D94126 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #D94126 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #D94126
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #D94126 Background
Contrast Ratio against Pure White (#FFFFFF):4.44 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #D94126 Background
Contrast Ratio against Pure Black (#000000):4.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #D94126;
}
.element {
color: #D94126;
background-color: #D94126;
border-color: #D94126;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#D94126] text-[#D94126] border-[#D94126]"> Content styled with #D94126 </div>