Shades of Flame Red #8C1924
Tints of Flame Red #8C1924
RGB
CMYK
RGB Variations
Color information
#8C1924 (or 0x8C1924) is known color: Flame Red. HEX triplet: 8C, 19 and 24. RGB value is (140,25,36). Sum of RGB (Red+Green+Blue) = 140+25+36=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1924 is #73E6DB. Grayscale: #3C3C3C. Windows color (decimal): -7595740 or 2365836. OLE color: 2365836.
HSL color Cylindrical-coordinate representation of color #8C1924: hue angle of 354.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1924 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 36 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.45 |
| HSL | 354.26º | 0.7% | 0.32% | - |
| HSV(B) | 354.26º | 0.82% | 0.55% | - |
| XYZ | 11.48 | 6.4 | 2.3 | - |
| YUV | 60.64 | 114.1 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 36 | 0 | 0.82 | 0.74 | 0.45 | 354.26 | 0.7 | 0.32 |
| Hex | 8C | 19 | 24 | 0 | 52 | 4A | 2D | 162 | 46 | 20 |
| Octal | 214 | 31 | 44 | 0 | 122 | 112 | 55 | 542 | 106 | 40 |
| Binary | 10001100 | 11001 | 100100 | 0 | 1010010 | 1001010 | 101101 | 101100010 | 1000110 | 100000 |
Color Harmonies of #8C1924
Complementary color
Monochromatic Colors of #8C1924
Black with #8C1924
Text Example
Text Example
White with #8C1924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1924; }
p { color: rgb(140,25,36); }
H1.HeaderClassName
{
color: #8C1924;
}
.AnyTagClassName
{
color: #8C1924;
}
</style>
background-color css
<style>
a { background-color: #8C1924; }
a { background-color: rgb(140,25,36); }
div.DivClassName
{
background-color: #8C1924;
}
.BgClassName
{
background-color: #8C1924;
}
</style>
border-color css
<style>
span { border-color: #8C1924; }
span { border-color: rgb(140,25,36); }
td.TdClassName
{
border-color: #8C1924;
}
.TagClassName
{
border-color: #8C1924;
}
</style>