Shades of Flame Red #8C191D
Tints of Flame Red #8C191D
RGB
CMYK
RGB Variations
Color information
#8C191D (or 0x8C191D) is known color: Flame Red. HEX triplet: 8C, 19 and 1D. RGB value is (140,25,29). Sum of RGB (Red+Green+Blue) = 140+25+29=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C191D is #73E6E2. Grayscale: #3B3B3B. Windows color (decimal): -7595747 or 1907084. OLE color: 1907084.
HSL color Cylindrical-coordinate representation of color #8C191D: hue angle of 357.91º 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 #8C191D is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 25 | 29 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.45 |
| HSL | 357.91º | 0.7% | 0.32% | - |
| HSV(B) | 357.91º | 0.82% | 0.55% | - |
| XYZ | 11.38 | 6.36 | 1.79 | - |
| YUV | 59.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 25 | 29 | 0 | 0.82 | 0.79 | 0.45 | 357.91 | 0.7 | 0.32 |
| Hex | 8C | 19 | 1D | 0 | 52 | 4F | 2D | 166 | 46 | 20 |
| Octal | 214 | 31 | 35 | 0 | 122 | 117 | 55 | 546 | 106 | 40 |
| Binary | 10001100 | 11001 | 11101 | 0 | 1010010 | 1001111 | 101101 | 101100110 | 1000110 | 100000 |
Color Harmonies of #8C191D
Complementary color
Monochromatic Colors of #8C191D
Black with #8C191D
Text Example
Text Example
White with #8C191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C191D; }
p { color: rgb(140,25,29); }
H1.HeaderClassName
{
color: #8C191D;
}
.AnyTagClassName
{
color: #8C191D;
}
</style>
background-color css
<style>
a { background-color: #8C191D; }
a { background-color: rgb(140,25,29); }
div.DivClassName
{
background-color: #8C191D;
}
.BgClassName
{
background-color: #8C191D;
}
</style>
border-color css
<style>
span { border-color: #8C191D; }
span { border-color: rgb(140,25,29); }
td.TdClassName
{
border-color: #8C191D;
}
.TagClassName
{
border-color: #8C191D;
}
</style>