Shades of Flame Red #8D1820
Tints of Flame Red #8D1820
RGB
CMYK
RGB Variations
Color information
#8D1820 (or 0x8D1820) is known color: Flame Red. HEX triplet: 8D, 18 and 20. RGB value is (141,24,32). Sum of RGB (Red+Green+Blue) = 141+24+32=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1820 is #72E7DF. Grayscale: #3B3B3B. Windows color (decimal): -7530464 or 2103437. OLE color: 2103437.
HSL color Cylindrical-coordinate representation of color #8D1820: hue angle of 355.9º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D1820 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 32 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.45 |
| HSL | 355.9º | 0.71% | 0.32% | - |
| HSV(B) | 355.9º | 0.83% | 0.55% | - |
| XYZ | 11.57 | 6.42 | 2 | - |
| YUV | 59.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 32 | 0 | 0.83 | 0.77 | 0.45 | 355.9 | 0.71 | 0.32 |
| Hex | 8D | 18 | 20 | 0 | 53 | 4D | 2D | 164 | 47 | 20 |
| Octal | 215 | 30 | 40 | 0 | 123 | 115 | 55 | 544 | 107 | 40 |
| Binary | 10001101 | 11000 | 100000 | 0 | 1010011 | 1001101 | 101101 | 101100100 | 1000111 | 100000 |
Color Harmonies of #8D1820
Complementary color
Monochromatic Colors of #8D1820
Black with #8D1820
Text Example
Text Example
White with #8D1820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1820; }
p { color: rgb(141,24,32); }
H1.HeaderClassName
{
color: #8D1820;
}
.AnyTagClassName
{
color: #8D1820;
}
</style>
background-color css
<style>
a { background-color: #8D1820; }
a { background-color: rgb(141,24,32); }
div.DivClassName
{
background-color: #8D1820;
}
.BgClassName
{
background-color: #8D1820;
}
</style>
border-color css
<style>
span { border-color: #8D1820; }
span { border-color: rgb(141,24,32); }
td.TdClassName
{
border-color: #8D1820;
}
.TagClassName
{
border-color: #8D1820;
}
</style>