Shades of Mandarian Orange #9D1411
Tints of Mandarian Orange #9D1411
RGB
CMYK
RGB Variations
Color information
#9D1411 (or 0x9D1411) is known color: Mandarian Orange. HEX triplet: 9D, 14 and 11. RGB value is (157,20,17). Sum of RGB (Red+Green+Blue) = 157+20+17=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1411 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1411 is #62EBEE. Grayscale: #3C3C3C. Windows color (decimal): -6482927 or 1119389. OLE color: 1119389.
HSL color Cylindrical-coordinate representation of color #9D1411: hue angle of 1.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D1411 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 17 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.38 |
| HSL | 1.29º | 0.8% | 0.34% | - |
| HSV(B) | 1.29º | 0.89% | 0.62% | - |
| XYZ | 14.26 | 7.71 | 1.27 | - |
| YUV | 60.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 17 | 0 | 0.87 | 0.89 | 0.38 | 1.29 | 0.8 | 0.34 |
| Hex | 9D | 14 | 11 | 0 | 57 | 59 | 26 | 1 | 50 | 22 |
| Octal | 235 | 24 | 21 | 0 | 127 | 131 | 46 | 1 | 120 | 42 |
| Binary | 10011101 | 10100 | 10001 | 0 | 1010111 | 1011001 | 100110 | 1 | 1010000 | 100010 |
Color Harmonies of #9D1411
Complementary color
Monochromatic Colors of #9D1411
Black with #9D1411
Text Example
Text Example
White with #9D1411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1411; }
p { color: rgb(157,20,17); }
H1.HeaderClassName
{
color: #9D1411;
}
.AnyTagClassName
{
color: #9D1411;
}
</style>
background-color css
<style>
a { background-color: #9D1411; }
a { background-color: rgb(157,20,17); }
div.DivClassName
{
background-color: #9D1411;
}
.BgClassName
{
background-color: #9D1411;
}
</style>
border-color css
<style>
span { border-color: #9D1411; }
span { border-color: rgb(157,20,17); }
td.TdClassName
{
border-color: #9D1411;
}
.TagClassName
{
border-color: #9D1411;
}
</style>