Shades of Mandarian Orange #9D1810
Tints of Mandarian Orange #9D1810
RGB
CMYK
RGB Variations
Color information
#9D1810 (or 0x9D1810) is known color: Mandarian Orange. HEX triplet: 9D, 18 and 10. RGB value is (157,24,16). Sum of RGB (Red+Green+Blue) = 157+24+16=197 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.70% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1810 is #62E7EF. Grayscale: #3F3F3F. Windows color (decimal): -6481904 or 1054877. OLE color: 1054877.
HSL color Cylindrical-coordinate representation of color #9D1810: hue angle of 3.4º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1810 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 24 | 16 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.38 |
| HSL | 3.4º | 0.82% | 0.34% | - |
| HSV(B) | 3.4º | 0.9% | 0.62% | - |
| XYZ | 14.32 | 7.86 | 1.25 | - |
| YUV | 62.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 24 | 16 | 0 | 0.85 | 0.90 | 0.38 | 3.4 | 0.82 | 0.34 |
| Hex | 9D | 18 | 10 | 0 | 55 | 5A | 26 | 3 | 52 | 22 |
| Octal | 235 | 30 | 20 | 0 | 125 | 132 | 46 | 3 | 122 | 42 |
| Binary | 10011101 | 11000 | 10000 | 0 | 1010101 | 1011010 | 100110 | 11 | 1010010 | 100010 |
Color Harmonies of #9D1810
Complementary color
Monochromatic Colors of #9D1810
Black with #9D1810
Text Example
Text Example
White with #9D1810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1810; }
p { color: rgb(157,24,16); }
H1.HeaderClassName
{
color: #9D1810;
}
.AnyTagClassName
{
color: #9D1810;
}
</style>
background-color css
<style>
a { background-color: #9D1810; }
a { background-color: rgb(157,24,16); }
div.DivClassName
{
background-color: #9D1810;
}
.BgClassName
{
background-color: #9D1810;
}
</style>
border-color css
<style>
span { border-color: #9D1810; }
span { border-color: rgb(157,24,16); }
td.TdClassName
{
border-color: #9D1810;
}
.TagClassName
{
border-color: #9D1810;
}
</style>