Shades of Flame Red #8D162A
Tints of Flame Red #8D162A
RGB
CMYK
RGB Variations
Color information
#8D162A (or 0x8D162A) is known color: Flame Red. HEX triplet: 8D, 16 and 2A. RGB value is (141,22,42). Sum of RGB (Red+Green+Blue) = 141+22+42=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D162A is #72E9D5. Grayscale: #3B3B3B. Windows color (decimal): -7530966 or 2758285. OLE color: 2758285.
HSL color Cylindrical-coordinate representation of color #8D162A: hue angle of 349.92º degrees, saturation: 0.73, 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 #8D162A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 22 | 42 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.45 |
| HSL | 349.92º | 0.73% | 0.32% | - |
| HSV(B) | 349.92º | 0.84% | 0.55% | - |
| XYZ | 11.69 | 6.4 | 2.81 | - |
| YUV | 59.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 22 | 42 | 0 | 0.84 | 0.70 | 0.45 | 349.92 | 0.73 | 0.32 |
| Hex | 8D | 16 | 2A | 0 | 54 | 46 | 2D | 15E | 49 | 20 |
| Octal | 215 | 26 | 52 | 0 | 124 | 106 | 55 | 536 | 111 | 40 |
| Binary | 10001101 | 10110 | 101010 | 0 | 1010100 | 1000110 | 101101 | 101011110 | 1001001 | 100000 |
Color Harmonies of #8D162A
Complementary color
Monochromatic Colors of #8D162A
Black with #8D162A
Text Example
Text Example
White with #8D162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D162A; }
p { color: rgb(141,22,42); }
H1.HeaderClassName
{
color: #8D162A;
}
.AnyTagClassName
{
color: #8D162A;
}
</style>
background-color css
<style>
a { background-color: #8D162A; }
a { background-color: rgb(141,22,42); }
div.DivClassName
{
background-color: #8D162A;
}
.BgClassName
{
background-color: #8D162A;
}
</style>
border-color css
<style>
span { border-color: #8D162A; }
span { border-color: rgb(141,22,42); }
td.TdClassName
{
border-color: #8D162A;
}
.TagClassName
{
border-color: #8D162A;
}
</style>