Shades of Flame Red #8F171F
Tints of Flame Red #8F171F
RGB
CMYK
RGB Variations
Color information
#8F171F (or 0x8F171F) is known color: Flame Red. HEX triplet: 8F, 17 and 1F. RGB value is (143,23,31). Sum of RGB (Red+Green+Blue) = 143+23+31=197 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.59% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 143 - color contains mainly: red. Hex color #8F171F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F171F is #70E8E0. Grayscale: #3B3B3B. Windows color (decimal): -7399649 or 2037647. OLE color: 2037647.
HSL color Cylindrical-coordinate representation of color #8F171F: hue angle of 356º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F171F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 31 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.44 |
| HSL | 356º | 0.72% | 0.33% | - |
| HSV(B) | 356º | 0.84% | 0.56% | - |
| XYZ | 11.88 | 6.55 | 1.93 | - |
| YUV | 59.79 | 111.76 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 31 | 0 | 0.84 | 0.78 | 0.44 | 356 | 0.72 | 0.33 |
| Hex | 8F | 17 | 1F | 0 | 54 | 4E | 2C | 164 | 48 | 21 |
| Octal | 217 | 27 | 37 | 0 | 124 | 116 | 54 | 544 | 110 | 41 |
| Binary | 10001111 | 10111 | 11111 | 0 | 1010100 | 1001110 | 101100 | 101100100 | 1001000 | 100001 |
Color Harmonies of #8F171F
Complementary color
Monochromatic Colors of #8F171F
Black with #8F171F
Text Example
Text Example
White with #8F171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F171F; }
p { color: rgb(143,23,31); }
H1.HeaderClassName
{
color: #8F171F;
}
.AnyTagClassName
{
color: #8F171F;
}
</style>
background-color css
<style>
a { background-color: #8F171F; }
a { background-color: rgb(143,23,31); }
div.DivClassName
{
background-color: #8F171F;
}
.BgClassName
{
background-color: #8F171F;
}
</style>
border-color css
<style>
span { border-color: #8F171F; }
span { border-color: rgb(143,23,31); }
td.TdClassName
{
border-color: #8F171F;
}
.TagClassName
{
border-color: #8F171F;
}
</style>