Shades of Fire #8F452E
Tints of Fire #8F452E
RGB
CMYK
RGB Variations
Color information
#8F452E (or 0x8F452E) is known color: Fire. HEX triplet: 8F, 45 and 2E. RGB value is (143,69,46). Sum of RGB (Red+Green+Blue) = 143+69+46=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F452E is #70BAD1. Grayscale: #585858. Windows color (decimal): -7387858 or 3032463. OLE color: 3032463.
HSL color Cylindrical-coordinate representation of color #8F452E: hue angle of 14.23º 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 #8F452E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 46 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.44 |
| HSL | 14.23º | 0.51% | 0.37% | - |
| HSV(B) | 14.23º | 0.68% | 0.56% | - |
| XYZ | 13.95 | 10.29 | 3.84 | - |
| YUV | 88.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 46 | 0 | 0.52 | 0.68 | 0.44 | 14.23 | 0.51 | 0.37 |
| Hex | 8F | 45 | 2E | 0 | 34 | 44 | 2C | E | 33 | 25 |
| Octal | 217 | 105 | 56 | 0 | 64 | 104 | 54 | 16 | 63 | 45 |
| Binary | 10001111 | 1000101 | 101110 | 0 | 110100 | 1000100 | 101100 | 1110 | 110011 | 100101 |
Color Harmonies of #8F452E
Complementary color
Monochromatic Colors of #8F452E
Black with #8F452E
Text Example
Text Example
White with #8F452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F452E; }
p { color: rgb(143,69,46); }
H1.HeaderClassName
{
color: #8F452E;
}
.AnyTagClassName
{
color: #8F452E;
}
</style>
background-color css
<style>
a { background-color: #8F452E; }
a { background-color: rgb(143,69,46); }
div.DivClassName
{
background-color: #8F452E;
}
.BgClassName
{
background-color: #8F452E;
}
</style>
border-color css
<style>
span { border-color: #8F452E; }
span { border-color: rgb(143,69,46); }
td.TdClassName
{
border-color: #8F452E;
}
.TagClassName
{
border-color: #8F452E;
}
</style>