Shades of Flame Red #86161D
Tints of Flame Red #86161D
RGB
CMYK
RGB Variations
Color information
#86161D (or 0x86161D) is known color: Flame Red. HEX triplet: 86, 16 and 1D. RGB value is (134,22,29). Sum of RGB (Red+Green+Blue) = 134+22+29=185 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.43% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 134 - color contains mainly: red. Hex color #86161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86161D is #79E9E2. Grayscale: #383838. Windows color (decimal): -7989731 or 1906310. OLE color: 1906310.
HSL color Cylindrical-coordinate representation of color #86161D: hue angle of 356.25º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86161D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 29 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.47 |
| HSL | 356.25º | 0.72% | 0.31% | - |
| HSV(B) | 356.25º | 0.84% | 0.53% | - |
| XYZ | 10.34 | 5.73 | 1.72 | - |
| YUV | 56.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 29 | 0 | 0.84 | 0.78 | 0.47 | 356.25 | 0.72 | 0.31 |
| Hex | 86 | 16 | 1D | 0 | 54 | 4E | 2F | 164 | 48 | 1F |
| Octal | 206 | 26 | 35 | 0 | 124 | 116 | 57 | 544 | 110 | 37 |
| Binary | 10000110 | 10110 | 11101 | 0 | 1010100 | 1001110 | 101111 | 101100100 | 1001000 | 11111 |
Color Harmonies of #86161D
Complementary color
Monochromatic Colors of #86161D
Black with #86161D
Text Example
Text Example
White with #86161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86161D; }
p { color: rgb(134,22,29); }
H1.HeaderClassName
{
color: #86161D;
}
.AnyTagClassName
{
color: #86161D;
}
</style>
background-color css
<style>
a { background-color: #86161D; }
a { background-color: rgb(134,22,29); }
div.DivClassName
{
background-color: #86161D;
}
.BgClassName
{
background-color: #86161D;
}
</style>
border-color css
<style>
span { border-color: #86161D; }
span { border-color: rgb(134,22,29); }
td.TdClassName
{
border-color: #86161D;
}
.TagClassName
{
border-color: #86161D;
}
</style>