Shades of Mandarian Orange #9E220B
Tints of Mandarian Orange #9E220B
RGB
CMYK
RGB Variations
Color information
#9E220B (or 0x9E220B) is known color: Mandarian Orange. HEX triplet: 9E, 22 and 0B. RGB value is (158,34,11). Sum of RGB (Red+Green+Blue) = 158+34+11=203 (26% of max value = 765). Red value is 158 (62.11% from 255 or 77.83% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 158 - color contains mainly: red. Hex color #9E220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E220B is #61DDF4. Grayscale: #444444. Windows color (decimal): -6413813 or 729758. OLE color: 729758.
HSL color Cylindrical-coordinate representation of color #9E220B: hue angle of 9.39º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E220B is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 34 | 11 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.38 |
| HSL | 9.39º | 0.87% | 0.33% | - |
| HSV(B) | 9.39º | 0.93% | 0.62% | - |
| XYZ | 14.73 | 8.44 | 1.17 | - |
| YUV | 68.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 34 | 11 | 0 | 0.78 | 0.93 | 0.38 | 9.39 | 0.87 | 0.33 |
| Hex | 9E | 22 | B | 0 | 4E | 5D | 26 | 9 | 57 | 21 |
| Octal | 236 | 42 | 13 | 0 | 116 | 135 | 46 | 11 | 127 | 41 |
| Binary | 10011110 | 100010 | 1011 | 0 | 1001110 | 1011101 | 100110 | 1001 | 1010111 | 100001 |
Color Harmonies of #9E220B
Complementary color
Monochromatic Colors of #9E220B
Black with #9E220B
Text Example
Text Example
White with #9E220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E220B; }
p { color: rgb(158,34,11); }
H1.HeaderClassName
{
color: #9E220B;
}
.AnyTagClassName
{
color: #9E220B;
}
</style>
background-color css
<style>
a { background-color: #9E220B; }
a { background-color: rgb(158,34,11); }
div.DivClassName
{
background-color: #9E220B;
}
.BgClassName
{
background-color: #9E220B;
}
</style>
border-color css
<style>
span { border-color: #9E220B; }
span { border-color: rgb(158,34,11); }
td.TdClassName
{
border-color: #9E220B;
}
.TagClassName
{
border-color: #9E220B;
}
</style>