Shades of Flame Red #8D152B
Tints of Flame Red #8D152B
RGB
CMYK
RGB Variations
Color information
#8D152B (or 0x8D152B) is known color: Flame Red. HEX triplet: 8D, 15 and 2B. RGB value is (141,21,43). Sum of RGB (Red+Green+Blue) = 141+21+43=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D152B is #72EAD4. Grayscale: #3B3B3B. Windows color (decimal): -7531221 or 2823565. OLE color: 2823565.
HSL color Cylindrical-coordinate representation of color #8D152B: hue angle of 349º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8D152B is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 21 | 43 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.45 |
| HSL | 349º | 0.74% | 0.32% | - |
| HSV(B) | 349º | 0.85% | 0.55% | - |
| XYZ | 11.69 | 6.37 | 2.9 | - |
| YUV | 59.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 21 | 43 | 0 | 0.85 | 0.70 | 0.45 | 349 | 0.74 | 0.32 |
| Hex | 8D | 15 | 2B | 0 | 55 | 46 | 2D | 15D | 4A | 20 |
| Octal | 215 | 25 | 53 | 0 | 125 | 106 | 55 | 535 | 112 | 40 |
| Binary | 10001101 | 10101 | 101011 | 0 | 1010101 | 1000110 | 101101 | 101011101 | 1001010 | 100000 |
Color Harmonies of #8D152B
Complementary color
Monochromatic Colors of #8D152B
Black with #8D152B
Text Example
Text Example
White with #8D152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D152B; }
p { color: rgb(141,21,43); }
H1.HeaderClassName
{
color: #8D152B;
}
.AnyTagClassName
{
color: #8D152B;
}
</style>
background-color css
<style>
a { background-color: #8D152B; }
a { background-color: rgb(141,21,43); }
div.DivClassName
{
background-color: #8D152B;
}
.BgClassName
{
background-color: #8D152B;
}
</style>
border-color css
<style>
span { border-color: #8D152B; }
span { border-color: rgb(141,21,43); }
td.TdClassName
{
border-color: #8D152B;
}
.TagClassName
{
border-color: #8D152B;
}
</style>