#D36D50
A medium, moderate red closely aligning with Salmon.
About #D36D50
Visually, #D36D50 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Salmon. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 109, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 48% Magenta, 62% Yellow, and 17% Black. The HSL representation is 13.3° hue, 59.8% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D36D50
RGB211, 109, 80
HSL13.3°, 59.8%, 57.1%
CMYK0%, 48%, 62%, 17%
HSV13.3°, 62.1%, 82.7%
LAB57.4, 37.7, 34.3
XYZ33.8, 25.4, 10.7
Decimal13856080
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.07:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.16:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D36D50;
}
.text-color {
color: #D36D50;
}
.border-color {
border: 2px solid #D36D50;
}