Shades of Flame Red #8C212D
Tints of Flame Red #8C212D
RGB
CMYK
RGB Variations
Color information
#8C212D (or 0x8C212D) is known color: Flame Red. HEX triplet: 8C, 21 and 2D. RGB value is (140,33,45). Sum of RGB (Red+Green+Blue) = 140+33+45=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C212D is #73DED2. Grayscale: #424242. Windows color (decimal): -7593683 or 2957708. OLE color: 2957708.
HSL color Cylindrical-coordinate representation of color #8C212D: hue angle of 353.27º 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 #8C212D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 45 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.45 |
| HSL | 353.27º | 0.62% | 0.34% | - |
| HSV(B) | 353.27º | 0.76% | 0.55% | - |
| XYZ | 11.83 | 6.85 | 3.18 | - |
| YUV | 66.36 | 115.95 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 45 | 0 | 0.76 | 0.68 | 0.45 | 353.27 | 0.62 | 0.34 |
| Hex | 8C | 21 | 2D | 0 | 4C | 44 | 2D | 161 | 3E | 22 |
| Octal | 214 | 41 | 55 | 0 | 114 | 104 | 55 | 541 | 76 | 42 |
| Binary | 10001100 | 100001 | 101101 | 0 | 1001100 | 1000100 | 101101 | 101100001 | 111110 | 100010 |
Color Harmonies of #8C212D
Complementary color
Monochromatic Colors of #8C212D
Black with #8C212D
Text Example
Text Example
White with #8C212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C212D; }
p { color: rgb(140,33,45); }
H1.HeaderClassName
{
color: #8C212D;
}
.AnyTagClassName
{
color: #8C212D;
}
</style>
background-color css
<style>
a { background-color: #8C212D; }
a { background-color: rgb(140,33,45); }
div.DivClassName
{
background-color: #8C212D;
}
.BgClassName
{
background-color: #8C212D;
}
</style>
border-color css
<style>
span { border-color: #8C212D; }
span { border-color: rgb(140,33,45); }
td.TdClassName
{
border-color: #8C212D;
}
.TagClassName
{
border-color: #8C212D;
}
</style>