Shades of Fire #8E3B1D
Tints of Fire #8E3B1D
RGB
CMYK
RGB Variations
Color information
#8E3B1D (or 0x8E3B1D) is known color: Fire. HEX triplet: 8E, 3B and 1D. RGB value is (142,59,29). Sum of RGB (Red+Green+Blue) = 142+59+29=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B1D is #71C4E2. Grayscale: #505050. Windows color (decimal): -7455971 or 1915790. OLE color: 1915790.
HSL color Cylindrical-coordinate representation of color #8E3B1D: hue angle of 15.93º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E3B1D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 29 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.44 |
| HSL | 15.93º | 0.66% | 0.34% | - |
| HSV(B) | 15.93º | 0.8% | 0.56% | - |
| XYZ | 12.94 | 8.97 | 2.21 | - |
| YUV | 80.4 | 99 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 29 | 0 | 0.58 | 0.80 | 0.44 | 15.93 | 0.66 | 0.34 |
| Hex | 8E | 3B | 1D | 0 | 3A | 50 | 2C | 10 | 42 | 22 |
| Octal | 216 | 73 | 35 | 0 | 72 | 120 | 54 | 20 | 102 | 42 |
| Binary | 10001110 | 111011 | 11101 | 0 | 111010 | 1010000 | 101100 | 10000 | 1000010 | 100010 |
Color Harmonies of #8E3B1D
Complementary color
Monochromatic Colors of #8E3B1D
Black with #8E3B1D
Text Example
Text Example
White with #8E3B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B1D; }
p { color: rgb(142,59,29); }
H1.HeaderClassName
{
color: #8E3B1D;
}
.AnyTagClassName
{
color: #8E3B1D;
}
</style>
background-color css
<style>
a { background-color: #8E3B1D; }
a { background-color: rgb(142,59,29); }
div.DivClassName
{
background-color: #8E3B1D;
}
.BgClassName
{
background-color: #8E3B1D;
}
</style>
border-color css
<style>
span { border-color: #8E3B1D; }
span { border-color: rgb(142,59,29); }
td.TdClassName
{
border-color: #8E3B1D;
}
.TagClassName
{
border-color: #8E3B1D;
}
</style>