Shades of Fire #8E412E
Tints of Fire #8E412E
RGB
CMYK
RGB Variations
Color information
#8E412E (or 0x8E412E) is known color: Fire. HEX triplet: 8E, 41 and 2E. RGB value is (142,65,46). Sum of RGB (Red+Green+Blue) = 142+65+46=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E412E is #71BED1. Grayscale: #565656. Windows color (decimal): -7454418 or 3031438. OLE color: 3031438.
HSL color Cylindrical-coordinate representation of color #8E412E: hue angle of 11.88º 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 #8E412E is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 65 | 46 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.44 |
| HSL | 11.88º | 0.51% | 0.37% | - |
| HSV(B) | 11.88º | 0.68% | 0.56% | - |
| XYZ | 13.54 | 9.73 | 3.75 | - |
| YUV | 85.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 65 | 46 | 0 | 0.54 | 0.68 | 0.44 | 11.88 | 0.51 | 0.37 |
| Hex | 8E | 41 | 2E | 0 | 36 | 44 | 2C | C | 33 | 25 |
| Octal | 216 | 101 | 56 | 0 | 66 | 104 | 54 | 14 | 63 | 45 |
| Binary | 10001110 | 1000001 | 101110 | 0 | 110110 | 1000100 | 101100 | 1100 | 110011 | 100101 |
Color Harmonies of #8E412E
Complementary color
Monochromatic Colors of #8E412E
Black with #8E412E
Text Example
Text Example
White with #8E412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E412E; }
p { color: rgb(142,65,46); }
H1.HeaderClassName
{
color: #8E412E;
}
.AnyTagClassName
{
color: #8E412E;
}
</style>
background-color css
<style>
a { background-color: #8E412E; }
a { background-color: rgb(142,65,46); }
div.DivClassName
{
background-color: #8E412E;
}
.BgClassName
{
background-color: #8E412E;
}
</style>
border-color css
<style>
span { border-color: #8E412E; }
span { border-color: rgb(142,65,46); }
td.TdClassName
{
border-color: #8E412E;
}
.TagClassName
{
border-color: #8E412E;
}
</style>