Shades of Mandarian Orange #8E211B
Tints of Mandarian Orange #8E211B
RGB
CMYK
RGB Variations
Color information
#8E211B (or 0x8E211B) is known color: Mandarian Orange. HEX triplet: 8E, 21 and 1B. RGB value is (142,33,27). Sum of RGB (Red+Green+Blue) = 142+33+27=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E211B is #71DEE4. Grayscale: #414141. Windows color (decimal): -7462629 or 1778062. OLE color: 1778062.
HSL color Cylindrical-coordinate representation of color #8E211B: hue angle of 3.13º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E211B is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 27 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.44 |
| HSL | 3.13º | 0.68% | 0.33% | - |
| HSV(B) | 3.13º | 0.81% | 0.56% | - |
| XYZ | 11.9 | 6.92 | 1.75 | - |
| YUV | 64.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 27 | 0 | 0.77 | 0.81 | 0.44 | 3.13 | 0.68 | 0.33 |
| Hex | 8E | 21 | 1B | 0 | 4D | 51 | 2C | 3 | 44 | 21 |
| Octal | 216 | 41 | 33 | 0 | 115 | 121 | 54 | 3 | 104 | 41 |
| Binary | 10001110 | 100001 | 11011 | 0 | 1001101 | 1010001 | 101100 | 11 | 1000100 | 100001 |
Color Harmonies of #8E211B
Complementary color
Monochromatic Colors of #8E211B
Black with #8E211B
Text Example
Text Example
White with #8E211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E211B; }
p { color: rgb(142,33,27); }
H1.HeaderClassName
{
color: #8E211B;
}
.AnyTagClassName
{
color: #8E211B;
}
</style>
background-color css
<style>
a { background-color: #8E211B; }
a { background-color: rgb(142,33,27); }
div.DivClassName
{
background-color: #8E211B;
}
.BgClassName
{
background-color: #8E211B;
}
</style>
border-color css
<style>
span { border-color: #8E211B; }
span { border-color: rgb(142,33,27); }
td.TdClassName
{
border-color: #8E211B;
}
.TagClassName
{
border-color: #8E211B;
}
</style>