Shades of Flame Red #8F171D
Tints of Flame Red #8F171D
RGB
CMYK
RGB Variations
Color information
#8F171D (or 0x8F171D) is known color: Flame Red. HEX triplet: 8F, 17 and 1D. RGB value is (143,23,29). Sum of RGB (Red+Green+Blue) = 143+23+29=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F171D is #70E8E2. Grayscale: #3B3B3B. Windows color (decimal): -7399651 or 1906575. OLE color: 1906575.
HSL color Cylindrical-coordinate representation of color #8F171D: hue angle of 357º 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 #8F171D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 29 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.44 |
| HSL | 357º | 0.72% | 0.33% | - |
| HSV(B) | 357º | 0.84% | 0.56% | - |
| XYZ | 11.86 | 6.54 | 1.8 | - |
| YUV | 59.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 29 | 0 | 0.84 | 0.80 | 0.44 | 357 | 0.72 | 0.33 |
| Hex | 8F | 17 | 1D | 0 | 54 | 50 | 2C | 165 | 48 | 21 |
| Octal | 217 | 27 | 35 | 0 | 124 | 120 | 54 | 545 | 110 | 41 |
| Binary | 10001111 | 10111 | 11101 | 0 | 1010100 | 1010000 | 101100 | 101100101 | 1001000 | 100001 |
Color Harmonies of #8F171D
Complementary color
Monochromatic Colors of #8F171D
Black with #8F171D
Text Example
Text Example
White with #8F171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F171D; }
p { color: rgb(143,23,29); }
H1.HeaderClassName
{
color: #8F171D;
}
.AnyTagClassName
{
color: #8F171D;
}
</style>
background-color css
<style>
a { background-color: #8F171D; }
a { background-color: rgb(143,23,29); }
div.DivClassName
{
background-color: #8F171D;
}
.BgClassName
{
background-color: #8F171D;
}
</style>
border-color css
<style>
span { border-color: #8F171D; }
span { border-color: rgb(143,23,29); }
td.TdClassName
{
border-color: #8F171D;
}
.TagClassName
{
border-color: #8F171D;
}
</style>