#6D3A3A
A dark, moderate red closely aligning with Dimgray.
About #6D3A3A
The hex code #6D3A3A represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Dimgray. Its digital footprint relies on 109 parts red, 58 parts green, and 58 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 47% magenta, 47% yellow, and 57% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D3A3A
RGB109, 58, 58
HSL0.0°, 30.5%, 32.7%
CMYK0%, 47%, 47%, 57%
HSV0.0°, 46.8%, 42.7%
LAB30.8, 22.4, 10.0
XYZ8.6, 6.6, 4.8
Decimal7158330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.07:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.66:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3A3A;
}
.text-color {
color: #6D3A3A;
}
.border-color {
border: 2px solid #6D3A3A;
}