Shades of Flame Red #8F161F
Tints of Flame Red #8F161F
RGB
CMYK
RGB Variations
Color information
#8F161F (or 0x8F161F) is known color: Flame Red. HEX triplet: 8F, 16 and 1F. RGB value is (143,22,31). Sum of RGB (Red+Green+Blue) = 143+22+31=196 (25% of max value = 765). Red value is 143 (56.25% from 255 or 72.96% from 196); Green value is 22 (8.98% from 255 or 11.22% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 143 - color contains mainly: red. Hex color #8F161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F161F is #70E9E0. Grayscale: #3B3B3B. Windows color (decimal): -7399905 or 2037391. OLE color: 2037391.
HSL color Cylindrical-coordinate representation of color #8F161F: hue angle of 355.54º 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 #8F161F is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 31 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.44 |
| HSL | 355.54º | 0.73% | 0.32% | - |
| HSV(B) | 355.54º | 0.85% | 0.56% | - |
| XYZ | 11.86 | 6.51 | 1.93 | - |
| YUV | 59.21 | 112.09 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 31 | 0 | 0.85 | 0.78 | 0.44 | 355.54 | 0.73 | 0.32 |
| Hex | 8F | 16 | 1F | 0 | 55 | 4E | 2C | 164 | 49 | 20 |
| Octal | 217 | 26 | 37 | 0 | 125 | 116 | 54 | 544 | 111 | 40 |
| Binary | 10001111 | 10110 | 11111 | 0 | 1010101 | 1001110 | 101100 | 101100100 | 1001001 | 100000 |
Color Harmonies of #8F161F
Complementary color
Monochromatic Colors of #8F161F
Black with #8F161F
Text Example
Text Example
White with #8F161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F161F; }
p { color: rgb(143,22,31); }
H1.HeaderClassName
{
color: #8F161F;
}
.AnyTagClassName
{
color: #8F161F;
}
</style>
background-color css
<style>
a { background-color: #8F161F; }
a { background-color: rgb(143,22,31); }
div.DivClassName
{
background-color: #8F161F;
}
.BgClassName
{
background-color: #8F161F;
}
</style>
border-color css
<style>
span { border-color: #8F161F; }
span { border-color: rgb(143,22,31); }
td.TdClassName
{
border-color: #8F161F;
}
.TagClassName
{
border-color: #8F161F;
}
</style>