Shades of Flame Red #8C171E
Tints of Flame Red #8C171E
RGB
CMYK
RGB Variations
Color information
#8C171E (or 0x8C171E) is known color: Flame Red. HEX triplet: 8C, 17 and 1E. RGB value is (140,23,30). Sum of RGB (Red+Green+Blue) = 140+23+30=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C171E is #73E8E1. Grayscale: #3A3A3A. Windows color (decimal): -7596258 or 1972108. OLE color: 1972108.
HSL color Cylindrical-coordinate representation of color #8C171E: hue angle of 356.41º 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 #8C171E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 30 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.45 |
| HSL | 356.41º | 0.72% | 0.32% | - |
| HSV(B) | 356.41º | 0.84% | 0.55% | - |
| XYZ | 11.36 | 6.28 | 1.84 | - |
| YUV | 58.78 | 111.76 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 30 | 0 | 0.84 | 0.79 | 0.45 | 356.41 | 0.72 | 0.32 |
| Hex | 8C | 17 | 1E | 0 | 54 | 4F | 2D | 164 | 48 | 20 |
| Octal | 214 | 27 | 36 | 0 | 124 | 117 | 55 | 544 | 110 | 40 |
| Binary | 10001100 | 10111 | 11110 | 0 | 1010100 | 1001111 | 101101 | 101100100 | 1001000 | 100000 |
Color Harmonies of #8C171E
Complementary color
Monochromatic Colors of #8C171E
Black with #8C171E
Text Example
Text Example
White with #8C171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C171E; }
p { color: rgb(140,23,30); }
H1.HeaderClassName
{
color: #8C171E;
}
.AnyTagClassName
{
color: #8C171E;
}
</style>
background-color css
<style>
a { background-color: #8C171E; }
a { background-color: rgb(140,23,30); }
div.DivClassName
{
background-color: #8C171E;
}
.BgClassName
{
background-color: #8C171E;
}
</style>
border-color css
<style>
span { border-color: #8C171E; }
span { border-color: rgb(140,23,30); }
td.TdClassName
{
border-color: #8C171E;
}
.TagClassName
{
border-color: #8C171E;
}
</style>