Fire Brick (Red)
#C61013
RGB: 198, 16, 19
Color OverviewHEX #C61013
#C61013 Color Code Information
In the RGB color space, #C61013 is composed of 78% red, 6% green, and 7% blue. In the HSL color space, it has a hue of 359°, saturation of 85%, and lightness of 42%.
HEX
#C61013
RGB
198, 16, 19
HSL
359°, 85%, 42%
HSV
359°, 92%, 78%
CMYK
0%, 92%, 90%, 22%
Name Match
Fire Brick
Closest StandardShades of #C61013 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C61013 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C61013 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C61013
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 #C61013 Background
Contrast Ratio against Pure White (#FFFFFF):6.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C61013 Background
Contrast Ratio against Pure Black (#000000):3.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C61013;
}
.element {
color: #C61013;
background-color: #C61013;
border-color: #C61013;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C61013] text-[#C61013] border-[#C61013]"> Content styled with #C61013 </div>