Shades of Flame Red #8F162C
Tints of Flame Red #8F162C
RGB
CMYK
RGB Variations
Color information
#8F162C (or 0x8F162C) is known color: Flame Red. HEX triplet: 8F, 16 and 2C. RGB value is (143,22,44). Sum of RGB (Red+Green+Blue) = 143+22+44=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F162C is #70E9D3. Grayscale: #3C3C3C. Windows color (decimal): -7399892 or 2889359. OLE color: 2889359.
HSL color Cylindrical-coordinate representation of color #8F162C: hue angle of 349.09º 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 #8F162C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 44 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.44 |
| HSL | 349.09º | 0.73% | 0.32% | - |
| HSV(B) | 349.09º | 0.85% | 0.56% | - |
| XYZ | 12.07 | 6.6 | 3.02 | - |
| YUV | 60.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 44 | 0 | 0.85 | 0.69 | 0.44 | 349.09 | 0.73 | 0.32 |
| Hex | 8F | 16 | 2C | 0 | 55 | 45 | 2C | 15D | 49 | 20 |
| Octal | 217 | 26 | 54 | 0 | 125 | 105 | 54 | 535 | 111 | 40 |
| Binary | 10001111 | 10110 | 101100 | 0 | 1010101 | 1000101 | 101100 | 101011101 | 1001001 | 100000 |
Color Harmonies of #8F162C
Complementary color
Monochromatic Colors of #8F162C
Black with #8F162C
Text Example
Text Example
White with #8F162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F162C; }
p { color: rgb(143,22,44); }
H1.HeaderClassName
{
color: #8F162C;
}
.AnyTagClassName
{
color: #8F162C;
}
</style>
background-color css
<style>
a { background-color: #8F162C; }
a { background-color: rgb(143,22,44); }
div.DivClassName
{
background-color: #8F162C;
}
.BgClassName
{
background-color: #8F162C;
}
</style>
border-color css
<style>
span { border-color: #8F162C; }
span { border-color: rgb(143,22,44); }
td.TdClassName
{
border-color: #8F162C;
}
.TagClassName
{
border-color: #8F162C;
}
</style>