Shades of Flame Red #8C191E
Tints of Flame Red #8C191E
RGB
CMYK
RGB Variations
Color information
#8C191E (or 0x8C191E) is known color: Flame Red. HEX triplet: 8C, 19 and 1E. RGB value is (140,25,30). Sum of RGB (Red+Green+Blue) = 140+25+30=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C191E is #73E6E1. Grayscale: #3C3C3C. Windows color (decimal): -7595746 or 1972620. OLE color: 1972620.
HSL color Cylindrical-coordinate representation of color #8C191E: hue angle of 357.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C191E is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 30 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.45 |
| HSL | 357.39º | 0.7% | 0.32% | - |
| HSV(B) | 357.39º | 0.82% | 0.55% | - |
| XYZ | 11.4 | 6.36 | 1.86 | - |
| YUV | 59.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 30 | 0 | 0.82 | 0.79 | 0.45 | 357.39 | 0.7 | 0.32 |
| Hex | 8C | 19 | 1E | 0 | 52 | 4F | 2D | 165 | 46 | 20 |
| Octal | 214 | 31 | 36 | 0 | 122 | 117 | 55 | 545 | 106 | 40 |
| Binary | 10001100 | 11001 | 11110 | 0 | 1010010 | 1001111 | 101101 | 101100101 | 1000110 | 100000 |
Color Harmonies of #8C191E
Complementary color
Monochromatic Colors of #8C191E
Black with #8C191E
Text Example
Text Example
White with #8C191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C191E; }
p { color: rgb(140,25,30); }
H1.HeaderClassName
{
color: #8C191E;
}
.AnyTagClassName
{
color: #8C191E;
}
</style>
background-color css
<style>
a { background-color: #8C191E; }
a { background-color: rgb(140,25,30); }
div.DivClassName
{
background-color: #8C191E;
}
.BgClassName
{
background-color: #8C191E;
}
</style>
border-color css
<style>
span { border-color: #8C191E; }
span { border-color: rgb(140,25,30); }
td.TdClassName
{
border-color: #8C191E;
}
.TagClassName
{
border-color: #8C191E;
}
</style>