Shades of Mandarian Orange #9E2201
Tints of Mandarian Orange #9E2201
RGB
CMYK
RGB Variations
Color information
#9E2201 (or 0x9E2201) is known color: Mandarian Orange. HEX triplet: 9E, 22 and 01. RGB value is (158,34,1). Sum of RGB (Red+Green+Blue) = 158+34+1=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 34 (13.67% from 255 or 17.62% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2201 is #61DDFE. Grayscale: #434343. Windows color (decimal): -6413823 or 74398. OLE color: 74398.
HSL color Cylindrical-coordinate representation of color #9E2201: hue angle of 12.61º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E2201 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.38 |
| HSL | 12.61º | 0.99% | 0.31% | - |
| HSV(B) | 12.61º | 0.99% | 0.62% | - |
| XYZ | 14.68 | 8.42 | 0.88 | - |
| YUV | 67.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 1 | 0 | 0.78 | 0.99 | 0.38 | 12.61 | 0.99 | 0.31 |
| Hex | 9E | 22 | 1 | 0 | 4E | 63 | 26 | D | 63 | 1F |
| Octal | 236 | 42 | 1 | 0 | 116 | 143 | 46 | 15 | 143 | 37 |
| Binary | 10011110 | 100010 | 1 | 0 | 1001110 | 1100011 | 100110 | 1101 | 1100011 | 11111 |
Color Harmonies of #9E2201
Complementary color
Monochromatic Colors of #9E2201
Black with #9E2201
Text Example
Text Example
White with #9E2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2201; }
p { color: rgb(158,34,1); }
H1.HeaderClassName
{
color: #9E2201;
}
.AnyTagClassName
{
color: #9E2201;
}
</style>
background-color css
<style>
a { background-color: #9E2201; }
a { background-color: rgb(158,34,1); }
div.DivClassName
{
background-color: #9E2201;
}
.BgClassName
{
background-color: #9E2201;
}
</style>
border-color css
<style>
span { border-color: #9E2201; }
span { border-color: rgb(158,34,1); }
td.TdClassName
{
border-color: #9E2201;
}
.TagClassName
{
border-color: #9E2201;
}
</style>