Shades of Flame Red #8E1A26
Tints of Flame Red #8E1A26
RGB
CMYK
RGB Variations
Color information
#8E1A26 (or 0x8E1A26) is known color: Flame Red. HEX triplet: 8E, 1A and 26. RGB value is (142,26,38). Sum of RGB (Red+Green+Blue) = 142+26+38=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A26 is #71E5D9. Grayscale: #3E3E3E. Windows color (decimal): -7464410 or 2497166. OLE color: 2497166.
HSL color Cylindrical-coordinate representation of color #8E1A26: hue angle of 353.79º 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 #8E1A26 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 26 | 38 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.44 |
| HSL | 353.79º | 0.69% | 0.33% | - |
| HSV(B) | 353.79º | 0.82% | 0.56% | - |
| XYZ | 11.87 | 6.63 | 2.49 | - |
| YUV | 62.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 26 | 38 | 0 | 0.82 | 0.73 | 0.44 | 353.79 | 0.69 | 0.33 |
| Hex | 8E | 1A | 26 | 0 | 52 | 49 | 2C | 162 | 45 | 21 |
| Octal | 216 | 32 | 46 | 0 | 122 | 111 | 54 | 542 | 105 | 41 |
| Binary | 10001110 | 11010 | 100110 | 0 | 1010010 | 1001001 | 101100 | 101100010 | 1000101 | 100001 |
Color Harmonies of #8E1A26
Complementary color
Monochromatic Colors of #8E1A26
Black with #8E1A26
Text Example
Text Example
White with #8E1A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1A26; }
p { color: rgb(142,26,38); }
H1.HeaderClassName
{
color: #8E1A26;
}
.AnyTagClassName
{
color: #8E1A26;
}
</style>
background-color css
<style>
a { background-color: #8E1A26; }
a { background-color: rgb(142,26,38); }
div.DivClassName
{
background-color: #8E1A26;
}
.BgClassName
{
background-color: #8E1A26;
}
</style>
border-color css
<style>
span { border-color: #8E1A26; }
span { border-color: rgb(142,26,38); }
td.TdClassName
{
border-color: #8E1A26;
}
.TagClassName
{
border-color: #8E1A26;
}
</style>