Shades of Flame Red #8C1C2B
Tints of Flame Red #8C1C2B
RGB
CMYK
RGB Variations
Color information
#8C1C2B (or 0x8C1C2B) is known color: Flame Red. HEX triplet: 8C, 1C and 2B. RGB value is (140,28,43). Sum of RGB (Red+Green+Blue) = 140+28+43=211 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.35% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C2B is #73E3D4. Grayscale: #3F3F3F. Windows color (decimal): -7594965 or 2825356. OLE color: 2825356.
HSL color Cylindrical-coordinate representation of color #8C1C2B: hue angle of 351.96º 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 #8C1C2B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 43 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.45 |
| HSL | 351.96º | 0.67% | 0.33% | - |
| HSV(B) | 351.96º | 0.8% | 0.55% | - |
| XYZ | 11.67 | 6.58 | 2.94 | - |
| YUV | 63.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 43 | 0 | 0.80 | 0.69 | 0.45 | 351.96 | 0.67 | 0.33 |
| Hex | 8C | 1C | 2B | 0 | 50 | 45 | 2D | 160 | 43 | 21 |
| Octal | 214 | 34 | 53 | 0 | 120 | 105 | 55 | 540 | 103 | 41 |
| Binary | 10001100 | 11100 | 101011 | 0 | 1010000 | 1000101 | 101101 | 101100000 | 1000011 | 100001 |
Color Harmonies of #8C1C2B
Complementary color
Monochromatic Colors of #8C1C2B
Black with #8C1C2B
Text Example
Text Example
White with #8C1C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C2B; }
p { color: rgb(140,28,43); }
H1.HeaderClassName
{
color: #8C1C2B;
}
.AnyTagClassName
{
color: #8C1C2B;
}
</style>
background-color css
<style>
a { background-color: #8C1C2B; }
a { background-color: rgb(140,28,43); }
div.DivClassName
{
background-color: #8C1C2B;
}
.BgClassName
{
background-color: #8C1C2B;
}
</style>
border-color css
<style>
span { border-color: #8C1C2B; }
span { border-color: rgb(140,28,43); }
td.TdClassName
{
border-color: #8C1C2B;
}
.TagClassName
{
border-color: #8C1C2B;
}
</style>