Shades of Flame Red #8C202A
Tints of Flame Red #8C202A
RGB
CMYK
RGB Variations
Color information
#8C202A (or 0x8C202A) is known color: Flame Red. HEX triplet: 8C, 20 and 2A. RGB value is (140,32,42). Sum of RGB (Red+Green+Blue) = 140+32+42=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C202A is #73DFD5. Grayscale: #414141. Windows color (decimal): -7593942 or 2760844. OLE color: 2760844.
HSL color Cylindrical-coordinate representation of color #8C202A: hue angle of 354.44º 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 #8C202A is Cyan = 0, Magento = 0.77, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 42 | - |
| CMYK | 0 | 0.77 | 0.7 | 0.45 |
| HSL | 354.44º | 0.63% | 0.34% | - |
| HSV(B) | 354.44º | 0.77% | 0.55% | - |
| XYZ | 11.75 | 6.78 | 2.88 | - |
| YUV | 65.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 42 | 0 | 0.77 | 0.7 | 0.45 | 354.44 | 0.63 | 0.34 |
| Hex | 8C | 20 | 2A | 0 | 4D | 46 | 2D | 162 | 3F | 22 |
| Octal | 214 | 40 | 52 | 0 | 115 | 106 | 55 | 542 | 77 | 42 |
| Binary | 10001100 | 100000 | 101010 | 0 | 1001101 | 1000110 | 101101 | 101100010 | 111111 | 100010 |
Color Harmonies of #8C202A
Complementary color
Monochromatic Colors of #8C202A
Black with #8C202A
Text Example
Text Example
White with #8C202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C202A; }
p { color: rgb(140,32,42); }
H1.HeaderClassName
{
color: #8C202A;
}
.AnyTagClassName
{
color: #8C202A;
}
</style>
background-color css
<style>
a { background-color: #8C202A; }
a { background-color: rgb(140,32,42); }
div.DivClassName
{
background-color: #8C202A;
}
.BgClassName
{
background-color: #8C202A;
}
</style>
border-color css
<style>
span { border-color: #8C202A; }
span { border-color: rgb(140,32,42); }
td.TdClassName
{
border-color: #8C202A;
}
.TagClassName
{
border-color: #8C202A;
}
</style>