Shades of Flame Red #87202B
Tints of Flame Red #87202B
RGB
CMYK
RGB Variations
Color information
#87202B (or 0x87202B) is known color: Flame Red. HEX triplet: 87, 20 and 2B. RGB value is (135,32,43). Sum of RGB (Red+Green+Blue) = 135+32+43=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #87202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87202B is #78DFD4. Grayscale: #404040. Windows color (decimal): -7921621 or 2826375. OLE color: 2826375.
HSL color Cylindrical-coordinate representation of color #87202B: hue angle of 353.59º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87202B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 32 | 43 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.47 |
| HSL | 353.59º | 0.62% | 0.33% | - |
| HSV(B) | 353.59º | 0.76% | 0.53% | - |
| XYZ | 10.94 | 6.36 | 2.94 | - |
| YUV | 64.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 32 | 43 | 0 | 0.76 | 0.68 | 0.47 | 353.59 | 0.62 | 0.33 |
| Hex | 87 | 20 | 2B | 0 | 4C | 44 | 2F | 162 | 3E | 21 |
| Octal | 207 | 40 | 53 | 0 | 114 | 104 | 57 | 542 | 76 | 41 |
| Binary | 10000111 | 100000 | 101011 | 0 | 1001100 | 1000100 | 101111 | 101100010 | 111110 | 100001 |
Color Harmonies of #87202B
Complementary color
Monochromatic Colors of #87202B
Black with #87202B
Text Example
Text Example
White with #87202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87202B; }
p { color: rgb(135,32,43); }
H1.HeaderClassName
{
color: #87202B;
}
.AnyTagClassName
{
color: #87202B;
}
</style>
background-color css
<style>
a { background-color: #87202B; }
a { background-color: rgb(135,32,43); }
div.DivClassName
{
background-color: #87202B;
}
.BgClassName
{
background-color: #87202B;
}
</style>
border-color css
<style>
span { border-color: #87202B; }
span { border-color: rgb(135,32,43); }
td.TdClassName
{
border-color: #87202B;
}
.TagClassName
{
border-color: #87202B;
}
</style>