Shades of Fire #8E4027
Tints of Fire #8E4027
RGB
CMYK
RGB Variations
Color information
#8E4027 (or 0x8E4027) is known color: Fire. HEX triplet: 8E, 40 and 27. RGB value is (142,64,39). Sum of RGB (Red+Green+Blue) = 142+64+39=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4027 is #71BFD8. Grayscale: #545454. Windows color (decimal): -7454681 or 2572430. OLE color: 2572430.
HSL color Cylindrical-coordinate representation of color #8E4027: hue angle of 14.56º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E4027 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 39 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.44 |
| HSL | 14.56º | 0.57% | 0.35% | - |
| HSV(B) | 14.56º | 0.73% | 0.56% | - |
| XYZ | 13.35 | 9.56 | 3.06 | - |
| YUV | 84.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 39 | 0 | 0.55 | 0.73 | 0.44 | 14.56 | 0.57 | 0.35 |
| Hex | 8E | 40 | 27 | 0 | 37 | 49 | 2C | F | 39 | 23 |
| Octal | 216 | 100 | 47 | 0 | 67 | 111 | 54 | 17 | 71 | 43 |
| Binary | 10001110 | 1000000 | 100111 | 0 | 110111 | 1001001 | 101100 | 1111 | 111001 | 100011 |
Color Harmonies of #8E4027
Complementary color
Monochromatic Colors of #8E4027
Black with #8E4027
Text Example
Text Example
White with #8E4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4027; }
p { color: rgb(142,64,39); }
H1.HeaderClassName
{
color: #8E4027;
}
.AnyTagClassName
{
color: #8E4027;
}
</style>
background-color css
<style>
a { background-color: #8E4027; }
a { background-color: rgb(142,64,39); }
div.DivClassName
{
background-color: #8E4027;
}
.BgClassName
{
background-color: #8E4027;
}
</style>
border-color css
<style>
span { border-color: #8E4027; }
span { border-color: rgb(142,64,39); }
td.TdClassName
{
border-color: #8E4027;
}
.TagClassName
{
border-color: #8E4027;
}
</style>