Shades of Mandarian Orange #8E2A25
Tints of Mandarian Orange #8E2A25
RGB
CMYK
RGB Variations
Color information
#8E2A25 (or 0x8E2A25) is known color: Mandarian Orange. HEX triplet: 8E, 2A and 25. RGB value is (142,42,37). Sum of RGB (Red+Green+Blue) = 142+42+37=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A25 is #71D5DA. Grayscale: #474747. Windows color (decimal): -7460315 or 2435726. OLE color: 2435726.
HSL color Cylindrical-coordinate representation of color #8E2A25: hue angle of 2.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E2A25 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 42 | 37 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.44 |
| HSL | 2.86º | 0.59% | 0.35% | - |
| HSV(B) | 2.86º | 0.74% | 0.56% | - |
| XYZ | 12.32 | 7.54 | 2.56 | - |
| YUV | 71.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 42 | 37 | 0 | 0.70 | 0.74 | 0.44 | 2.86 | 0.59 | 0.35 |
| Hex | 8E | 2A | 25 | 0 | 46 | 4A | 2C | 3 | 3B | 23 |
| Octal | 216 | 52 | 45 | 0 | 106 | 112 | 54 | 3 | 73 | 43 |
| Binary | 10001110 | 101010 | 100101 | 0 | 1000110 | 1001010 | 101100 | 11 | 111011 | 100011 |
Color Harmonies of #8E2A25
Complementary color
Monochromatic Colors of #8E2A25
Black with #8E2A25
Text Example
Text Example
White with #8E2A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2A25; }
p { color: rgb(142,42,37); }
H1.HeaderClassName
{
color: #8E2A25;
}
.AnyTagClassName
{
color: #8E2A25;
}
</style>
background-color css
<style>
a { background-color: #8E2A25; }
a { background-color: rgb(142,42,37); }
div.DivClassName
{
background-color: #8E2A25;
}
.BgClassName
{
background-color: #8E2A25;
}
</style>
border-color css
<style>
span { border-color: #8E2A25; }
span { border-color: rgb(142,42,37); }
td.TdClassName
{
border-color: #8E2A25;
}
.TagClassName
{
border-color: #8E2A25;
}
</style>