Shades of Flame Red #8C1722
Tints of Flame Red #8C1722
RGB
CMYK
RGB Variations
Color information
#8C1722 (or 0x8C1722) is known color: Flame Red. HEX triplet: 8C, 17 and 22. RGB value is (140,23,34). Sum of RGB (Red+Green+Blue) = 140+23+34=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1722 is #73E8DD. Grayscale: #3B3B3B. Windows color (decimal): -7596254 or 2234252. OLE color: 2234252.
HSL color Cylindrical-coordinate representation of color #8C1722: hue angle of 354.36º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C1722 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 34 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.45 |
| HSL | 354.36º | 0.72% | 0.32% | - |
| HSV(B) | 354.36º | 0.84% | 0.55% | - |
| XYZ | 11.41 | 6.3 | 2.13 | - |
| YUV | 59.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 34 | 0 | 0.84 | 0.76 | 0.45 | 354.36 | 0.72 | 0.32 |
| Hex | 8C | 17 | 22 | 0 | 54 | 4C | 2D | 162 | 48 | 20 |
| Octal | 214 | 27 | 42 | 0 | 124 | 114 | 55 | 542 | 110 | 40 |
| Binary | 10001100 | 10111 | 100010 | 0 | 1010100 | 1001100 | 101101 | 101100010 | 1001000 | 100000 |
Color Harmonies of #8C1722
Complementary color
Monochromatic Colors of #8C1722
Black with #8C1722
Text Example
Text Example
White with #8C1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1722; }
p { color: rgb(140,23,34); }
H1.HeaderClassName
{
color: #8C1722;
}
.AnyTagClassName
{
color: #8C1722;
}
</style>
background-color css
<style>
a { background-color: #8C1722; }
a { background-color: rgb(140,23,34); }
div.DivClassName
{
background-color: #8C1722;
}
.BgClassName
{
background-color: #8C1722;
}
</style>
border-color css
<style>
span { border-color: #8C1722; }
span { border-color: rgb(140,23,34); }
td.TdClassName
{
border-color: #8C1722;
}
.TagClassName
{
border-color: #8C1722;
}
</style>