Shades of Fire #8E3B21
Tints of Fire #8E3B21
RGB
CMYK
RGB Variations
Color information
#8E3B21 (or 0x8E3B21) is known color: Fire. HEX triplet: 8E, 3B and 21. RGB value is (142,59,33). Sum of RGB (Red+Green+Blue) = 142+59+33=234 (30% of max value = 765). Red value is 142 (55.86% from 255 or 60.68% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3B21 is #71C4DE. Grayscale: #515151. Windows color (decimal): -7455967 or 2177934. OLE color: 2177934.
HSL color Cylindrical-coordinate representation of color #8E3B21: hue angle of 14.31º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E3B21 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 59 | 33 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.44 |
| HSL | 14.31º | 0.62% | 0.34% | - |
| HSV(B) | 14.31º | 0.77% | 0.56% | - |
| XYZ | 12.99 | 8.99 | 2.49 | - |
| YUV | 80.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 59 | 33 | 0 | 0.58 | 0.77 | 0.44 | 14.31 | 0.62 | 0.34 |
| Hex | 8E | 3B | 21 | 0 | 3A | 4D | 2C | E | 3E | 22 |
| Octal | 216 | 73 | 41 | 0 | 72 | 115 | 54 | 16 | 76 | 42 |
| Binary | 10001110 | 111011 | 100001 | 0 | 111010 | 1001101 | 101100 | 1110 | 111110 | 100010 |
Color Harmonies of #8E3B21
Complementary color
Monochromatic Colors of #8E3B21
Black with #8E3B21
Text Example
Text Example
White with #8E3B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3B21; }
p { color: rgb(142,59,33); }
H1.HeaderClassName
{
color: #8E3B21;
}
.AnyTagClassName
{
color: #8E3B21;
}
</style>
background-color css
<style>
a { background-color: #8E3B21; }
a { background-color: rgb(142,59,33); }
div.DivClassName
{
background-color: #8E3B21;
}
.BgClassName
{
background-color: #8E3B21;
}
</style>
border-color css
<style>
span { border-color: #8E3B21; }
span { border-color: rgb(142,59,33); }
td.TdClassName
{
border-color: #8E3B21;
}
.TagClassName
{
border-color: #8E3B21;
}
</style>