Shades of Flame Red #8C1521
Tints of Flame Red #8C1521
RGB
CMYK
RGB Variations
Color information
#8C1521 (or 0x8C1521) is known color: Flame Red. HEX triplet: 8C, 15 and 21. RGB value is (140,21,33). Sum of RGB (Red+Green+Blue) = 140+21+33=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1521 is #73EADE. Grayscale: #3A3A3A. Windows color (decimal): -7596767 or 2168204. OLE color: 2168204.
HSL color Cylindrical-coordinate representation of color #8C1521: hue angle of 353.95º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1521 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 21 | 33 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.45 |
| HSL | 353.95º | 0.74% | 0.32% | - |
| HSV(B) | 353.95º | 0.85% | 0.55% | - |
| XYZ | 11.36 | 6.22 | 2.04 | - |
| YUV | 57.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 33 | 0 | 0.85 | 0.76 | 0.45 | 353.95 | 0.74 | 0.32 |
| Hex | 8C | 15 | 21 | 0 | 55 | 4C | 2D | 162 | 4A | 20 |
| Octal | 214 | 25 | 41 | 0 | 125 | 114 | 55 | 542 | 112 | 40 |
| Binary | 10001100 | 10101 | 100001 | 0 | 1010101 | 1001100 | 101101 | 101100010 | 1001010 | 100000 |
Color Harmonies of #8C1521
Complementary color
Monochromatic Colors of #8C1521
Black with #8C1521
Text Example
Text Example
White with #8C1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1521; }
p { color: rgb(140,21,33); }
H1.HeaderClassName
{
color: #8C1521;
}
.AnyTagClassName
{
color: #8C1521;
}
</style>
background-color css
<style>
a { background-color: #8C1521; }
a { background-color: rgb(140,21,33); }
div.DivClassName
{
background-color: #8C1521;
}
.BgClassName
{
background-color: #8C1521;
}
</style>
border-color css
<style>
span { border-color: #8C1521; }
span { border-color: rgb(140,21,33); }
td.TdClassName
{
border-color: #8C1521;
}
.TagClassName
{
border-color: #8C1521;
}
</style>