Shades of Flame Red #861520
Tints of Flame Red #861520
RGB
CMYK
RGB Variations
Color information
#861520 (or 0x861520) is known color: Flame Red. HEX triplet: 86, 15 and 20. RGB value is (134,21,32). Sum of RGB (Red+Green+Blue) = 134+21+32=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861520 is #79EADF. Grayscale: #383838. Windows color (decimal): -7989984 or 2102662. OLE color: 2102662.
HSL color Cylindrical-coordinate representation of color #861520: hue angle of 354.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861520 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 32 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.47 |
| HSL | 354.16º | 0.73% | 0.3% | - |
| HSV(B) | 354.16º | 0.84% | 0.53% | - |
| XYZ | 10.36 | 5.71 | 1.92 | - |
| YUV | 56.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 32 | 0 | 0.84 | 0.76 | 0.47 | 354.16 | 0.73 | 0.3 |
| Hex | 86 | 15 | 20 | 0 | 54 | 4C | 2F | 162 | 49 | 1E |
| Octal | 206 | 25 | 40 | 0 | 124 | 114 | 57 | 542 | 111 | 36 |
| Binary | 10000110 | 10101 | 100000 | 0 | 1010100 | 1001100 | 101111 | 101100010 | 1001001 | 11110 |
Color Harmonies of #861520
Complementary color
Monochromatic Colors of #861520
Black with #861520
Text Example
Text Example
White with #861520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861520; }
p { color: rgb(134,21,32); }
H1.HeaderClassName
{
color: #861520;
}
.AnyTagClassName
{
color: #861520;
}
</style>
background-color css
<style>
a { background-color: #861520; }
a { background-color: rgb(134,21,32); }
div.DivClassName
{
background-color: #861520;
}
.BgClassName
{
background-color: #861520;
}
</style>
border-color css
<style>
span { border-color: #861520; }
span { border-color: rgb(134,21,32); }
td.TdClassName
{
border-color: #861520;
}
.TagClassName
{
border-color: #861520;
}
</style>