Shades of Mandarian Orange #9E2113
Tints of Mandarian Orange #9E2113
RGB
CMYK
RGB Variations
Color information
#9E2113 (or 0x9E2113) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 13. RGB value is (158,33,19). Sum of RGB (Red+Green+Blue) = 158+33+19=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2113 is #61DEEC. Grayscale: #444444. Windows color (decimal): -6414061 or 1253790. OLE color: 1253790.
HSL color Cylindrical-coordinate representation of color #9E2113: hue angle of 6.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E2113 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 19 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.38 |
| HSL | 6.04º | 0.79% | 0.35% | - |
| HSV(B) | 6.04º | 0.88% | 0.62% | - |
| XYZ | 14.76 | 8.4 | 1.46 | - |
| YUV | 68.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 19 | 0 | 0.79 | 0.88 | 0.38 | 6.04 | 0.79 | 0.35 |
| Hex | 9E | 21 | 13 | 0 | 4F | 58 | 26 | 6 | 4F | 23 |
| Octal | 236 | 41 | 23 | 0 | 117 | 130 | 46 | 6 | 117 | 43 |
| Binary | 10011110 | 100001 | 10011 | 0 | 1001111 | 1011000 | 100110 | 110 | 1001111 | 100011 |
Color Harmonies of #9E2113
Complementary color
Monochromatic Colors of #9E2113
Black with #9E2113
Text Example
Text Example
White with #9E2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2113; }
p { color: rgb(158,33,19); }
H1.HeaderClassName
{
color: #9E2113;
}
.AnyTagClassName
{
color: #9E2113;
}
</style>
background-color css
<style>
a { background-color: #9E2113; }
a { background-color: rgb(158,33,19); }
div.DivClassName
{
background-color: #9E2113;
}
.BgClassName
{
background-color: #9E2113;
}
</style>
border-color css
<style>
span { border-color: #9E2113; }
span { border-color: rgb(158,33,19); }
td.TdClassName
{
border-color: #9E2113;
}
.TagClassName
{
border-color: #9E2113;
}
</style>