Shades of Flame Red #8C171C
Tints of Flame Red #8C171C
RGB
CMYK
RGB Variations
Color information
#8C171C (or 0x8C171C) is known color: Flame Red. HEX triplet: 8C, 17 and 1C. RGB value is (140,23,28). Sum of RGB (Red+Green+Blue) = 140+23+28=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C171C is #73E8E3. Grayscale: #3A3A3A. Windows color (decimal): -7596260 or 1841036. OLE color: 1841036.
HSL color Cylindrical-coordinate representation of color #8C171C: hue angle of 357.44º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C171C is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 28 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.45 |
| HSL | 357.44º | 0.72% | 0.32% | - |
| HSV(B) | 357.44º | 0.84% | 0.55% | - |
| XYZ | 11.33 | 6.27 | 1.71 | - |
| YUV | 58.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 28 | 0 | 0.84 | 0.80 | 0.45 | 357.44 | 0.72 | 0.32 |
| Hex | 8C | 17 | 1C | 0 | 54 | 50 | 2D | 165 | 48 | 20 |
| Octal | 214 | 27 | 34 | 0 | 124 | 120 | 55 | 545 | 110 | 40 |
| Binary | 10001100 | 10111 | 11100 | 0 | 1010100 | 1010000 | 101101 | 101100101 | 1001000 | 100000 |
Color Harmonies of #8C171C
Complementary color
Monochromatic Colors of #8C171C
Black with #8C171C
Text Example
Text Example
White with #8C171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C171C; }
p { color: rgb(140,23,28); }
H1.HeaderClassName
{
color: #8C171C;
}
.AnyTagClassName
{
color: #8C171C;
}
</style>
background-color css
<style>
a { background-color: #8C171C; }
a { background-color: rgb(140,23,28); }
div.DivClassName
{
background-color: #8C171C;
}
.BgClassName
{
background-color: #8C171C;
}
</style>
border-color css
<style>
span { border-color: #8C171C; }
span { border-color: rgb(140,23,28); }
td.TdClassName
{
border-color: #8C171C;
}
.TagClassName
{
border-color: #8C171C;
}
</style>