Shades of Flame Red #8C222D
Tints of Flame Red #8C222D
RGB
CMYK
RGB Variations
Color information
#8C222D (or 0x8C222D) is known color: Flame Red. HEX triplet: 8C, 22 and 2D. RGB value is (140,34,45). Sum of RGB (Red+Green+Blue) = 140+34+45=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C222D is #73DDD2. Grayscale: #434343. Windows color (decimal): -7593427 or 2957964. OLE color: 2957964.
HSL color Cylindrical-coordinate representation of color #8C222D: hue angle of 353.77º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C222D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 45 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.45 |
| HSL | 353.77º | 0.61% | 0.34% | - |
| HSV(B) | 353.77º | 0.76% | 0.55% | - |
| XYZ | 11.86 | 6.91 | 3.19 | - |
| YUV | 66.95 | 115.62 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 45 | 0 | 0.76 | 0.68 | 0.45 | 353.77 | 0.61 | 0.34 |
| Hex | 8C | 22 | 2D | 0 | 4C | 44 | 2D | 162 | 3D | 22 |
| Octal | 214 | 42 | 55 | 0 | 114 | 104 | 55 | 542 | 75 | 42 |
| Binary | 10001100 | 100010 | 101101 | 0 | 1001100 | 1000100 | 101101 | 101100010 | 111101 | 100010 |
Color Harmonies of #8C222D
Complementary color
Monochromatic Colors of #8C222D
Black with #8C222D
Text Example
Text Example
White with #8C222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C222D; }
p { color: rgb(140,34,45); }
H1.HeaderClassName
{
color: #8C222D;
}
.AnyTagClassName
{
color: #8C222D;
}
</style>
background-color css
<style>
a { background-color: #8C222D; }
a { background-color: rgb(140,34,45); }
div.DivClassName
{
background-color: #8C222D;
}
.BgClassName
{
background-color: #8C222D;
}
</style>
border-color css
<style>
span { border-color: #8C222D; }
span { border-color: rgb(140,34,45); }
td.TdClassName
{
border-color: #8C222D;
}
.TagClassName
{
border-color: #8C222D;
}
</style>