Shades of Flame Red #86191E
Tints of Flame Red #86191E
RGB
CMYK
RGB Variations
Color information
#86191E (or 0x86191E) is known color: Flame Red. HEX triplet: 86, 19 and 1E. RGB value is (134,25,30). Sum of RGB (Red+Green+Blue) = 134+25+30=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86191E is #79E6E1. Grayscale: #3A3A3A. Windows color (decimal): -7988962 or 1972614. OLE color: 1972614.
HSL color Cylindrical-coordinate representation of color #86191E: hue angle of 357.25º 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 #86191E is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 25 | 30 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.47 |
| HSL | 357.25º | 0.69% | 0.31% | - |
| HSV(B) | 357.25º | 0.81% | 0.53% | - |
| XYZ | 10.41 | 5.86 | 1.81 | - |
| YUV | 58.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 30 | 0 | 0.81 | 0.78 | 0.47 | 357.25 | 0.69 | 0.31 |
| Hex | 86 | 19 | 1E | 0 | 51 | 4E | 2F | 165 | 45 | 1F |
| Octal | 206 | 31 | 36 | 0 | 121 | 116 | 57 | 545 | 105 | 37 |
| Binary | 10000110 | 11001 | 11110 | 0 | 1010001 | 1001110 | 101111 | 101100101 | 1000101 | 11111 |
Color Harmonies of #86191E
Complementary color
Monochromatic Colors of #86191E
Black with #86191E
Text Example
Text Example
White with #86191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86191E; }
p { color: rgb(134,25,30); }
H1.HeaderClassName
{
color: #86191E;
}
.AnyTagClassName
{
color: #86191E;
}
</style>
background-color css
<style>
a { background-color: #86191E; }
a { background-color: rgb(134,25,30); }
div.DivClassName
{
background-color: #86191E;
}
.BgClassName
{
background-color: #86191E;
}
</style>
border-color css
<style>
span { border-color: #86191E; }
span { border-color: rgb(134,25,30); }
td.TdClassName
{
border-color: #86191E;
}
.TagClassName
{
border-color: #86191E;
}
</style>