Shades of Flame Red #8C1C2C
Tints of Flame Red #8C1C2C
RGB
CMYK
RGB Variations
Color information
#8C1C2C (or 0x8C1C2C) is known color: Flame Red. HEX triplet: 8C, 1C and 2C. RGB value is (140,28,44). Sum of RGB (Red+Green+Blue) = 140+28+44=212 (28% of max value = 765). Red value is 140 (55.08% from 255 or 66.04% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C2C is #73E3D3. Grayscale: #3F3F3F. Windows color (decimal): -7594964 or 2890892. OLE color: 2890892.
HSL color Cylindrical-coordinate representation of color #8C1C2C: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C2C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 44 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.45 |
| HSL | 351.43º | 0.67% | 0.33% | - |
| HSV(B) | 351.43º | 0.8% | 0.55% | - |
| XYZ | 11.69 | 6.59 | 3.04 | - |
| YUV | 63.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 44 | 0 | 0.80 | 0.69 | 0.45 | 351.43 | 0.67 | 0.33 |
| Hex | 8C | 1C | 2C | 0 | 50 | 45 | 2D | 15F | 43 | 21 |
| Octal | 214 | 34 | 54 | 0 | 120 | 105 | 55 | 537 | 103 | 41 |
| Binary | 10001100 | 11100 | 101100 | 0 | 1010000 | 1000101 | 101101 | 101011111 | 1000011 | 100001 |
Color Harmonies of #8C1C2C
Complementary color
Monochromatic Colors of #8C1C2C
Black with #8C1C2C
Text Example
Text Example
White with #8C1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C2C; }
p { color: rgb(140,28,44); }
H1.HeaderClassName
{
color: #8C1C2C;
}
.AnyTagClassName
{
color: #8C1C2C;
}
</style>
background-color css
<style>
a { background-color: #8C1C2C; }
a { background-color: rgb(140,28,44); }
div.DivClassName
{
background-color: #8C1C2C;
}
.BgClassName
{
background-color: #8C1C2C;
}
</style>
border-color css
<style>
span { border-color: #8C1C2C; }
span { border-color: rgb(140,28,44); }
td.TdClassName
{
border-color: #8C1C2C;
}
.TagClassName
{
border-color: #8C1C2C;
}
</style>