Shades of Fire #8E462C
Tints of Fire #8E462C
RGB
CMYK
RGB Variations
Color information
#8E462C (or 0x8E462C) is known color: Fire. HEX triplet: 8E, 46 and 2C. RGB value is (142,70,44). Sum of RGB (Red+Green+Blue) = 142+70+44=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E462C is #71B9D3. Grayscale: #585858. Windows color (decimal): -7453140 or 2901646. OLE color: 2901646.
HSL color Cylindrical-coordinate representation of color #8E462C: hue angle of 15.92º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E462C is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 44 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.44 |
| HSL | 15.92º | 0.53% | 0.36% | - |
| HSV(B) | 15.92º | 0.69% | 0.56% | - |
| XYZ | 13.8 | 10.31 | 3.65 | - |
| YUV | 88.56 | 102.85 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 44 | 0 | 0.51 | 0.69 | 0.44 | 15.92 | 0.53 | 0.36 |
| Hex | 8E | 46 | 2C | 0 | 33 | 45 | 2C | 10 | 35 | 24 |
| Octal | 216 | 106 | 54 | 0 | 63 | 105 | 54 | 20 | 65 | 44 |
| Binary | 10001110 | 1000110 | 101100 | 0 | 110011 | 1000101 | 101100 | 10000 | 110101 | 100100 |
Color Harmonies of #8E462C
Complementary color
Monochromatic Colors of #8E462C
Black with #8E462C
Text Example
Text Example
White with #8E462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E462C; }
p { color: rgb(142,70,44); }
H1.HeaderClassName
{
color: #8E462C;
}
.AnyTagClassName
{
color: #8E462C;
}
</style>
background-color css
<style>
a { background-color: #8E462C; }
a { background-color: rgb(142,70,44); }
div.DivClassName
{
background-color: #8E462C;
}
.BgClassName
{
background-color: #8E462C;
}
</style>
border-color css
<style>
span { border-color: #8E462C; }
span { border-color: rgb(142,70,44); }
td.TdClassName
{
border-color: #8E462C;
}
.TagClassName
{
border-color: #8E462C;
}
</style>