Shades of Flame Red #8C212A
Tints of Flame Red #8C212A
RGB
CMYK
RGB Variations
Color information
#8C212A (or 0x8C212A) is known color: Flame Red. HEX triplet: 8C, 21 and 2A. RGB value is (140,33,42). Sum of RGB (Red+Green+Blue) = 140+33+42=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C212A is #73DED5. Grayscale: #424242. Windows color (decimal): -7593686 or 2761100. OLE color: 2761100.
HSL color Cylindrical-coordinate representation of color #8C212A: hue angle of 354.95º degrees, saturation: 0.62, 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 #8C212A is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 42 | - |
| CMYK | 0 | 0.76 | 0.7 | 0.45 |
| HSL | 354.95º | 0.62% | 0.34% | - |
| HSV(B) | 354.95º | 0.76% | 0.55% | - |
| XYZ | 11.78 | 6.83 | 2.89 | - |
| YUV | 66.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 42 | 0 | 0.76 | 0.7 | 0.45 | 354.95 | 0.62 | 0.34 |
| Hex | 8C | 21 | 2A | 0 | 4C | 46 | 2D | 163 | 3E | 22 |
| Octal | 214 | 41 | 52 | 0 | 114 | 106 | 55 | 543 | 76 | 42 |
| Binary | 10001100 | 100001 | 101010 | 0 | 1001100 | 1000110 | 101101 | 101100011 | 111110 | 100010 |
Color Harmonies of #8C212A
Complementary color
Monochromatic Colors of #8C212A
Black with #8C212A
Text Example
Text Example
White with #8C212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C212A; }
p { color: rgb(140,33,42); }
H1.HeaderClassName
{
color: #8C212A;
}
.AnyTagClassName
{
color: #8C212A;
}
</style>
background-color css
<style>
a { background-color: #8C212A; }
a { background-color: rgb(140,33,42); }
div.DivClassName
{
background-color: #8C212A;
}
.BgClassName
{
background-color: #8C212A;
}
</style>
border-color css
<style>
span { border-color: #8C212A; }
span { border-color: rgb(140,33,42); }
td.TdClassName
{
border-color: #8C212A;
}
.TagClassName
{
border-color: #8C212A;
}
</style>