Shades of Flame Red #8D252D
Tints of Flame Red #8D252D
RGB
CMYK
RGB Variations
Color information
#8D252D (or 0x8D252D) is known color: Flame Red. HEX triplet: 8D, 25 and 2D. RGB value is (141,37,45). Sum of RGB (Red+Green+Blue) = 141+37+45=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D252D is #72DAD2. Grayscale: #454545. Windows color (decimal): -7527123 or 2958733. OLE color: 2958733.
HSL color Cylindrical-coordinate representation of color #8D252D: hue angle of 355.38º 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 #8D252D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 45 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.45 |
| HSL | 355.38º | 0.58% | 0.35% | - |
| HSV(B) | 355.38º | 0.74% | 0.55% | - |
| XYZ | 12.12 | 7.18 | 3.23 | - |
| YUV | 69.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 45 | 0 | 0.74 | 0.68 | 0.45 | 355.38 | 0.58 | 0.35 |
| Hex | 8D | 25 | 2D | 0 | 4A | 44 | 2D | 163 | 3A | 23 |
| Octal | 215 | 45 | 55 | 0 | 112 | 104 | 55 | 543 | 72 | 43 |
| Binary | 10001101 | 100101 | 101101 | 0 | 1001010 | 1000100 | 101101 | 101100011 | 111010 | 100011 |
Color Harmonies of #8D252D
Complementary color
Monochromatic Colors of #8D252D
Black with #8D252D
Text Example
Text Example
White with #8D252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D252D; }
p { color: rgb(141,37,45); }
H1.HeaderClassName
{
color: #8D252D;
}
.AnyTagClassName
{
color: #8D252D;
}
</style>
background-color css
<style>
a { background-color: #8D252D; }
a { background-color: rgb(141,37,45); }
div.DivClassName
{
background-color: #8D252D;
}
.BgClassName
{
background-color: #8D252D;
}
</style>
border-color css
<style>
span { border-color: #8D252D; }
span { border-color: rgb(141,37,45); }
td.TdClassName
{
border-color: #8D252D;
}
.TagClassName
{
border-color: #8D252D;
}
</style>