Shades of Fire #8E402F
Tints of Fire #8E402F
RGB
CMYK
RGB Variations
Color information
#8E402F (or 0x8E402F) is known color: Fire. HEX triplet: 8E, 40 and 2F. RGB value is (142,64,47). Sum of RGB (Red+Green+Blue) = 142+64+47=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E402F is #71BFD0. Grayscale: #555555. Windows color (decimal): -7454673 or 3096718. OLE color: 3096718.
HSL color Cylindrical-coordinate representation of color #8E402F: hue angle of 10.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E402F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 64 | 47 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.44 |
| HSL | 10.74º | 0.5% | 0.37% | - |
| HSV(B) | 10.74º | 0.67% | 0.56% | - |
| XYZ | 13.5 | 9.62 | 3.84 | - |
| YUV | 85.38 | 106.34 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 64 | 47 | 0 | 0.55 | 0.67 | 0.44 | 10.74 | 0.5 | 0.37 |
| Hex | 8E | 40 | 2F | 0 | 37 | 43 | 2C | B | 32 | 25 |
| Octal | 216 | 100 | 57 | 0 | 67 | 103 | 54 | 13 | 62 | 45 |
| Binary | 10001110 | 1000000 | 101111 | 0 | 110111 | 1000011 | 101100 | 1011 | 110010 | 100101 |
Color Harmonies of #8E402F
Complementary color
Monochromatic Colors of #8E402F
Black with #8E402F
Text Example
Text Example
White with #8E402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E402F; }
p { color: rgb(142,64,47); }
H1.HeaderClassName
{
color: #8E402F;
}
.AnyTagClassName
{
color: #8E402F;
}
</style>
background-color css
<style>
a { background-color: #8E402F; }
a { background-color: rgb(142,64,47); }
div.DivClassName
{
background-color: #8E402F;
}
.BgClassName
{
background-color: #8E402F;
}
</style>
border-color css
<style>
span { border-color: #8E402F; }
span { border-color: rgb(142,64,47); }
td.TdClassName
{
border-color: #8E402F;
}
.TagClassName
{
border-color: #8E402F;
}
</style>