Shades of Flame Red #8E1529
Tints of Flame Red #8E1529
RGB
CMYK
RGB Variations
Color information
#8E1529 (or 0x8E1529) is known color: Flame Red. HEX triplet: 8E, 15 and 29. RGB value is (142,21,41). Sum of RGB (Red+Green+Blue) = 142+21+41=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1529 is #71EAD6. Grayscale: #3B3B3B. Windows color (decimal): -7465687 or 2692494. OLE color: 2692494.
HSL color Cylindrical-coordinate representation of color #8E1529: hue angle of 350.08º degrees, saturation: 0.74, 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 #8E1529 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 41 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.44 |
| HSL | 350.08º | 0.74% | 0.32% | - |
| HSV(B) | 350.08º | 0.85% | 0.56% | - |
| XYZ | 11.82 | 6.45 | 2.72 | - |
| YUV | 59.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 41 | 0 | 0.85 | 0.71 | 0.44 | 350.08 | 0.74 | 0.32 |
| Hex | 8E | 15 | 29 | 0 | 55 | 47 | 2C | 15E | 4A | 20 |
| Octal | 216 | 25 | 51 | 0 | 125 | 107 | 54 | 536 | 112 | 40 |
| Binary | 10001110 | 10101 | 101001 | 0 | 1010101 | 1000111 | 101100 | 101011110 | 1001010 | 100000 |
Color Harmonies of #8E1529
Complementary color
Monochromatic Colors of #8E1529
Black with #8E1529
Text Example
Text Example
White with #8E1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1529; }
p { color: rgb(142,21,41); }
H1.HeaderClassName
{
color: #8E1529;
}
.AnyTagClassName
{
color: #8E1529;
}
</style>
background-color css
<style>
a { background-color: #8E1529; }
a { background-color: rgb(142,21,41); }
div.DivClassName
{
background-color: #8E1529;
}
.BgClassName
{
background-color: #8E1529;
}
</style>
border-color css
<style>
span { border-color: #8E1529; }
span { border-color: rgb(142,21,41); }
td.TdClassName
{
border-color: #8E1529;
}
.TagClassName
{
border-color: #8E1529;
}
</style>