Shades of Mandarian Orange #9D1D17
Tints of Mandarian Orange #9D1D17
RGB
CMYK
RGB Variations
Color information
#9D1D17 (or 0x9D1D17) is known color: Mandarian Orange. HEX triplet: 9D, 1D and 17. RGB value is (157,29,23). Sum of RGB (Red+Green+Blue) = 157+29+23=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1D17 is #62E2E8. Grayscale: #424242. Windows color (decimal): -6480617 or 1514909. OLE color: 1514909.
HSL color Cylindrical-coordinate representation of color #9D1D17: hue angle of 2.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1D17 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 23 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.38 |
| HSL | 2.69º | 0.74% | 0.35% | - |
| HSV(B) | 2.69º | 0.85% | 0.62% | - |
| XYZ | 14.5 | 8.11 | 1.61 | - |
| YUV | 66.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 23 | 0 | 0.82 | 0.85 | 0.38 | 2.69 | 0.74 | 0.35 |
| Hex | 9D | 1D | 17 | 0 | 52 | 55 | 26 | 3 | 4A | 23 |
| Octal | 235 | 35 | 27 | 0 | 122 | 125 | 46 | 3 | 112 | 43 |
| Binary | 10011101 | 11101 | 10111 | 0 | 1010010 | 1010101 | 100110 | 11 | 1001010 | 100011 |
Color Harmonies of #9D1D17
Complementary color
Monochromatic Colors of #9D1D17
Black with #9D1D17
Text Example
Text Example
White with #9D1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D17; }
p { color: rgb(157,29,23); }
H1.HeaderClassName
{
color: #9D1D17;
}
.AnyTagClassName
{
color: #9D1D17;
}
</style>
background-color css
<style>
a { background-color: #9D1D17; }
a { background-color: rgb(157,29,23); }
div.DivClassName
{
background-color: #9D1D17;
}
.BgClassName
{
background-color: #9D1D17;
}
</style>
border-color css
<style>
span { border-color: #9D1D17; }
span { border-color: rgb(157,29,23); }
td.TdClassName
{
border-color: #9D1D17;
}
.TagClassName
{
border-color: #9D1D17;
}
</style>