Shades of Flame Red #8C1723
Tints of Flame Red #8C1723
RGB
CMYK
RGB Variations
Color information
#8C1723 (or 0x8C1723) is known color: Flame Red. HEX triplet: 8C, 17 and 23. RGB value is (140,23,35). Sum of RGB (Red+Green+Blue) = 140+23+35=198 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.71% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1723 is #73E8DC. Grayscale: #3B3B3B. Windows color (decimal): -7596253 or 2299788. OLE color: 2299788.
HSL color Cylindrical-coordinate representation of color #8C1723: hue angle of 353.85º 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 #8C1723 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 23 | 35 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.45 |
| HSL | 353.85º | 0.72% | 0.32% | - |
| HSV(B) | 353.85º | 0.84% | 0.55% | - |
| XYZ | 11.42 | 6.31 | 2.21 | - |
| YUV | 59.35 | 114.26 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 23 | 35 | 0 | 0.84 | 0.75 | 0.45 | 353.85 | 0.72 | 0.32 |
| Hex | 8C | 17 | 23 | 0 | 54 | 4B | 2D | 162 | 48 | 20 |
| Octal | 214 | 27 | 43 | 0 | 124 | 113 | 55 | 542 | 110 | 40 |
| Binary | 10001100 | 10111 | 100011 | 0 | 1010100 | 1001011 | 101101 | 101100010 | 1001000 | 100000 |
Color Harmonies of #8C1723
Complementary color
Monochromatic Colors of #8C1723
Black with #8C1723
Text Example
Text Example
White with #8C1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1723; }
p { color: rgb(140,23,35); }
H1.HeaderClassName
{
color: #8C1723;
}
.AnyTagClassName
{
color: #8C1723;
}
</style>
background-color css
<style>
a { background-color: #8C1723; }
a { background-color: rgb(140,23,35); }
div.DivClassName
{
background-color: #8C1723;
}
.BgClassName
{
background-color: #8C1723;
}
</style>
border-color css
<style>
span { border-color: #8C1723; }
span { border-color: rgb(140,23,35); }
td.TdClassName
{
border-color: #8C1723;
}
.TagClassName
{
border-color: #8C1723;
}
</style>