Shades of Fire #8E3927
Tints of Fire #8E3927
RGB
CMYK
RGB Variations
Color information
#8E3927 (or 0x8E3927) is known color: Fire. HEX triplet: 8E, 39 and 27. RGB value is (142,57,39). Sum of RGB (Red+Green+Blue) = 142+57+39=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3927 is #71C6D8. Grayscale: #505050. Windows color (decimal): -7456473 or 2570638. OLE color: 2570638.
HSL color Cylindrical-coordinate representation of color #8E3927: hue angle of 10.49º 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 #8E3927 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 39 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.44 |
| HSL | 10.49º | 0.57% | 0.35% | - |
| HSV(B) | 10.49º | 0.73% | 0.56% | - |
| XYZ | 12.98 | 8.82 | 2.94 | - |
| YUV | 80.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 39 | 0 | 0.60 | 0.73 | 0.44 | 10.49 | 0.57 | 0.35 |
| Hex | 8E | 39 | 27 | 0 | 3C | 49 | 2C | A | 39 | 23 |
| Octal | 216 | 71 | 47 | 0 | 74 | 111 | 54 | 12 | 71 | 43 |
| Binary | 10001110 | 111001 | 100111 | 0 | 111100 | 1001001 | 101100 | 1010 | 111001 | 100011 |
Color Harmonies of #8E3927
Complementary color
Monochromatic Colors of #8E3927
Black with #8E3927
Text Example
Text Example
White with #8E3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3927; }
p { color: rgb(142,57,39); }
H1.HeaderClassName
{
color: #8E3927;
}
.AnyTagClassName
{
color: #8E3927;
}
</style>
background-color css
<style>
a { background-color: #8E3927; }
a { background-color: rgb(142,57,39); }
div.DivClassName
{
background-color: #8E3927;
}
.BgClassName
{
background-color: #8E3927;
}
</style>
border-color css
<style>
span { border-color: #8E3927; }
span { border-color: rgb(142,57,39); }
td.TdClassName
{
border-color: #8E3927;
}
.TagClassName
{
border-color: #8E3927;
}
</style>