Shades of Flame Red #8E192A
Tints of Flame Red #8E192A
RGB
CMYK
RGB Variations
Color information
#8E192A (or 0x8E192A) is known color: Flame Red. HEX triplet: 8E, 19 and 2A. RGB value is (142,25,42). Sum of RGB (Red+Green+Blue) = 142+25+42=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192A is #71E6D5. Grayscale: #3D3D3D. Windows color (decimal): -7464662 or 2759054. OLE color: 2759054.
HSL color Cylindrical-coordinate representation of color #8E192A: hue angle of 351.28º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E192A is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 42 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.44 |
| HSL | 351.28º | 0.7% | 0.33% | - |
| HSV(B) | 351.28º | 0.82% | 0.56% | - |
| XYZ | 11.92 | 6.61 | 2.84 | - |
| YUV | 61.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 42 | 0 | 0.82 | 0.70 | 0.44 | 351.28 | 0.7 | 0.33 |
| Hex | 8E | 19 | 2A | 0 | 52 | 46 | 2C | 15F | 46 | 21 |
| Octal | 216 | 31 | 52 | 0 | 122 | 106 | 54 | 537 | 106 | 41 |
| Binary | 10001110 | 11001 | 101010 | 0 | 1010010 | 1000110 | 101100 | 101011111 | 1000110 | 100001 |
Color Harmonies of #8E192A
Complementary color
Monochromatic Colors of #8E192A
Black with #8E192A
Text Example
Text Example
White with #8E192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E192A; }
p { color: rgb(142,25,42); }
H1.HeaderClassName
{
color: #8E192A;
}
.AnyTagClassName
{
color: #8E192A;
}
</style>
background-color css
<style>
a { background-color: #8E192A; }
a { background-color: rgb(142,25,42); }
div.DivClassName
{
background-color: #8E192A;
}
.BgClassName
{
background-color: #8E192A;
}
</style>
border-color css
<style>
span { border-color: #8E192A; }
span { border-color: rgb(142,25,42); }
td.TdClassName
{
border-color: #8E192A;
}
.TagClassName
{
border-color: #8E192A;
}
</style>