Shades of Fire #8F422A
Tints of Fire #8F422A
RGB
CMYK
RGB Variations
Color information
#8F422A (or 0x8F422A) is known color: Fire. HEX triplet: 8F, 42 and 2A. RGB value is (143,66,42). Sum of RGB (Red+Green+Blue) = 143+66+42=251 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.97% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 143 - color contains mainly: red. Hex color #8F422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F422A is #70BDD5. Grayscale: #565656. Windows color (decimal): -7388630 or 2769551. OLE color: 2769551.
HSL color Cylindrical-coordinate representation of color #8F422A: hue angle of 14.26º 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 #8F422A is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 66 | 42 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.44 |
| HSL | 14.26º | 0.55% | 0.36% | - |
| HSV(B) | 14.26º | 0.71% | 0.56% | - |
| XYZ | 13.69 | 9.9 | 3.38 | - |
| YUV | 86.29 | 103.01 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 42 | 0 | 0.54 | 0.71 | 0.44 | 14.26 | 0.55 | 0.36 |
| Hex | 8F | 42 | 2A | 0 | 36 | 47 | 2C | E | 37 | 24 |
| Octal | 217 | 102 | 52 | 0 | 66 | 107 | 54 | 16 | 67 | 44 |
| Binary | 10001111 | 1000010 | 101010 | 0 | 110110 | 1000111 | 101100 | 1110 | 110111 | 100100 |
Color Harmonies of #8F422A
Complementary color
Monochromatic Colors of #8F422A
Black with #8F422A
Text Example
Text Example
White with #8F422A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F422A; }
p { color: rgb(143,66,42); }
H1.HeaderClassName
{
color: #8F422A;
}
.AnyTagClassName
{
color: #8F422A;
}
</style>
background-color css
<style>
a { background-color: #8F422A; }
a { background-color: rgb(143,66,42); }
div.DivClassName
{
background-color: #8F422A;
}
.BgClassName
{
background-color: #8F422A;
}
</style>
border-color css
<style>
span { border-color: #8F422A; }
span { border-color: rgb(143,66,42); }
td.TdClassName
{
border-color: #8F422A;
}
.TagClassName
{
border-color: #8F422A;
}
</style>