Shades of Fire #8E4024
Tints of Fire #8E4024
RGB
CMYK
RGB Variations
Color information
#8E4024 (or 0x8E4024) is known color: Fire. HEX triplet: 8E, 40 and 24. RGB value is (142,64,36). Sum of RGB (Red+Green+Blue) = 142+64+36=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4024 is #71BFDB. Grayscale: #545454. Windows color (decimal): -7454684 or 2375822. OLE color: 2375822.
HSL color Cylindrical-coordinate representation of color #8E4024: hue angle of 15.85º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E4024 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 36 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.44 |
| HSL | 15.85º | 0.6% | 0.35% | - |
| HSV(B) | 15.85º | 0.75% | 0.56% | - |
| XYZ | 13.31 | 9.54 | 2.81 | - |
| YUV | 84.13 | 100.84 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 36 | 0 | 0.55 | 0.75 | 0.44 | 15.85 | 0.6 | 0.35 |
| Hex | 8E | 40 | 24 | 0 | 37 | 4B | 2C | 10 | 3C | 23 |
| Octal | 216 | 100 | 44 | 0 | 67 | 113 | 54 | 20 | 74 | 43 |
| Binary | 10001110 | 1000000 | 100100 | 0 | 110111 | 1001011 | 101100 | 10000 | 111100 | 100011 |
Color Harmonies of #8E4024
Complementary color
Monochromatic Colors of #8E4024
Black with #8E4024
Text Example
Text Example
White with #8E4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4024; }
p { color: rgb(142,64,36); }
H1.HeaderClassName
{
color: #8E4024;
}
.AnyTagClassName
{
color: #8E4024;
}
</style>
background-color css
<style>
a { background-color: #8E4024; }
a { background-color: rgb(142,64,36); }
div.DivClassName
{
background-color: #8E4024;
}
.BgClassName
{
background-color: #8E4024;
}
</style>
border-color css
<style>
span { border-color: #8E4024; }
span { border-color: rgb(142,64,36); }
td.TdClassName
{
border-color: #8E4024;
}
.TagClassName
{
border-color: #8E4024;
}
</style>