Shades of Mandarian Orange #9E201B
Tints of Mandarian Orange #9E201B
RGB
CMYK
RGB Variations
Color information
#9E201B (or 0x9E201B) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 1B. RGB value is (158,32,27). Sum of RGB (Red+Green+Blue) = 158+32+27=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E201B is #61DFE4. Grayscale: #454545. Windows color (decimal): -6414309 or 1777822. OLE color: 1777822.
HSL color Cylindrical-coordinate representation of color #9E201B: hue angle of 2.29º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9E201B is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 27 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.38 |
| HSL | 2.29º | 0.71% | 0.36% | - |
| HSV(B) | 2.29º | 0.83% | 0.62% | - |
| XYZ | 14.81 | 8.38 | 1.87 | - |
| YUV | 69.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 27 | 0 | 0.80 | 0.83 | 0.38 | 2.29 | 0.71 | 0.36 |
| Hex | 9E | 20 | 1B | 0 | 50 | 53 | 26 | 2 | 47 | 24 |
| Octal | 236 | 40 | 33 | 0 | 120 | 123 | 46 | 2 | 107 | 44 |
| Binary | 10011110 | 100000 | 11011 | 0 | 1010000 | 1010011 | 100110 | 10 | 1000111 | 100100 |
Color Harmonies of #9E201B
Complementary color
Monochromatic Colors of #9E201B
Black with #9E201B
Text Example
Text Example
White with #9E201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E201B; }
p { color: rgb(158,32,27); }
H1.HeaderClassName
{
color: #9E201B;
}
.AnyTagClassName
{
color: #9E201B;
}
</style>
background-color css
<style>
a { background-color: #9E201B; }
a { background-color: rgb(158,32,27); }
div.DivClassName
{
background-color: #9E201B;
}
.BgClassName
{
background-color: #9E201B;
}
</style>
border-color css
<style>
span { border-color: #9E201B; }
span { border-color: rgb(158,32,27); }
td.TdClassName
{
border-color: #9E201B;
}
.TagClassName
{
border-color: #9E201B;
}
</style>