Shades of Flame Red #86181D
Tints of Flame Red #86181D
RGB
CMYK
RGB Variations
Color information
#86181D (or 0x86181D) is known color: Flame Red. HEX triplet: 86, 18 and 1D. RGB value is (134,24,29). Sum of RGB (Red+Green+Blue) = 134+24+29=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86181D is #79E7E2. Grayscale: #393939. Windows color (decimal): -7989219 or 1906822. OLE color: 1906822.
HSL color Cylindrical-coordinate representation of color #86181D: hue angle of 357.27º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86181D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 24 | 29 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.47 |
| HSL | 357.27º | 0.7% | 0.31% | - |
| HSV(B) | 357.27º | 0.82% | 0.53% | - |
| XYZ | 10.38 | 5.81 | 1.74 | - |
| YUV | 57.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 24 | 29 | 0 | 0.82 | 0.78 | 0.47 | 357.27 | 0.7 | 0.31 |
| Hex | 86 | 18 | 1D | 0 | 52 | 4E | 2F | 165 | 46 | 1F |
| Octal | 206 | 30 | 35 | 0 | 122 | 116 | 57 | 545 | 106 | 37 |
| Binary | 10000110 | 11000 | 11101 | 0 | 1010010 | 1001110 | 101111 | 101100101 | 1000110 | 11111 |
Color Harmonies of #86181D
Complementary color
Monochromatic Colors of #86181D
Black with #86181D
Text Example
Text Example
White with #86181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86181D; }
p { color: rgb(134,24,29); }
H1.HeaderClassName
{
color: #86181D;
}
.AnyTagClassName
{
color: #86181D;
}
</style>
background-color css
<style>
a { background-color: #86181D; }
a { background-color: rgb(134,24,29); }
div.DivClassName
{
background-color: #86181D;
}
.BgClassName
{
background-color: #86181D;
}
</style>
border-color css
<style>
span { border-color: #86181D; }
span { border-color: rgb(134,24,29); }
td.TdClassName
{
border-color: #86181D;
}
.TagClassName
{
border-color: #86181D;
}
</style>