Shades of Flame Red #8F1620
Tints of Flame Red #8F1620
RGB
CMYK
RGB Variations
Color information
#8F1620 (or 0x8F1620) is known color: Flame Red. HEX triplet: 8F, 16 and 20. RGB value is (143,22,32). Sum of RGB (Red+Green+Blue) = 143+22+32=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1620 is #70E9DF. Grayscale: #3B3B3B. Windows color (decimal): -7399904 or 2102927. OLE color: 2102927.
HSL color Cylindrical-coordinate representation of color #8F1620: hue angle of 355.04º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1620 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 32 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.44 |
| HSL | 355.04º | 0.73% | 0.32% | - |
| HSV(B) | 355.04º | 0.85% | 0.56% | - |
| XYZ | 11.88 | 6.52 | 2 | - |
| YUV | 59.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 32 | 0 | 0.85 | 0.78 | 0.44 | 355.04 | 0.73 | 0.32 |
| Hex | 8F | 16 | 20 | 0 | 55 | 4E | 2C | 163 | 49 | 20 |
| Octal | 217 | 26 | 40 | 0 | 125 | 116 | 54 | 543 | 111 | 40 |
| Binary | 10001111 | 10110 | 100000 | 0 | 1010101 | 1001110 | 101100 | 101100011 | 1001001 | 100000 |
Color Harmonies of #8F1620
Complementary color
Monochromatic Colors of #8F1620
Black with #8F1620
Text Example
Text Example
White with #8F1620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1620; }
p { color: rgb(143,22,32); }
H1.HeaderClassName
{
color: #8F1620;
}
.AnyTagClassName
{
color: #8F1620;
}
</style>
background-color css
<style>
a { background-color: #8F1620; }
a { background-color: rgb(143,22,32); }
div.DivClassName
{
background-color: #8F1620;
}
.BgClassName
{
background-color: #8F1620;
}
</style>
border-color css
<style>
span { border-color: #8F1620; }
span { border-color: rgb(143,22,32); }
td.TdClassName
{
border-color: #8F1620;
}
.TagClassName
{
border-color: #8F1620;
}
</style>