Shades of Flame Red #8C191B
Tints of Flame Red #8C191B
RGB
CMYK
RGB Variations
Color information
#8C191B (or 0x8C191B) is known color: Flame Red. HEX triplet: 8C, 19 and 1B. RGB value is (140,25,27). Sum of RGB (Red+Green+Blue) = 140+25+27=192 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.92% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 140 - color contains mainly: red. Hex color #8C191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C191B is #73E6E4. Grayscale: #3B3B3B. Windows color (decimal): -7595749 or 1776012. OLE color: 1776012.
HSL color Cylindrical-coordinate representation of color #8C191B: hue angle of 358.96º 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 #8C191B is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 27 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.45 |
| HSL | 358.96º | 0.7% | 0.32% | - |
| HSV(B) | 358.96º | 0.82% | 0.55% | - |
| XYZ | 11.36 | 6.35 | 1.66 | - |
| YUV | 59.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 27 | 0 | 0.82 | 0.81 | 0.45 | 358.96 | 0.7 | 0.32 |
| Hex | 8C | 19 | 1B | 0 | 52 | 51 | 2D | 167 | 46 | 20 |
| Octal | 214 | 31 | 33 | 0 | 122 | 121 | 55 | 547 | 106 | 40 |
| Binary | 10001100 | 11001 | 11011 | 0 | 1010010 | 1010001 | 101101 | 101100111 | 1000110 | 100000 |
Color Harmonies of #8C191B
Complementary color
Monochromatic Colors of #8C191B
Black with #8C191B
Text Example
Text Example
White with #8C191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C191B; }
p { color: rgb(140,25,27); }
H1.HeaderClassName
{
color: #8C191B;
}
.AnyTagClassName
{
color: #8C191B;
}
</style>
background-color css
<style>
a { background-color: #8C191B; }
a { background-color: rgb(140,25,27); }
div.DivClassName
{
background-color: #8C191B;
}
.BgClassName
{
background-color: #8C191B;
}
</style>
border-color css
<style>
span { border-color: #8C191B; }
span { border-color: rgb(140,25,27); }
td.TdClassName
{
border-color: #8C191B;
}
.TagClassName
{
border-color: #8C191B;
}
</style>