Shades of Fire #8F452A
Tints of Fire #8F452A
RGB
CMYK
RGB Variations
Color information
#8F452A (or 0x8F452A) is known color: Fire. HEX triplet: 8F, 45 and 2A. RGB value is (143,69,42). Sum of RGB (Red+Green+Blue) = 143+69+42=254 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.30% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 143 - color contains mainly: red. Hex color #8F452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F452A is #70BAD5. Grayscale: #585858. Windows color (decimal): -7387862 or 2770319. OLE color: 2770319.
HSL color Cylindrical-coordinate representation of color #8F452A: hue angle of 16.04º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F452A is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 69 | 42 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.44 |
| HSL | 16.04º | 0.55% | 0.36% | - |
| HSV(B) | 16.04º | 0.71% | 0.56% | - |
| XYZ | 13.87 | 10.26 | 3.44 | - |
| YUV | 88.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 42 | 0 | 0.52 | 0.71 | 0.44 | 16.04 | 0.55 | 0.36 |
| Hex | 8F | 45 | 2A | 0 | 34 | 47 | 2C | 10 | 37 | 24 |
| Octal | 217 | 105 | 52 | 0 | 64 | 107 | 54 | 20 | 67 | 44 |
| Binary | 10001111 | 1000101 | 101010 | 0 | 110100 | 1000111 | 101100 | 10000 | 110111 | 100100 |
Color Harmonies of #8F452A
Complementary color
Monochromatic Colors of #8F452A
Black with #8F452A
Text Example
Text Example
White with #8F452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F452A; }
p { color: rgb(143,69,42); }
H1.HeaderClassName
{
color: #8F452A;
}
.AnyTagClassName
{
color: #8F452A;
}
</style>
background-color css
<style>
a { background-color: #8F452A; }
a { background-color: rgb(143,69,42); }
div.DivClassName
{
background-color: #8F452A;
}
.BgClassName
{
background-color: #8F452A;
}
</style>
border-color css
<style>
span { border-color: #8F452A; }
span { border-color: rgb(143,69,42); }
td.TdClassName
{
border-color: #8F452A;
}
.TagClassName
{
border-color: #8F452A;
}
</style>