Shades of Fire #8E4430
Tints of Fire #8E4430
RGB
CMYK
RGB Variations
Color information
#8E4430 (or 0x8E4430) is known color: Fire. HEX triplet: 8E, 44 and 30. RGB value is (142,68,48). Sum of RGB (Red+Green+Blue) = 142+68+48=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4430 is #71BBCF. Grayscale: #585858. Windows color (decimal): -7453648 or 3163278. OLE color: 3163278.
HSL color Cylindrical-coordinate representation of color #8E4430: hue angle of 12.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E4430 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 48 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.44 |
| HSL | 12.77º | 0.49% | 0.37% | - |
| HSV(B) | 12.77º | 0.66% | 0.56% | - |
| XYZ | 13.76 | 10.1 | 4.02 | - |
| YUV | 87.85 | 105.52 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 48 | 0 | 0.52 | 0.66 | 0.44 | 12.77 | 0.49 | 0.37 |
| Hex | 8E | 44 | 30 | 0 | 34 | 42 | 2C | D | 31 | 25 |
| Octal | 216 | 104 | 60 | 0 | 64 | 102 | 54 | 15 | 61 | 45 |
| Binary | 10001110 | 1000100 | 110000 | 0 | 110100 | 1000010 | 101100 | 1101 | 110001 | 100101 |
Color Harmonies of #8E4430
Complementary color
Monochromatic Colors of #8E4430
Black with #8E4430
Text Example
Text Example
White with #8E4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4430; }
p { color: rgb(142,68,48); }
H1.HeaderClassName
{
color: #8E4430;
}
.AnyTagClassName
{
color: #8E4430;
}
</style>
background-color css
<style>
a { background-color: #8E4430; }
a { background-color: rgb(142,68,48); }
div.DivClassName
{
background-color: #8E4430;
}
.BgClassName
{
background-color: #8E4430;
}
</style>
border-color css
<style>
span { border-color: #8E4430; }
span { border-color: rgb(142,68,48); }
td.TdClassName
{
border-color: #8E4430;
}
.TagClassName
{
border-color: #8E4430;
}
</style>