Shades of Mandarian Orange #8E2313
Tints of Mandarian Orange #8E2313
RGB
CMYK
RGB Variations
Color information
#8E2313 (or 0x8E2313) is known color: Mandarian Orange. HEX triplet: 8E, 23 and 13. RGB value is (142,35,19). Sum of RGB (Red+Green+Blue) = 142+35+19=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2313 is #71DCEC. Grayscale: #414141. Windows color (decimal): -7462125 or 1254286. OLE color: 1254286.
HSL color Cylindrical-coordinate representation of color #8E2313: hue angle of 7.8º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E2313 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 19 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.44 |
| HSL | 7.8º | 0.76% | 0.32% | - |
| HSV(B) | 7.8º | 0.87% | 0.56% | - |
| XYZ | 11.87 | 7 | 1.34 | - |
| YUV | 65.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 19 | 0 | 0.75 | 0.87 | 0.44 | 7.8 | 0.76 | 0.32 |
| Hex | 8E | 23 | 13 | 0 | 4B | 57 | 2C | 8 | 4C | 20 |
| Octal | 216 | 43 | 23 | 0 | 113 | 127 | 54 | 10 | 114 | 40 |
| Binary | 10001110 | 100011 | 10011 | 0 | 1001011 | 1010111 | 101100 | 1000 | 1001100 | 100000 |
Color Harmonies of #8E2313
Complementary color
Monochromatic Colors of #8E2313
Black with #8E2313
Text Example
Text Example
White with #8E2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2313; }
p { color: rgb(142,35,19); }
H1.HeaderClassName
{
color: #8E2313;
}
.AnyTagClassName
{
color: #8E2313;
}
</style>
background-color css
<style>
a { background-color: #8E2313; }
a { background-color: rgb(142,35,19); }
div.DivClassName
{
background-color: #8E2313;
}
.BgClassName
{
background-color: #8E2313;
}
</style>
border-color css
<style>
span { border-color: #8E2313; }
span { border-color: rgb(142,35,19); }
td.TdClassName
{
border-color: #8E2313;
}
.TagClassName
{
border-color: #8E2313;
}
</style>