Shades of Mandarian Orange #9F1D16
Tints of Mandarian Orange #9F1D16
RGB
CMYK
RGB Variations
Color information
#9F1D16 (or 0x9F1D16) is known color: Mandarian Orange. HEX triplet: 9F, 1D and 16. RGB value is (159,29,22). Sum of RGB (Red+Green+Blue) = 159+29+22=210 (27% of max value = 765). Red value is 159 (62.5% from 255 or 75.71% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1D16 is #60E2E9. Grayscale: #434343. Windows color (decimal): -6349546 or 1449375. OLE color: 1449375.
HSL color Cylindrical-coordinate representation of color #9F1D16: hue angle of 3.07º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1D16 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 22 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.38 |
| HSL | 3.07º | 0.76% | 0.35% | - |
| HSV(B) | 3.07º | 0.86% | 0.62% | - |
| XYZ | 14.88 | 8.31 | 1.58 | - |
| YUV | 67.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 22 | 0 | 0.82 | 0.86 | 0.38 | 3.07 | 0.76 | 0.35 |
| Hex | 9F | 1D | 16 | 0 | 52 | 56 | 26 | 3 | 4C | 23 |
| Octal | 237 | 35 | 26 | 0 | 122 | 126 | 46 | 3 | 114 | 43 |
| Binary | 10011111 | 11101 | 10110 | 0 | 1010010 | 1010110 | 100110 | 11 | 1001100 | 100011 |
Color Harmonies of #9F1D16
Complementary color
Monochromatic Colors of #9F1D16
Black with #9F1D16
Text Example
Text Example
White with #9F1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D16; }
p { color: rgb(159,29,22); }
H1.HeaderClassName
{
color: #9F1D16;
}
.AnyTagClassName
{
color: #9F1D16;
}
</style>
background-color css
<style>
a { background-color: #9F1D16; }
a { background-color: rgb(159,29,22); }
div.DivClassName
{
background-color: #9F1D16;
}
.BgClassName
{
background-color: #9F1D16;
}
</style>
border-color css
<style>
span { border-color: #9F1D16; }
span { border-color: rgb(159,29,22); }
td.TdClassName
{
border-color: #9F1D16;
}
.TagClassName
{
border-color: #9F1D16;
}
</style>