Shades of Flame Red #8F172B
Tints of Flame Red #8F172B
RGB
CMYK
RGB Variations
Color information
#8F172B (or 0x8F172B) is known color: Flame Red. HEX triplet: 8F, 17 and 2B. RGB value is (143,23,43). Sum of RGB (Red+Green+Blue) = 143+23+43=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F172B is #70E8D4. Grayscale: #3D3D3D. Windows color (decimal): -7399637 or 2824079. OLE color: 2824079.
HSL color Cylindrical-coordinate representation of color #8F172B: hue angle of 350º 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 #8F172B is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 43 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.44 |
| HSL | 350º | 0.72% | 0.33% | - |
| HSV(B) | 350º | 0.84% | 0.56% | - |
| XYZ | 12.07 | 6.63 | 2.93 | - |
| YUV | 61.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 43 | 0 | 0.84 | 0.70 | 0.44 | 350 | 0.72 | 0.33 |
| Hex | 8F | 17 | 2B | 0 | 54 | 46 | 2C | 15E | 48 | 21 |
| Octal | 217 | 27 | 53 | 0 | 124 | 106 | 54 | 536 | 110 | 41 |
| Binary | 10001111 | 10111 | 101011 | 0 | 1010100 | 1000110 | 101100 | 101011110 | 1001000 | 100001 |
Color Harmonies of #8F172B
Complementary color
Monochromatic Colors of #8F172B
Black with #8F172B
Text Example
Text Example
White with #8F172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F172B; }
p { color: rgb(143,23,43); }
H1.HeaderClassName
{
color: #8F172B;
}
.AnyTagClassName
{
color: #8F172B;
}
</style>
background-color css
<style>
a { background-color: #8F172B; }
a { background-color: rgb(143,23,43); }
div.DivClassName
{
background-color: #8F172B;
}
.BgClassName
{
background-color: #8F172B;
}
</style>
border-color css
<style>
span { border-color: #8F172B; }
span { border-color: rgb(143,23,43); }
td.TdClassName
{
border-color: #8F172B;
}
.TagClassName
{
border-color: #8F172B;
}
</style>