Shades of Flame Red #87232D
Tints of Flame Red #87232D
RGB
CMYK
RGB Variations
Color information
#87232D (or 0x87232D) is known color: Flame Red. HEX triplet: 87, 23 and 2D. RGB value is (135,35,45). Sum of RGB (Red+Green+Blue) = 135+35+45=215 (28% of max value = 765). Red value is 135 (53.12% from 255 or 62.79% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 135 - color contains mainly: red. Hex color #87232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87232D is #78DCD2. Grayscale: #424242. Windows color (decimal): -7920851 or 2958215. OLE color: 2958215.
HSL color Cylindrical-coordinate representation of color #87232D: hue angle of 354º 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 #87232D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 45 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.47 |
| HSL | 354º | 0.59% | 0.33% | - |
| HSV(B) | 354º | 0.74% | 0.53% | - |
| XYZ | 11.07 | 6.54 | 3.16 | - |
| YUV | 66.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 45 | 0 | 0.74 | 0.67 | 0.47 | 354 | 0.59 | 0.33 |
| Hex | 87 | 23 | 2D | 0 | 4A | 43 | 2F | 162 | 3B | 21 |
| Octal | 207 | 43 | 55 | 0 | 112 | 103 | 57 | 542 | 73 | 41 |
| Binary | 10000111 | 100011 | 101101 | 0 | 1001010 | 1000011 | 101111 | 101100010 | 111011 | 100001 |
Color Harmonies of #87232D
Complementary color
Monochromatic Colors of #87232D
Black with #87232D
Text Example
Text Example
White with #87232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87232D; }
p { color: rgb(135,35,45); }
H1.HeaderClassName
{
color: #87232D;
}
.AnyTagClassName
{
color: #87232D;
}
</style>
background-color css
<style>
a { background-color: #87232D; }
a { background-color: rgb(135,35,45); }
div.DivClassName
{
background-color: #87232D;
}
.BgClassName
{
background-color: #87232D;
}
</style>
border-color css
<style>
span { border-color: #87232D; }
span { border-color: rgb(135,35,45); }
td.TdClassName
{
border-color: #87232D;
}
.TagClassName
{
border-color: #87232D;
}
</style>