Shades of Flame Red #8D181D
Tints of Flame Red #8D181D
RGB
CMYK
RGB Variations
Color information
#8D181D (or 0x8D181D) is known color: Flame Red. HEX triplet: 8D, 18 and 1D. RGB value is (141,24,29). Sum of RGB (Red+Green+Blue) = 141+24+29=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D181D is #72E7E2. Grayscale: #3B3B3B. Windows color (decimal): -7530467 or 1906829. OLE color: 1906829.
HSL color Cylindrical-coordinate representation of color #8D181D: hue angle of 357.44º 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 #8D181D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 24 | 29 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.45 |
| HSL | 357.44º | 0.71% | 0.32% | - |
| HSV(B) | 357.44º | 0.83% | 0.55% | - |
| XYZ | 11.53 | 6.4 | 1.79 | - |
| YUV | 59.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 24 | 29 | 0 | 0.83 | 0.79 | 0.45 | 357.44 | 0.71 | 0.32 |
| Hex | 8D | 18 | 1D | 0 | 53 | 4F | 2D | 165 | 47 | 20 |
| Octal | 215 | 30 | 35 | 0 | 123 | 117 | 55 | 545 | 107 | 40 |
| Binary | 10001101 | 11000 | 11101 | 0 | 1010011 | 1001111 | 101101 | 101100101 | 1000111 | 100000 |
Color Harmonies of #8D181D
Complementary color
Monochromatic Colors of #8D181D
Black with #8D181D
Text Example
Text Example
White with #8D181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D181D; }
p { color: rgb(141,24,29); }
H1.HeaderClassName
{
color: #8D181D;
}
.AnyTagClassName
{
color: #8D181D;
}
</style>
background-color css
<style>
a { background-color: #8D181D; }
a { background-color: rgb(141,24,29); }
div.DivClassName
{
background-color: #8D181D;
}
.BgClassName
{
background-color: #8D181D;
}
</style>
border-color css
<style>
span { border-color: #8D181D; }
span { border-color: rgb(141,24,29); }
td.TdClassName
{
border-color: #8D181D;
}
.TagClassName
{
border-color: #8D181D;
}
</style>