Shades of Flame Red #8F191F
Tints of Flame Red #8F191F
RGB
CMYK
RGB Variations
Color information
#8F191F (or 0x8F191F) is known color: Flame Red. HEX triplet: 8F, 19 and 1F. RGB value is (143,25,31). Sum of RGB (Red+Green+Blue) = 143+25+31=199 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.86% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 143 - color contains mainly: red. Hex color #8F191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F191F is #70E6E0. Grayscale: #3D3D3D. Windows color (decimal): -7399137 or 2038159. OLE color: 2038159.
HSL color Cylindrical-coordinate representation of color #8F191F: hue angle of 356.95º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F191F is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 31 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.44 |
| HSL | 356.95º | 0.7% | 0.33% | - |
| HSV(B) | 356.95º | 0.83% | 0.56% | - |
| XYZ | 11.92 | 6.63 | 1.95 | - |
| YUV | 60.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 31 | 0 | 0.83 | 0.78 | 0.44 | 356.95 | 0.7 | 0.33 |
| Hex | 8F | 19 | 1F | 0 | 53 | 4E | 2C | 165 | 46 | 21 |
| Octal | 217 | 31 | 37 | 0 | 123 | 116 | 54 | 545 | 106 | 41 |
| Binary | 10001111 | 11001 | 11111 | 0 | 1010011 | 1001110 | 101100 | 101100101 | 1000110 | 100001 |
Color Harmonies of #8F191F
Complementary color
Monochromatic Colors of #8F191F
Black with #8F191F
Text Example
Text Example
White with #8F191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F191F; }
p { color: rgb(143,25,31); }
H1.HeaderClassName
{
color: #8F191F;
}
.AnyTagClassName
{
color: #8F191F;
}
</style>
background-color css
<style>
a { background-color: #8F191F; }
a { background-color: rgb(143,25,31); }
div.DivClassName
{
background-color: #8F191F;
}
.BgClassName
{
background-color: #8F191F;
}
</style>
border-color css
<style>
span { border-color: #8F191F; }
span { border-color: rgb(143,25,31); }
td.TdClassName
{
border-color: #8F191F;
}
.TagClassName
{
border-color: #8F191F;
}
</style>