Shades of Fire #8F4220
Tints of Fire #8F4220
RGB
CMYK
RGB Variations
Color information
#8F4220 (or 0x8F4220) is known color: Fire. HEX triplet: 8F, 42 and 20. RGB value is (143,66,32). Sum of RGB (Red+Green+Blue) = 143+66+32=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4220 is #70BDDF. Grayscale: #555555. Windows color (decimal): -7388640 or 2114191. OLE color: 2114191.
HSL color Cylindrical-coordinate representation of color #8F4220: hue angle of 18.38º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F4220 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 32 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.44 |
| HSL | 18.38º | 0.63% | 0.34% | - |
| HSV(B) | 18.38º | 0.78% | 0.56% | - |
| XYZ | 13.54 | 9.84 | 2.55 | - |
| YUV | 85.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 32 | 0 | 0.54 | 0.78 | 0.44 | 18.38 | 0.63 | 0.34 |
| Hex | 8F | 42 | 20 | 0 | 36 | 4E | 2C | 12 | 3F | 22 |
| Octal | 217 | 102 | 40 | 0 | 66 | 116 | 54 | 22 | 77 | 42 |
| Binary | 10001111 | 1000010 | 100000 | 0 | 110110 | 1001110 | 101100 | 10010 | 111111 | 100010 |
Color Harmonies of #8F4220
Complementary color
Monochromatic Colors of #8F4220
Black with #8F4220
Text Example
Text Example
White with #8F4220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4220; }
p { color: rgb(143,66,32); }
H1.HeaderClassName
{
color: #8F4220;
}
.AnyTagClassName
{
color: #8F4220;
}
</style>
background-color css
<style>
a { background-color: #8F4220; }
a { background-color: rgb(143,66,32); }
div.DivClassName
{
background-color: #8F4220;
}
.BgClassName
{
background-color: #8F4220;
}
</style>
border-color css
<style>
span { border-color: #8F4220; }
span { border-color: rgb(143,66,32); }
td.TdClassName
{
border-color: #8F4220;
}
.TagClassName
{
border-color: #8F4220;
}
</style>