Shades of Flame Red #8D192B
Tints of Flame Red #8D192B
RGB
CMYK
RGB Variations
Color information
#8D192B (or 0x8D192B) is known color: Flame Red. HEX triplet: 8D, 19 and 2B. RGB value is (141,25,43). Sum of RGB (Red+Green+Blue) = 141+25+43=209 (27% of max value = 765). Red value is 141 (55.47% from 255 or 67.46% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 141 - color contains mainly: red. Hex color #8D192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D192B is #72E6D4. Grayscale: #3D3D3D. Windows color (decimal): -7530197 or 2824589. OLE color: 2824589.
HSL color Cylindrical-coordinate representation of color #8D192B: hue angle of 350.69º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D192B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 25 | 43 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.45 |
| HSL | 350.69º | 0.7% | 0.33% | - |
| HSV(B) | 350.69º | 0.82% | 0.55% | - |
| XYZ | 11.77 | 6.53 | 2.93 | - |
| YUV | 61.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 43 | 0 | 0.82 | 0.70 | 0.45 | 350.69 | 0.7 | 0.33 |
| Hex | 8D | 19 | 2B | 0 | 52 | 46 | 2D | 15F | 46 | 21 |
| Octal | 215 | 31 | 53 | 0 | 122 | 106 | 55 | 537 | 106 | 41 |
| Binary | 10001101 | 11001 | 101011 | 0 | 1010010 | 1000110 | 101101 | 101011111 | 1000110 | 100001 |
Color Harmonies of #8D192B
Complementary color
Monochromatic Colors of #8D192B
Black with #8D192B
Text Example
Text Example
White with #8D192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D192B; }
p { color: rgb(141,25,43); }
H1.HeaderClassName
{
color: #8D192B;
}
.AnyTagClassName
{
color: #8D192B;
}
</style>
background-color css
<style>
a { background-color: #8D192B; }
a { background-color: rgb(141,25,43); }
div.DivClassName
{
background-color: #8D192B;
}
.BgClassName
{
background-color: #8D192B;
}
</style>
border-color css
<style>
span { border-color: #8D192B; }
span { border-color: rgb(141,25,43); }
td.TdClassName
{
border-color: #8D192B;
}
.TagClassName
{
border-color: #8D192B;
}
</style>