Shades of Flame Red #8E162C
Tints of Flame Red #8E162C
RGB
CMYK
RGB Variations
Color information
#8E162C (or 0x8E162C) is known color: Flame Red. HEX triplet: 8E, 16 and 2C. RGB value is (142,22,44). Sum of RGB (Red+Green+Blue) = 142+22+44=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E162C is #71E9D3. Grayscale: #3C3C3C. Windows color (decimal): -7465428 or 2889358. OLE color: 2889358.
HSL color Cylindrical-coordinate representation of color #8E162C: hue angle of 349º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E162C is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 22 | 44 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.44 |
| HSL | 349º | 0.73% | 0.32% | - |
| HSV(B) | 349º | 0.85% | 0.56% | - |
| XYZ | 11.9 | 6.51 | 3.01 | - |
| YUV | 60.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 22 | 44 | 0 | 0.85 | 0.69 | 0.44 | 349 | 0.73 | 0.32 |
| Hex | 8E | 16 | 2C | 0 | 55 | 45 | 2C | 15D | 49 | 20 |
| Octal | 216 | 26 | 54 | 0 | 125 | 105 | 54 | 535 | 111 | 40 |
| Binary | 10001110 | 10110 | 101100 | 0 | 1010101 | 1000101 | 101100 | 101011101 | 1001001 | 100000 |
Color Harmonies of #8E162C
Complementary color
Monochromatic Colors of #8E162C
Black with #8E162C
Text Example
Text Example
White with #8E162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E162C; }
p { color: rgb(142,22,44); }
H1.HeaderClassName
{
color: #8E162C;
}
.AnyTagClassName
{
color: #8E162C;
}
</style>
background-color css
<style>
a { background-color: #8E162C; }
a { background-color: rgb(142,22,44); }
div.DivClassName
{
background-color: #8E162C;
}
.BgClassName
{
background-color: #8E162C;
}
</style>
border-color css
<style>
span { border-color: #8E162C; }
span { border-color: rgb(142,22,44); }
td.TdClassName
{
border-color: #8E162C;
}
.TagClassName
{
border-color: #8E162C;
}
</style>