Shades of Flame Red #8C1A2C
Tints of Flame Red #8C1A2C
RGB
CMYK
RGB Variations
Color information
#8C1A2C (or 0x8C1A2C) is known color: Flame Red. HEX triplet: 8C, 1A and 2C. RGB value is (140,26,44). Sum of RGB (Red+Green+Blue) = 140+26+44=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A2C is #73E5D3. Grayscale: #3E3E3E. Windows color (decimal): -7595476 or 2890380. OLE color: 2890380.
HSL color Cylindrical-coordinate representation of color #8C1A2C: hue angle of 350.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A2C is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 44 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.45 |
| HSL | 350.53º | 0.69% | 0.33% | - |
| HSV(B) | 350.53º | 0.81% | 0.55% | - |
| XYZ | 11.64 | 6.5 | 3.02 | - |
| YUV | 62.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 44 | 0 | 0.81 | 0.69 | 0.45 | 350.53 | 0.69 | 0.33 |
| Hex | 8C | 1A | 2C | 0 | 51 | 45 | 2D | 15F | 45 | 21 |
| Octal | 214 | 32 | 54 | 0 | 121 | 105 | 55 | 537 | 105 | 41 |
| Binary | 10001100 | 11010 | 101100 | 0 | 1010001 | 1000101 | 101101 | 101011111 | 1000101 | 100001 |
Color Harmonies of #8C1A2C
Complementary color
Monochromatic Colors of #8C1A2C
Black with #8C1A2C
Text Example
Text Example
White with #8C1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A2C; }
p { color: rgb(140,26,44); }
H1.HeaderClassName
{
color: #8C1A2C;
}
.AnyTagClassName
{
color: #8C1A2C;
}
</style>
background-color css
<style>
a { background-color: #8C1A2C; }
a { background-color: rgb(140,26,44); }
div.DivClassName
{
background-color: #8C1A2C;
}
.BgClassName
{
background-color: #8C1A2C;
}
</style>
border-color css
<style>
span { border-color: #8C1A2C; }
span { border-color: rgb(140,26,44); }
td.TdClassName
{
border-color: #8C1A2C;
}
.TagClassName
{
border-color: #8C1A2C;
}
</style>