Shades of Fire #8E3F27
Tints of Fire #8E3F27
RGB
CMYK
RGB Variations
Color information
#8E3F27 (or 0x8E3F27) is known color: Fire. HEX triplet: 8E, 3F and 27. RGB value is (142,63,39). Sum of RGB (Red+Green+Blue) = 142+63+39=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3F27 is #71C0D8. Grayscale: #545454. Windows color (decimal): -7454937 or 2572174. OLE color: 2572174.
HSL color Cylindrical-coordinate representation of color #8E3F27: hue angle of 13.98º 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 #8E3F27 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 39 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.44 |
| HSL | 13.98º | 0.57% | 0.35% | - |
| HSV(B) | 13.98º | 0.73% | 0.56% | - |
| XYZ | 13.3 | 9.45 | 3.04 | - |
| YUV | 83.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 39 | 0 | 0.56 | 0.73 | 0.44 | 13.98 | 0.57 | 0.35 |
| Hex | 8E | 3F | 27 | 0 | 38 | 49 | 2C | E | 39 | 23 |
| Octal | 216 | 77 | 47 | 0 | 70 | 111 | 54 | 16 | 71 | 43 |
| Binary | 10001110 | 111111 | 100111 | 0 | 111000 | 1001001 | 101100 | 1110 | 111001 | 100011 |
Color Harmonies of #8E3F27
Complementary color
Monochromatic Colors of #8E3F27
Black with #8E3F27
Text Example
Text Example
White with #8E3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F27; }
p { color: rgb(142,63,39); }
H1.HeaderClassName
{
color: #8E3F27;
}
.AnyTagClassName
{
color: #8E3F27;
}
</style>
background-color css
<style>
a { background-color: #8E3F27; }
a { background-color: rgb(142,63,39); }
div.DivClassName
{
background-color: #8E3F27;
}
.BgClassName
{
background-color: #8E3F27;
}
</style>
border-color css
<style>
span { border-color: #8E3F27; }
span { border-color: rgb(142,63,39); }
td.TdClassName
{
border-color: #8E3F27;
}
.TagClassName
{
border-color: #8E3F27;
}
</style>