Shades of Flame Red #87282E
Tints of Flame Red #87282E
RGB
CMYK
RGB Variations
Color information
#87282E (or 0x87282E) is known color: Flame Red. HEX triplet: 87, 28 and 2E. RGB value is (135,40,46). Sum of RGB (Red+Green+Blue) = 135+40+46=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #87282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282E is #78D7D1. Grayscale: #454545. Windows color (decimal): -7919570 or 3025031. OLE color: 3025031.
HSL color Cylindrical-coordinate representation of color #87282E: hue angle of 356.21º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87282E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 46 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.47 |
| HSL | 356.21º | 0.54% | 0.34% | - |
| HSV(B) | 356.21º | 0.7% | 0.53% | - |
| XYZ | 11.24 | 6.87 | 3.32 | - |
| YUV | 69.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 46 | 0 | 0.70 | 0.66 | 0.47 | 356.21 | 0.54 | 0.34 |
| Hex | 87 | 28 | 2E | 0 | 46 | 42 | 2F | 164 | 36 | 22 |
| Octal | 207 | 50 | 56 | 0 | 106 | 102 | 57 | 544 | 66 | 42 |
| Binary | 10000111 | 101000 | 101110 | 0 | 1000110 | 1000010 | 101111 | 101100100 | 110110 | 100010 |
Color Harmonies of #87282E
Complementary color
Monochromatic Colors of #87282E
Black with #87282E
Text Example
Text Example
White with #87282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87282E; }
p { color: rgb(135,40,46); }
H1.HeaderClassName
{
color: #87282E;
}
.AnyTagClassName
{
color: #87282E;
}
</style>
background-color css
<style>
a { background-color: #87282E; }
a { background-color: rgb(135,40,46); }
div.DivClassName
{
background-color: #87282E;
}
.BgClassName
{
background-color: #87282E;
}
</style>
border-color css
<style>
span { border-color: #87282E; }
span { border-color: rgb(135,40,46); }
td.TdClassName
{
border-color: #87282E;
}
.TagClassName
{
border-color: #87282E;
}
</style>