Shades of Flame Red #8E1E21
Tints of Flame Red #8E1E21
RGB
CMYK
RGB Variations
Color information
#8E1E21 (or 0x8E1E21) is known color: Flame Red. HEX triplet: 8E, 1E and 21. RGB value is (142,30,33). Sum of RGB (Red+Green+Blue) = 142+30+33=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1E21 is #71E1DE. Grayscale: #3F3F3F. Windows color (decimal): -7463391 or 2170510. OLE color: 2170510.
HSL color Cylindrical-coordinate representation of color #8E1E21: hue angle of 358.39º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E1E21 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 30 | 33 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.44 |
| HSL | 358.39º | 0.65% | 0.34% | - |
| HSV(B) | 358.39º | 0.79% | 0.56% | - |
| XYZ | 11.89 | 6.79 | 2.12 | - |
| YUV | 63.83 | 110.61 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 33 | 0 | 0.79 | 0.77 | 0.44 | 358.39 | 0.65 | 0.34 |
| Hex | 8E | 1E | 21 | 0 | 4F | 4D | 2C | 166 | 41 | 22 |
| Octal | 216 | 36 | 41 | 0 | 117 | 115 | 54 | 546 | 101 | 42 |
| Binary | 10001110 | 11110 | 100001 | 0 | 1001111 | 1001101 | 101100 | 101100110 | 1000001 | 100010 |
Color Harmonies of #8E1E21
Complementary color
Monochromatic Colors of #8E1E21
Black with #8E1E21
Text Example
Text Example
White with #8E1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1E21; }
p { color: rgb(142,30,33); }
H1.HeaderClassName
{
color: #8E1E21;
}
.AnyTagClassName
{
color: #8E1E21;
}
</style>
background-color css
<style>
a { background-color: #8E1E21; }
a { background-color: rgb(142,30,33); }
div.DivClassName
{
background-color: #8E1E21;
}
.BgClassName
{
background-color: #8E1E21;
}
</style>
border-color css
<style>
span { border-color: #8E1E21; }
span { border-color: rgb(142,30,33); }
td.TdClassName
{
border-color: #8E1E21;
}
.TagClassName
{
border-color: #8E1E21;
}
</style>