Shades of Flame Red #8C1C28
Tints of Flame Red #8C1C28
RGB
CMYK
RGB Variations
Color information
#8C1C28 (or 0x8C1C28) is known color: Flame Red. HEX triplet: 8C, 1C and 28. RGB value is (140,28,40). Sum of RGB (Red+Green+Blue) = 140+28+40=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C28 is #73E3D7. Grayscale: #3E3E3E. Windows color (decimal): -7594968 or 2628748. OLE color: 2628748.
HSL color Cylindrical-coordinate representation of color #8C1C28: hue angle of 353.57º 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 #8C1C28 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 28 | 40 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.45 |
| HSL | 353.57º | 0.67% | 0.33% | - |
| HSV(B) | 353.57º | 0.8% | 0.55% | - |
| XYZ | 11.61 | 6.56 | 2.66 | - |
| YUV | 62.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 40 | 0 | 0.80 | 0.71 | 0.45 | 353.57 | 0.67 | 0.33 |
| Hex | 8C | 1C | 28 | 0 | 50 | 47 | 2D | 162 | 43 | 21 |
| Octal | 214 | 34 | 50 | 0 | 120 | 107 | 55 | 542 | 103 | 41 |
| Binary | 10001100 | 11100 | 101000 | 0 | 1010000 | 1000111 | 101101 | 101100010 | 1000011 | 100001 |
Color Harmonies of #8C1C28
Complementary color
Monochromatic Colors of #8C1C28
Black with #8C1C28
Text Example
Text Example
White with #8C1C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1C28; }
p { color: rgb(140,28,40); }
H1.HeaderClassName
{
color: #8C1C28;
}
.AnyTagClassName
{
color: #8C1C28;
}
</style>
background-color css
<style>
a { background-color: #8C1C28; }
a { background-color: rgb(140,28,40); }
div.DivClassName
{
background-color: #8C1C28;
}
.BgClassName
{
background-color: #8C1C28;
}
</style>
border-color css
<style>
span { border-color: #8C1C28; }
span { border-color: rgb(140,28,40); }
td.TdClassName
{
border-color: #8C1C28;
}
.TagClassName
{
border-color: #8C1C28;
}
</style>