Shades of Mandarian Orange #9D1E17
Tints of Mandarian Orange #9D1E17
RGB
CMYK
RGB Variations
Color information
#9D1E17 (or 0x9D1E17) is known color: Mandarian Orange. HEX triplet: 9D, 1E and 17. RGB value is (157,30,23). Sum of RGB (Red+Green+Blue) = 157+30+23=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1E17 is #62E1E8. Grayscale: #434343. Windows color (decimal): -6480361 or 1515165. OLE color: 1515165.
HSL color Cylindrical-coordinate representation of color #9D1E17: hue angle of 3.13º 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 #9D1E17 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 30 | 23 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.38 |
| HSL | 3.13º | 0.74% | 0.35% | - |
| HSV(B) | 3.13º | 0.85% | 0.62% | - |
| XYZ | 14.52 | 8.16 | 1.62 | - |
| YUV | 67.18 | 103.08 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 30 | 23 | 0 | 0.81 | 0.85 | 0.38 | 3.13 | 0.74 | 0.35 |
| Hex | 9D | 1E | 17 | 0 | 51 | 55 | 26 | 3 | 4A | 23 |
| Octal | 235 | 36 | 27 | 0 | 121 | 125 | 46 | 3 | 112 | 43 |
| Binary | 10011101 | 11110 | 10111 | 0 | 1010001 | 1010101 | 100110 | 11 | 1001010 | 100011 |
Color Harmonies of #9D1E17
Complementary color
Monochromatic Colors of #9D1E17
Black with #9D1E17
Text Example
Text Example
White with #9D1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1E17; }
p { color: rgb(157,30,23); }
H1.HeaderClassName
{
color: #9D1E17;
}
.AnyTagClassName
{
color: #9D1E17;
}
</style>
background-color css
<style>
a { background-color: #9D1E17; }
a { background-color: rgb(157,30,23); }
div.DivClassName
{
background-color: #9D1E17;
}
.BgClassName
{
background-color: #9D1E17;
}
</style>
border-color css
<style>
span { border-color: #9D1E17; }
span { border-color: rgb(157,30,23); }
td.TdClassName
{
border-color: #9D1E17;
}
.TagClassName
{
border-color: #9D1E17;
}
</style>