Shades of Flame Red #87252D
Tints of Flame Red #87252D
RGB
CMYK
RGB Variations
Color information
#87252D (or 0x87252D) is known color: Flame Red. HEX triplet: 87, 25 and 2D. RGB value is (135,37,45). Sum of RGB (Red+Green+Blue) = 135+37+45=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87252D is #78DAD2. Grayscale: #434343. Windows color (decimal): -7920339 or 2958727. OLE color: 2958727.
HSL color Cylindrical-coordinate representation of color #87252D: hue angle of 355.1º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87252D is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 45 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.47 |
| HSL | 355.1º | 0.57% | 0.34% | - |
| HSV(B) | 355.1º | 0.73% | 0.53% | - |
| XYZ | 11.13 | 6.66 | 3.18 | - |
| YUV | 67.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 45 | 0 | 0.73 | 0.67 | 0.47 | 355.1 | 0.57 | 0.34 |
| Hex | 87 | 25 | 2D | 0 | 49 | 43 | 2F | 163 | 39 | 22 |
| Octal | 207 | 45 | 55 | 0 | 111 | 103 | 57 | 543 | 71 | 42 |
| Binary | 10000111 | 100101 | 101101 | 0 | 1001001 | 1000011 | 101111 | 101100011 | 111001 | 100010 |
Color Harmonies of #87252D
Complementary color
Monochromatic Colors of #87252D
Black with #87252D
Text Example
Text Example
White with #87252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87252D; }
p { color: rgb(135,37,45); }
H1.HeaderClassName
{
color: #87252D;
}
.AnyTagClassName
{
color: #87252D;
}
</style>
background-color css
<style>
a { background-color: #87252D; }
a { background-color: rgb(135,37,45); }
div.DivClassName
{
background-color: #87252D;
}
.BgClassName
{
background-color: #87252D;
}
</style>
border-color css
<style>
span { border-color: #87252D; }
span { border-color: rgb(135,37,45); }
td.TdClassName
{
border-color: #87252D;
}
.TagClassName
{
border-color: #87252D;
}
</style>