Shades of Flame Red #8C202D
Tints of Flame Red #8C202D
RGB
CMYK
RGB Variations
Color information
#8C202D (or 0x8C202D) is known color: Flame Red. HEX triplet: 8C, 20 and 2D. RGB value is (140,32,45). Sum of RGB (Red+Green+Blue) = 140+32+45=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C202D is #73DFD2. Grayscale: #414141. Windows color (decimal): -7593939 or 2957452. OLE color: 2957452.
HSL color Cylindrical-coordinate representation of color #8C202D: hue angle of 352.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C202D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 45 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.45 |
| HSL | 352.78º | 0.63% | 0.34% | - |
| HSV(B) | 352.78º | 0.77% | 0.55% | - |
| XYZ | 11.81 | 6.8 | 3.17 | - |
| YUV | 65.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 45 | 0 | 0.77 | 0.68 | 0.45 | 352.78 | 0.63 | 0.34 |
| Hex | 8C | 20 | 2D | 0 | 4D | 44 | 2D | 161 | 3F | 22 |
| Octal | 214 | 40 | 55 | 0 | 115 | 104 | 55 | 541 | 77 | 42 |
| Binary | 10001100 | 100000 | 101101 | 0 | 1001101 | 1000100 | 101101 | 101100001 | 111111 | 100010 |
Color Harmonies of #8C202D
Complementary color
Monochromatic Colors of #8C202D
Black with #8C202D
Text Example
Text Example
White with #8C202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C202D; }
p { color: rgb(140,32,45); }
H1.HeaderClassName
{
color: #8C202D;
}
.AnyTagClassName
{
color: #8C202D;
}
</style>
background-color css
<style>
a { background-color: #8C202D; }
a { background-color: rgb(140,32,45); }
div.DivClassName
{
background-color: #8C202D;
}
.BgClassName
{
background-color: #8C202D;
}
</style>
border-color css
<style>
span { border-color: #8C202D; }
span { border-color: rgb(140,32,45); }
td.TdClassName
{
border-color: #8C202D;
}
.TagClassName
{
border-color: #8C202D;
}
</style>