Shades of Flame Red #871920
Tints of Flame Red #871920
RGB
CMYK
RGB Variations
Color information
#871920 (or 0x871920) is known color: Flame Red. HEX triplet: 87, 19 and 20. RGB value is (135,25,32). Sum of RGB (Red+Green+Blue) = 135+25+32=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #871920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871920 is #78E6DF. Grayscale: #3A3A3A. Windows color (decimal): -7923424 or 2103687. OLE color: 2103687.
HSL color Cylindrical-coordinate representation of color #871920: hue angle of 356.18º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871920 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 32 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.47 |
| HSL | 356.18º | 0.69% | 0.31% | - |
| HSV(B) | 356.18º | 0.81% | 0.53% | - |
| XYZ | 10.6 | 5.95 | 1.96 | - |
| YUV | 58.69 | 112.94 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 32 | 0 | 0.81 | 0.76 | 0.47 | 356.18 | 0.69 | 0.31 |
| Hex | 87 | 19 | 20 | 0 | 51 | 4C | 2F | 164 | 45 | 1F |
| Octal | 207 | 31 | 40 | 0 | 121 | 114 | 57 | 544 | 105 | 37 |
| Binary | 10000111 | 11001 | 100000 | 0 | 1010001 | 1001100 | 101111 | 101100100 | 1000101 | 11111 |
Color Harmonies of #871920
Complementary color
Monochromatic Colors of #871920
Black with #871920
Text Example
Text Example
White with #871920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871920; }
p { color: rgb(135,25,32); }
H1.HeaderClassName
{
color: #871920;
}
.AnyTagClassName
{
color: #871920;
}
</style>
background-color css
<style>
a { background-color: #871920; }
a { background-color: rgb(135,25,32); }
div.DivClassName
{
background-color: #871920;
}
.BgClassName
{
background-color: #871920;
}
</style>
border-color css
<style>
span { border-color: #871920; }
span { border-color: rgb(135,25,32); }
td.TdClassName
{
border-color: #871920;
}
.TagClassName
{
border-color: #871920;
}
</style>