Shades of Flame Red #8D172C
Tints of Flame Red #8D172C
RGB
CMYK
RGB Variations
Color information
#8D172C (or 0x8D172C) is known color: Flame Red. HEX triplet: 8D, 17 and 2C. RGB value is (141,23,44). Sum of RGB (Red+Green+Blue) = 141+23+44=208 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.79% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 141 - color contains mainly: red. Hex color #8D172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D172C is #72E8D3. Grayscale: #3C3C3C. Windows color (decimal): -7530708 or 2889613. OLE color: 2889613.
HSL color Cylindrical-coordinate representation of color #8D172C: hue angle of 349.32º 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 #8D172C is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 23 | 44 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.45 |
| HSL | 349.32º | 0.72% | 0.32% | - |
| HSV(B) | 349.32º | 0.84% | 0.55% | - |
| XYZ | 11.75 | 6.46 | 3.01 | - |
| YUV | 60.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 23 | 44 | 0 | 0.84 | 0.69 | 0.45 | 349.32 | 0.72 | 0.32 |
| Hex | 8D | 17 | 2C | 0 | 54 | 45 | 2D | 15D | 48 | 20 |
| Octal | 215 | 27 | 54 | 0 | 124 | 105 | 55 | 535 | 110 | 40 |
| Binary | 10001101 | 10111 | 101100 | 0 | 1010100 | 1000101 | 101101 | 101011101 | 1001000 | 100000 |
Color Harmonies of #8D172C
Complementary color
Monochromatic Colors of #8D172C
Black with #8D172C
Text Example
Text Example
White with #8D172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D172C; }
p { color: rgb(141,23,44); }
H1.HeaderClassName
{
color: #8D172C;
}
.AnyTagClassName
{
color: #8D172C;
}
</style>
background-color css
<style>
a { background-color: #8D172C; }
a { background-color: rgb(141,23,44); }
div.DivClassName
{
background-color: #8D172C;
}
.BgClassName
{
background-color: #8D172C;
}
</style>
border-color css
<style>
span { border-color: #8D172C; }
span { border-color: rgb(141,23,44); }
td.TdClassName
{
border-color: #8D172C;
}
.TagClassName
{
border-color: #8D172C;
}
</style>