Shades of Fire #8E4228
Tints of Fire #8E4228
RGB
CMYK
RGB Variations
Color information
#8E4228 (or 0x8E4228) is known color: Fire. HEX triplet: 8E, 42 and 28. RGB value is (142,66,40). Sum of RGB (Red+Green+Blue) = 142+66+40=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4228 is #71BDD7. Grayscale: #555555. Windows color (decimal): -7454168 or 2638478. OLE color: 2638478.
HSL color Cylindrical-coordinate representation of color #8E4228: hue angle of 15.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E4228 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 66 | 40 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.44 |
| HSL | 15.29º | 0.56% | 0.36% | - |
| HSV(B) | 15.29º | 0.72% | 0.56% | - |
| XYZ | 13.49 | 9.8 | 3.19 | - |
| YUV | 85.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 66 | 40 | 0 | 0.54 | 0.72 | 0.44 | 15.29 | 0.56 | 0.36 |
| Hex | 8E | 42 | 28 | 0 | 36 | 48 | 2C | F | 38 | 24 |
| Octal | 216 | 102 | 50 | 0 | 66 | 110 | 54 | 17 | 70 | 44 |
| Binary | 10001110 | 1000010 | 101000 | 0 | 110110 | 1001000 | 101100 | 1111 | 111000 | 100100 |
Color Harmonies of #8E4228
Complementary color
Monochromatic Colors of #8E4228
Black with #8E4228
Text Example
Text Example
White with #8E4228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4228; }
p { color: rgb(142,66,40); }
H1.HeaderClassName
{
color: #8E4228;
}
.AnyTagClassName
{
color: #8E4228;
}
</style>
background-color css
<style>
a { background-color: #8E4228; }
a { background-color: rgb(142,66,40); }
div.DivClassName
{
background-color: #8E4228;
}
.BgClassName
{
background-color: #8E4228;
}
</style>
border-color css
<style>
span { border-color: #8E4228; }
span { border-color: rgb(142,66,40); }
td.TdClassName
{
border-color: #8E4228;
}
.TagClassName
{
border-color: #8E4228;
}
</style>