Shades of Flame Red #8E1F24
Tints of Flame Red #8E1F24
RGB
CMYK
RGB Variations
Color information
#8E1F24 (or 0x8E1F24) is known color: Flame Red. HEX triplet: 8E, 1F and 24. RGB value is (142,31,36). Sum of RGB (Red+Green+Blue) = 142+31+36=209 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.94% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F24 is #71E0DB. Grayscale: #404040. Windows color (decimal): -7463132 or 2367374. OLE color: 2367374.
HSL color Cylindrical-coordinate representation of color #8E1F24: hue angle of 357.3º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E1F24 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 31 | 36 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.44 |
| HSL | 357.3º | 0.64% | 0.34% | - |
| HSV(B) | 357.3º | 0.78% | 0.56% | - |
| XYZ | 11.96 | 6.86 | 2.36 | - |
| YUV | 64.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 31 | 36 | 0 | 0.78 | 0.75 | 0.44 | 357.3 | 0.64 | 0.34 |
| Hex | 8E | 1F | 24 | 0 | 4E | 4B | 2C | 165 | 40 | 22 |
| Octal | 216 | 37 | 44 | 0 | 116 | 113 | 54 | 545 | 100 | 42 |
| Binary | 10001110 | 11111 | 100100 | 0 | 1001110 | 1001011 | 101100 | 101100101 | 1000000 | 100010 |
Color Harmonies of #8E1F24
Complementary color
Monochromatic Colors of #8E1F24
Black with #8E1F24
Text Example
Text Example
White with #8E1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1F24; }
p { color: rgb(142,31,36); }
H1.HeaderClassName
{
color: #8E1F24;
}
.AnyTagClassName
{
color: #8E1F24;
}
</style>
background-color css
<style>
a { background-color: #8E1F24; }
a { background-color: rgb(142,31,36); }
div.DivClassName
{
background-color: #8E1F24;
}
.BgClassName
{
background-color: #8E1F24;
}
</style>
border-color css
<style>
span { border-color: #8E1F24; }
span { border-color: rgb(142,31,36); }
td.TdClassName
{
border-color: #8E1F24;
}
.TagClassName
{
border-color: #8E1F24;
}
</style>