Shades of Mandarian Orange #8E251E
Tints of Mandarian Orange #8E251E
RGB
CMYK
RGB Variations
Color information
#8E251E (or 0x8E251E) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 1E. RGB value is (142,37,30). Sum of RGB (Red+Green+Blue) = 142+37+30=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E251E is #71DAE1. Grayscale: #434343. Windows color (decimal): -7461602 or 1975694. OLE color: 1975694.
HSL color Cylindrical-coordinate representation of color #8E251E: hue angle of 3.75º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E251E is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 30 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.44 |
| HSL | 3.75º | 0.65% | 0.34% | - |
| HSV(B) | 3.75º | 0.79% | 0.56% | - |
| XYZ | 12.05 | 7.17 | 1.98 | - |
| YUV | 67.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 30 | 0 | 0.74 | 0.79 | 0.44 | 3.75 | 0.65 | 0.34 |
| Hex | 8E | 25 | 1E | 0 | 4A | 4F | 2C | 4 | 41 | 22 |
| Octal | 216 | 45 | 36 | 0 | 112 | 117 | 54 | 4 | 101 | 42 |
| Binary | 10001110 | 100101 | 11110 | 0 | 1001010 | 1001111 | 101100 | 100 | 1000001 | 100010 |
Color Harmonies of #8E251E
Complementary color
Monochromatic Colors of #8E251E
Black with #8E251E
Text Example
Text Example
White with #8E251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E251E; }
p { color: rgb(142,37,30); }
H1.HeaderClassName
{
color: #8E251E;
}
.AnyTagClassName
{
color: #8E251E;
}
</style>
background-color css
<style>
a { background-color: #8E251E; }
a { background-color: rgb(142,37,30); }
div.DivClassName
{
background-color: #8E251E;
}
.BgClassName
{
background-color: #8E251E;
}
</style>
border-color css
<style>
span { border-color: #8E251E; }
span { border-color: rgb(142,37,30); }
td.TdClassName
{
border-color: #8E251E;
}
.TagClassName
{
border-color: #8E251E;
}
</style>