Shades of Fire #8E3F2E
Tints of Fire #8E3F2E
RGB
CMYK
RGB Variations
Color information
#8E3F2E (or 0x8E3F2E) is known color: Fire. HEX triplet: 8E, 3F and 2E. RGB value is (142,63,46). Sum of RGB (Red+Green+Blue) = 142+63+46=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3F2E is #71C0D1. Grayscale: #545454. Windows color (decimal): -7454930 or 3030926. OLE color: 3030926.
HSL color Cylindrical-coordinate representation of color #8E3F2E: hue angle of 10.62º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E3F2E is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 63 | 46 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.44 |
| HSL | 10.63º | 0.51% | 0.37% | - |
| HSV(B) | 10.63º | 0.68% | 0.56% | - |
| XYZ | 13.43 | 9.5 | 3.71 | - |
| YUV | 84.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 46 | 0 | 0.56 | 0.68 | 0.44 | 10.63 | 0.51 | 0.37 |
| Hex | 8E | 3F | 2E | 0 | 38 | 44 | 2C | B | 33 | 25 |
| Octal | 216 | 77 | 56 | 0 | 70 | 104 | 54 | 13 | 63 | 45 |
| Binary | 10001110 | 111111 | 101110 | 0 | 111000 | 1000100 | 101100 | 1011 | 110011 | 100101 |
Color Harmonies of #8E3F2E
Complementary color
Monochromatic Colors of #8E3F2E
Black with #8E3F2E
Text Example
Text Example
White with #8E3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3F2E; }
p { color: rgb(142,63,46); }
H1.HeaderClassName
{
color: #8E3F2E;
}
.AnyTagClassName
{
color: #8E3F2E;
}
</style>
background-color css
<style>
a { background-color: #8E3F2E; }
a { background-color: rgb(142,63,46); }
div.DivClassName
{
background-color: #8E3F2E;
}
.BgClassName
{
background-color: #8E3F2E;
}
</style>
border-color css
<style>
span { border-color: #8E3F2E; }
span { border-color: rgb(142,63,46); }
td.TdClassName
{
border-color: #8E3F2E;
}
.TagClassName
{
border-color: #8E3F2E;
}
</style>