Shades of Flame Red #8D252B
Tints of Flame Red #8D252B
RGB
CMYK
RGB Variations
Color information
#8D252B (or 0x8D252B) is known color: Flame Red. HEX triplet: 8D, 25 and 2B. RGB value is (141,37,43). Sum of RGB (Red+Green+Blue) = 141+37+43=221 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.80% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 141 - color contains mainly: red. Hex color #8D252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D252B is #72DAD4. Grayscale: #444444. Windows color (decimal): -7527125 or 2827661. OLE color: 2827661.
HSL color Cylindrical-coordinate representation of color #8D252B: hue angle of 356.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D252B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 43 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.45 |
| HSL | 356.54º | 0.58% | 0.35% | - |
| HSV(B) | 356.54º | 0.74% | 0.55% | - |
| XYZ | 12.08 | 7.16 | 3.03 | - |
| YUV | 68.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 43 | 0 | 0.74 | 0.70 | 0.45 | 356.54 | 0.58 | 0.35 |
| Hex | 8D | 25 | 2B | 0 | 4A | 46 | 2D | 165 | 3A | 23 |
| Octal | 215 | 45 | 53 | 0 | 112 | 106 | 55 | 545 | 72 | 43 |
| Binary | 10001101 | 100101 | 101011 | 0 | 1001010 | 1000110 | 101101 | 101100101 | 111010 | 100011 |
Color Harmonies of #8D252B
Complementary color
Monochromatic Colors of #8D252B
Black with #8D252B
Text Example
Text Example
White with #8D252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D252B; }
p { color: rgb(141,37,43); }
H1.HeaderClassName
{
color: #8D252B;
}
.AnyTagClassName
{
color: #8D252B;
}
</style>
background-color css
<style>
a { background-color: #8D252B; }
a { background-color: rgb(141,37,43); }
div.DivClassName
{
background-color: #8D252B;
}
.BgClassName
{
background-color: #8D252B;
}
</style>
border-color css
<style>
span { border-color: #8D252B; }
span { border-color: rgb(141,37,43); }
td.TdClassName
{
border-color: #8D252B;
}
.TagClassName
{
border-color: #8D252B;
}
</style>