Shades of Fire #8F402F
Tints of Fire #8F402F
RGB
CMYK
RGB Variations
Color information
#8F402F (or 0x8F402F) is known color: Fire. HEX triplet: 8F, 40 and 2F. RGB value is (143,64,47). Sum of RGB (Red+Green+Blue) = 143+64+47=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F402F is #70BFD0. Grayscale: #555555. Windows color (decimal): -7389137 or 3096719. OLE color: 3096719.
HSL color Cylindrical-coordinate representation of color #8F402F: hue angle of 10.62º degrees, saturation: 0.51, 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 #8F402F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 64 | 47 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.44 |
| HSL | 10.63º | 0.51% | 0.37% | - |
| HSV(B) | 10.63º | 0.67% | 0.56% | - |
| XYZ | 13.67 | 9.71 | 3.84 | - |
| YUV | 85.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 64 | 47 | 0 | 0.55 | 0.67 | 0.44 | 10.63 | 0.51 | 0.37 |
| Hex | 8F | 40 | 2F | 0 | 37 | 43 | 2C | B | 33 | 25 |
| Octal | 217 | 100 | 57 | 0 | 67 | 103 | 54 | 13 | 63 | 45 |
| Binary | 10001111 | 1000000 | 101111 | 0 | 110111 | 1000011 | 101100 | 1011 | 110011 | 100101 |
Color Harmonies of #8F402F
Complementary color
Monochromatic Colors of #8F402F
Black with #8F402F
Text Example
Text Example
White with #8F402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F402F; }
p { color: rgb(143,64,47); }
H1.HeaderClassName
{
color: #8F402F;
}
.AnyTagClassName
{
color: #8F402F;
}
</style>
background-color css
<style>
a { background-color: #8F402F; }
a { background-color: rgb(143,64,47); }
div.DivClassName
{
background-color: #8F402F;
}
.BgClassName
{
background-color: #8F402F;
}
</style>
border-color css
<style>
span { border-color: #8F402F; }
span { border-color: rgb(143,64,47); }
td.TdClassName
{
border-color: #8F402F;
}
.TagClassName
{
border-color: #8F402F;
}
</style>