Shades of Flame Red #8C161F
Tints of Flame Red #8C161F
RGB
CMYK
RGB Variations
Color information
#8C161F (or 0x8C161F) is known color: Flame Red. HEX triplet: 8C, 16 and 1F. RGB value is (140,22,31). Sum of RGB (Red+Green+Blue) = 140+22+31=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C161F is #73E9E0. Grayscale: #3A3A3A. Windows color (decimal): -7596513 or 2037388. OLE color: 2037388.
HSL color Cylindrical-coordinate representation of color #8C161F: hue angle of 355.42º degrees, saturation: 0.73, 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 #8C161F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 22 | 31 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.45 |
| HSL | 355.42º | 0.73% | 0.32% | - |
| HSV(B) | 355.42º | 0.84% | 0.55% | - |
| XYZ | 11.35 | 6.25 | 1.9 | - |
| YUV | 58.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 31 | 0 | 0.84 | 0.78 | 0.45 | 355.42 | 0.73 | 0.32 |
| Hex | 8C | 16 | 1F | 0 | 54 | 4E | 2D | 163 | 49 | 20 |
| Octal | 214 | 26 | 37 | 0 | 124 | 116 | 55 | 543 | 111 | 40 |
| Binary | 10001100 | 10110 | 11111 | 0 | 1010100 | 1001110 | 101101 | 101100011 | 1001001 | 100000 |
Color Harmonies of #8C161F
Complementary color
Monochromatic Colors of #8C161F
Black with #8C161F
Text Example
Text Example
White with #8C161F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C161F; }
p { color: rgb(140,22,31); }
H1.HeaderClassName
{
color: #8C161F;
}
.AnyTagClassName
{
color: #8C161F;
}
</style>
background-color css
<style>
a { background-color: #8C161F; }
a { background-color: rgb(140,22,31); }
div.DivClassName
{
background-color: #8C161F;
}
.BgClassName
{
background-color: #8C161F;
}
</style>
border-color css
<style>
span { border-color: #8C161F; }
span { border-color: rgb(140,22,31); }
td.TdClassName
{
border-color: #8C161F;
}
.TagClassName
{
border-color: #8C161F;
}
</style>