Shades of Flame Red #8D1424
Tints of Flame Red #8D1424
RGB
CMYK
RGB Variations
Color information
#8D1424 (or 0x8D1424) is known color: Flame Red. HEX triplet: 8D, 14 and 24. RGB value is (141,20,36). Sum of RGB (Red+Green+Blue) = 141+20+36=197 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.57% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1424 is #72EBDB. Grayscale: #3A3A3A. Windows color (decimal): -7531484 or 2364557. OLE color: 2364557.
HSL color Cylindrical-coordinate representation of color #8D1424: hue angle of 352.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1424 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 20 | 36 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.45 |
| HSL | 352.07º | 0.75% | 0.32% | - |
| HSV(B) | 352.07º | 0.86% | 0.55% | - |
| XYZ | 11.55 | 6.29 | 2.27 | - |
| YUV | 58 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 20 | 36 | 0 | 0.86 | 0.74 | 0.45 | 352.07 | 0.75 | 0.32 |
| Hex | 8D | 14 | 24 | 0 | 56 | 4A | 2D | 160 | 4B | 20 |
| Octal | 215 | 24 | 44 | 0 | 126 | 112 | 55 | 540 | 113 | 40 |
| Binary | 10001101 | 10100 | 100100 | 0 | 1010110 | 1001010 | 101101 | 101100000 | 1001011 | 100000 |
Color Harmonies of #8D1424
Complementary color
Monochromatic Colors of #8D1424
Black with #8D1424
Text Example
Text Example
White with #8D1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1424; }
p { color: rgb(141,20,36); }
H1.HeaderClassName
{
color: #8D1424;
}
.AnyTagClassName
{
color: #8D1424;
}
</style>
background-color css
<style>
a { background-color: #8D1424; }
a { background-color: rgb(141,20,36); }
div.DivClassName
{
background-color: #8D1424;
}
.BgClassName
{
background-color: #8D1424;
}
</style>
border-color css
<style>
span { border-color: #8D1424; }
span { border-color: rgb(141,20,36); }
td.TdClassName
{
border-color: #8D1424;
}
.TagClassName
{
border-color: #8D1424;
}
</style>