Shades of Flame Red #87282A
Tints of Flame Red #87282A
RGB
CMYK
RGB Variations
Color information
#87282A (or 0x87282A) is known color: Flame Red. HEX triplet: 87, 28 and 2A. RGB value is (135,40,42). Sum of RGB (Red+Green+Blue) = 135+40+42=217 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.21% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 135 - color contains mainly: red. Hex color #87282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87282A is #78D7D5. Grayscale: #444444. Windows color (decimal): -7919574 or 2762887. OLE color: 2762887.
HSL color Cylindrical-coordinate representation of color #87282A: hue angle of 358.74º 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 #87282A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 42 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.47 |
| HSL | 358.74º | 0.54% | 0.34% | - |
| HSV(B) | 358.74º | 0.7% | 0.53% | - |
| XYZ | 11.17 | 6.84 | 2.92 | - |
| YUV | 68.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 42 | 0 | 0.70 | 0.69 | 0.47 | 358.74 | 0.54 | 0.34 |
| Hex | 87 | 28 | 2A | 0 | 46 | 45 | 2F | 167 | 36 | 22 |
| Octal | 207 | 50 | 52 | 0 | 106 | 105 | 57 | 547 | 66 | 42 |
| Binary | 10000111 | 101000 | 101010 | 0 | 1000110 | 1000101 | 101111 | 101100111 | 110110 | 100010 |
Color Harmonies of #87282A
Complementary color
Monochromatic Colors of #87282A
Black with #87282A
Text Example
Text Example
White with #87282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87282A; }
p { color: rgb(135,40,42); }
H1.HeaderClassName
{
color: #87282A;
}
.AnyTagClassName
{
color: #87282A;
}
</style>
background-color css
<style>
a { background-color: #87282A; }
a { background-color: rgb(135,40,42); }
div.DivClassName
{
background-color: #87282A;
}
.BgClassName
{
background-color: #87282A;
}
</style>
border-color css
<style>
span { border-color: #87282A; }
span { border-color: rgb(135,40,42); }
td.TdClassName
{
border-color: #87282A;
}
.TagClassName
{
border-color: #87282A;
}
</style>