Shades of Mandarian Orange #9E200E
Tints of Mandarian Orange #9E200E
RGB
CMYK
RGB Variations
Color information
#9E200E (or 0x9E200E) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 0E. RGB value is (158,32,14). Sum of RGB (Red+Green+Blue) = 158+32+14=204 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.45% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 158 - color contains mainly: red. Hex color #9E200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E200E is #61DFF1. Grayscale: #434343. Windows color (decimal): -6414322 or 925854. OLE color: 925854.
HSL color Cylindrical-coordinate representation of color #9E200E: hue angle of 7.5º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E200E is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 14 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.38 |
| HSL | 7.5º | 0.84% | 0.34% | - |
| HSV(B) | 7.5º | 0.91% | 0.62% | - |
| XYZ | 14.7 | 8.33 | 1.25 | - |
| YUV | 67.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 14 | 0 | 0.80 | 0.91 | 0.38 | 7.5 | 0.84 | 0.34 |
| Hex | 9E | 20 | E | 0 | 50 | 5B | 26 | 8 | 54 | 22 |
| Octal | 236 | 40 | 16 | 0 | 120 | 133 | 46 | 10 | 124 | 42 |
| Binary | 10011110 | 100000 | 1110 | 0 | 1010000 | 1011011 | 100110 | 1000 | 1010100 | 100010 |
Color Harmonies of #9E200E
Complementary color
Monochromatic Colors of #9E200E
Black with #9E200E
Text Example
Text Example
White with #9E200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E200E; }
p { color: rgb(158,32,14); }
H1.HeaderClassName
{
color: #9E200E;
}
.AnyTagClassName
{
color: #9E200E;
}
</style>
background-color css
<style>
a { background-color: #9E200E; }
a { background-color: rgb(158,32,14); }
div.DivClassName
{
background-color: #9E200E;
}
.BgClassName
{
background-color: #9E200E;
}
</style>
border-color css
<style>
span { border-color: #9E200E; }
span { border-color: rgb(158,32,14); }
td.TdClassName
{
border-color: #9E200E;
}
.TagClassName
{
border-color: #9E200E;
}
</style>