Shades of Flame Red #861720
Tints of Flame Red #861720
RGB
CMYK
RGB Variations
Color information
#861720 (or 0x861720) is known color: Flame Red. HEX triplet: 86, 17 and 20. RGB value is (134,23,32). Sum of RGB (Red+Green+Blue) = 134+23+32=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #861720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861720 is #79E8DF. Grayscale: #393939. Windows color (decimal): -7989472 or 2103174. OLE color: 2103174.
HSL color Cylindrical-coordinate representation of color #861720: hue angle of 355.14º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861720 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 23 | 32 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.47 |
| HSL | 355.14º | 0.71% | 0.31% | - |
| HSV(B) | 355.14º | 0.83% | 0.53% | - |
| XYZ | 10.4 | 5.79 | 1.94 | - |
| YUV | 57.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 23 | 32 | 0 | 0.83 | 0.76 | 0.47 | 355.14 | 0.71 | 0.31 |
| Hex | 86 | 17 | 20 | 0 | 53 | 4C | 2F | 163 | 47 | 1F |
| Octal | 206 | 27 | 40 | 0 | 123 | 114 | 57 | 543 | 107 | 37 |
| Binary | 10000110 | 10111 | 100000 | 0 | 1010011 | 1001100 | 101111 | 101100011 | 1000111 | 11111 |
Color Harmonies of #861720
Complementary color
Monochromatic Colors of #861720
Black with #861720
Text Example
Text Example
White with #861720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861720; }
p { color: rgb(134,23,32); }
H1.HeaderClassName
{
color: #861720;
}
.AnyTagClassName
{
color: #861720;
}
</style>
background-color css
<style>
a { background-color: #861720; }
a { background-color: rgb(134,23,32); }
div.DivClassName
{
background-color: #861720;
}
.BgClassName
{
background-color: #861720;
}
</style>
border-color css
<style>
span { border-color: #861720; }
span { border-color: rgb(134,23,32); }
td.TdClassName
{
border-color: #861720;
}
.TagClassName
{
border-color: #861720;
}
</style>