Shades of Flame Red #8A222E
Tints of Flame Red #8A222E
RGB
CMYK
RGB Variations
Color information
#8A222E (or 0x8A222E) is known color: Flame Red. HEX triplet: 8A, 22 and 2E. RGB value is (138,34,46). Sum of RGB (Red+Green+Blue) = 138+34+46=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A222E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A222E is #75DDD1. Grayscale: #424242. Windows color (decimal): -7724498 or 3023498. OLE color: 3023498.
HSL color Cylindrical-coordinate representation of color #8A222E: hue angle of 353.08º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A222E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 46 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.46 |
| HSL | 353.08º | 0.6% | 0.34% | - |
| HSV(B) | 353.08º | 0.75% | 0.54% | - |
| XYZ | 11.55 | 6.74 | 3.28 | - |
| YUV | 66.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 46 | 0 | 0.75 | 0.67 | 0.46 | 353.08 | 0.6 | 0.34 |
| Hex | 8A | 22 | 2E | 0 | 4B | 43 | 2E | 161 | 3C | 22 |
| Octal | 212 | 42 | 56 | 0 | 113 | 103 | 56 | 541 | 74 | 42 |
| Binary | 10001010 | 100010 | 101110 | 0 | 1001011 | 1000011 | 101110 | 101100001 | 111100 | 100010 |
Color Harmonies of #8A222E
Complementary color
Monochromatic Colors of #8A222E
Black with #8A222E
Text Example
Text Example
White with #8A222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A222E; }
p { color: rgb(138,34,46); }
H1.HeaderClassName
{
color: #8A222E;
}
.AnyTagClassName
{
color: #8A222E;
}
</style>
background-color css
<style>
a { background-color: #8A222E; }
a { background-color: rgb(138,34,46); }
div.DivClassName
{
background-color: #8A222E;
}
.BgClassName
{
background-color: #8A222E;
}
</style>
border-color css
<style>
span { border-color: #8A222E; }
span { border-color: rgb(138,34,46); }
td.TdClassName
{
border-color: #8A222E;
}
.TagClassName
{
border-color: #8A222E;
}
</style>