Shades of Flame Red #87232E
Tints of Flame Red #87232E
RGB
CMYK
RGB Variations
Color information
#87232E (or 0x87232E) is known color: Flame Red. HEX triplet: 87, 23 and 2E. RGB value is (135,35,46). Sum of RGB (Red+Green+Blue) = 135+35+46=216 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.5% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 135 - color contains mainly: red. Hex color #87232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87232E is #78DCD1. Grayscale: #424242. Windows color (decimal): -7920850 or 3023751. OLE color: 3023751.
HSL color Cylindrical-coordinate representation of color #87232E: hue angle of 353.4º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87232E is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 46 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.47 |
| HSL | 353.4º | 0.59% | 0.33% | - |
| HSV(B) | 353.4º | 0.74% | 0.53% | - |
| XYZ | 11.09 | 6.55 | 3.26 | - |
| YUV | 66.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 46 | 0 | 0.74 | 0.66 | 0.47 | 353.4 | 0.59 | 0.33 |
| Hex | 87 | 23 | 2E | 0 | 4A | 42 | 2F | 161 | 3B | 21 |
| Octal | 207 | 43 | 56 | 0 | 112 | 102 | 57 | 541 | 73 | 41 |
| Binary | 10000111 | 100011 | 101110 | 0 | 1001010 | 1000010 | 101111 | 101100001 | 111011 | 100001 |
Color Harmonies of #87232E
Complementary color
Monochromatic Colors of #87232E
Black with #87232E
Text Example
Text Example
White with #87232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87232E; }
p { color: rgb(135,35,46); }
H1.HeaderClassName
{
color: #87232E;
}
.AnyTagClassName
{
color: #87232E;
}
</style>
background-color css
<style>
a { background-color: #87232E; }
a { background-color: rgb(135,35,46); }
div.DivClassName
{
background-color: #87232E;
}
.BgClassName
{
background-color: #87232E;
}
</style>
border-color css
<style>
span { border-color: #87232E; }
span { border-color: rgb(135,35,46); }
td.TdClassName
{
border-color: #87232E;
}
.TagClassName
{
border-color: #87232E;
}
</style>