Shades of Flame Red #8E1A24
Tints of Flame Red #8E1A24
RGB
CMYK
RGB Variations
Color information
#8E1A24 (or 0x8E1A24) is known color: Flame Red. HEX triplet: 8E, 1A and 24. RGB value is (142,26,36). Sum of RGB (Red+Green+Blue) = 142+26+36=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A24 is #71E5DB. Grayscale: #3D3D3D. Windows color (decimal): -7464412 or 2366094. OLE color: 2366094.
HSL color Cylindrical-coordinate representation of color #8E1A24: hue angle of 354.83º degrees, saturation: 0.69, 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 #8E1A24 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 36 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.44 |
| HSL | 354.83º | 0.69% | 0.33% | - |
| HSV(B) | 354.83º | 0.82% | 0.56% | - |
| XYZ | 11.84 | 6.62 | 2.32 | - |
| YUV | 61.82 | 113.43 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 36 | 0 | 0.82 | 0.75 | 0.44 | 354.83 | 0.69 | 0.33 |
| Hex | 8E | 1A | 24 | 0 | 52 | 4B | 2C | 163 | 45 | 21 |
| Octal | 216 | 32 | 44 | 0 | 122 | 113 | 54 | 543 | 105 | 41 |
| Binary | 10001110 | 11010 | 100100 | 0 | 1010010 | 1001011 | 101100 | 101100011 | 1000101 | 100001 |
Color Harmonies of #8E1A24
Complementary color
Monochromatic Colors of #8E1A24
Black with #8E1A24
Text Example
Text Example
White with #8E1A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A24; }
p { color: rgb(142,26,36); }
H1.HeaderClassName
{
color: #8E1A24;
}
.AnyTagClassName
{
color: #8E1A24;
}
</style>
background-color css
<style>
a { background-color: #8E1A24; }
a { background-color: rgb(142,26,36); }
div.DivClassName
{
background-color: #8E1A24;
}
.BgClassName
{
background-color: #8E1A24;
}
</style>
border-color css
<style>
span { border-color: #8E1A24; }
span { border-color: rgb(142,26,36); }
td.TdClassName
{
border-color: #8E1A24;
}
.TagClassName
{
border-color: #8E1A24;
}
</style>