Shades of Fire #8F412E
Tints of Fire #8F412E
RGB
CMYK
RGB Variations
Color information
#8F412E (or 0x8F412E) is known color: Fire. HEX triplet: 8F, 41 and 2E. RGB value is (143,65,46). Sum of RGB (Red+Green+Blue) = 143+65+46=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F412E is #70BED1. Grayscale: #565656. Windows color (decimal): -7388882 or 3031439. OLE color: 3031439.
HSL color Cylindrical-coordinate representation of color #8F412E: hue angle of 11.75º 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 #8F412E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 65 | 46 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.44 |
| HSL | 11.75º | 0.51% | 0.37% | - |
| HSV(B) | 11.75º | 0.68% | 0.56% | - |
| XYZ | 13.71 | 9.82 | 3.76 | - |
| YUV | 86.16 | 105.34 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 46 | 0 | 0.55 | 0.68 | 0.44 | 11.75 | 0.51 | 0.37 |
| Hex | 8F | 41 | 2E | 0 | 37 | 44 | 2C | C | 33 | 25 |
| Octal | 217 | 101 | 56 | 0 | 67 | 104 | 54 | 14 | 63 | 45 |
| Binary | 10001111 | 1000001 | 101110 | 0 | 110111 | 1000100 | 101100 | 1100 | 110011 | 100101 |
Color Harmonies of #8F412E
Complementary color
Monochromatic Colors of #8F412E
Black with #8F412E
Text Example
Text Example
White with #8F412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F412E; }
p { color: rgb(143,65,46); }
H1.HeaderClassName
{
color: #8F412E;
}
.AnyTagClassName
{
color: #8F412E;
}
</style>
background-color css
<style>
a { background-color: #8F412E; }
a { background-color: rgb(143,65,46); }
div.DivClassName
{
background-color: #8F412E;
}
.BgClassName
{
background-color: #8F412E;
}
</style>
border-color css
<style>
span { border-color: #8F412E; }
span { border-color: rgb(143,65,46); }
td.TdClassName
{
border-color: #8F412E;
}
.TagClassName
{
border-color: #8F412E;
}
</style>