Shades of Flame Red #8C202B
Tints of Flame Red #8C202B
RGB
CMYK
RGB Variations
Color information
#8C202B (or 0x8C202B) is known color: Flame Red. HEX triplet: 8C, 20 and 2B. RGB value is (140,32,43). Sum of RGB (Red+Green+Blue) = 140+32+43=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C202B is #73DFD4. Grayscale: #414141. Windows color (decimal): -7593941 or 2826380. OLE color: 2826380.
HSL color Cylindrical-coordinate representation of color #8C202B: hue angle of 353.89º 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 #8C202B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 43 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.45 |
| HSL | 353.89º | 0.63% | 0.34% | - |
| HSV(B) | 353.89º | 0.77% | 0.55% | - |
| XYZ | 11.77 | 6.78 | 2.97 | - |
| YUV | 65.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 43 | 0 | 0.77 | 0.69 | 0.45 | 353.89 | 0.63 | 0.34 |
| Hex | 8C | 20 | 2B | 0 | 4D | 45 | 2D | 162 | 3F | 22 |
| Octal | 214 | 40 | 53 | 0 | 115 | 105 | 55 | 542 | 77 | 42 |
| Binary | 10001100 | 100000 | 101011 | 0 | 1001101 | 1000101 | 101101 | 101100010 | 111111 | 100010 |
Color Harmonies of #8C202B
Complementary color
Monochromatic Colors of #8C202B
Black with #8C202B
Text Example
Text Example
White with #8C202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C202B; }
p { color: rgb(140,32,43); }
H1.HeaderClassName
{
color: #8C202B;
}
.AnyTagClassName
{
color: #8C202B;
}
</style>
background-color css
<style>
a { background-color: #8C202B; }
a { background-color: rgb(140,32,43); }
div.DivClassName
{
background-color: #8C202B;
}
.BgClassName
{
background-color: #8C202B;
}
</style>
border-color css
<style>
span { border-color: #8C202B; }
span { border-color: rgb(140,32,43); }
td.TdClassName
{
border-color: #8C202B;
}
.TagClassName
{
border-color: #8C202B;
}
</style>