Shades of Flame Red #8E222A
Tints of Flame Red #8E222A
RGB
CMYK
RGB Variations
Color information
#8E222A (or 0x8E222A) is known color: Flame Red. HEX triplet: 8E, 22 and 2A. RGB value is (142,34,42). Sum of RGB (Red+Green+Blue) = 142+34+42=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E222A is #71DDD5. Grayscale: #434343. Windows color (decimal): -7462358 or 2761358. OLE color: 2761358.
HSL color Cylindrical-coordinate representation of color #8E222A: hue angle of 355.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E222A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 42 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.44 |
| HSL | 355.56º | 0.61% | 0.35% | - |
| HSV(B) | 355.56º | 0.76% | 0.56% | - |
| XYZ | 12.15 | 7.06 | 2.91 | - |
| YUV | 67.2 | 113.78 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 42 | 0 | 0.76 | 0.70 | 0.44 | 355.56 | 0.61 | 0.35 |
| Hex | 8E | 22 | 2A | 0 | 4C | 46 | 2C | 164 | 3D | 23 |
| Octal | 216 | 42 | 52 | 0 | 114 | 106 | 54 | 544 | 75 | 43 |
| Binary | 10001110 | 100010 | 101010 | 0 | 1001100 | 1000110 | 101100 | 101100100 | 111101 | 100011 |
Color Harmonies of #8E222A
Complementary color
Monochromatic Colors of #8E222A
Black with #8E222A
Text Example
Text Example
White with #8E222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E222A; }
p { color: rgb(142,34,42); }
H1.HeaderClassName
{
color: #8E222A;
}
.AnyTagClassName
{
color: #8E222A;
}
</style>
background-color css
<style>
a { background-color: #8E222A; }
a { background-color: rgb(142,34,42); }
div.DivClassName
{
background-color: #8E222A;
}
.BgClassName
{
background-color: #8E222A;
}
</style>
border-color css
<style>
span { border-color: #8E222A; }
span { border-color: rgb(142,34,42); }
td.TdClassName
{
border-color: #8E222A;
}
.TagClassName
{
border-color: #8E222A;
}
</style>