Shades of Flame Red #86151D
Tints of Flame Red #86151D
RGB
CMYK
RGB Variations
Color information
#86151D (or 0x86151D) is known color: Flame Red. HEX triplet: 86, 15 and 1D. RGB value is (134,21,29). Sum of RGB (Red+Green+Blue) = 134+21+29=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86151D is #79EAE2. Grayscale: #373737. Windows color (decimal): -7989987 or 1906054. OLE color: 1906054.
HSL color Cylindrical-coordinate representation of color #86151D: hue angle of 355.75º 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 #86151D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 29 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.47 |
| HSL | 355.75º | 0.73% | 0.3% | - |
| HSV(B) | 355.75º | 0.84% | 0.53% | - |
| XYZ | 10.32 | 5.69 | 1.72 | - |
| YUV | 55.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 29 | 0 | 0.84 | 0.78 | 0.47 | 355.75 | 0.73 | 0.3 |
| Hex | 86 | 15 | 1D | 0 | 54 | 4E | 2F | 164 | 49 | 1E |
| Octal | 206 | 25 | 35 | 0 | 124 | 116 | 57 | 544 | 111 | 36 |
| Binary | 10000110 | 10101 | 11101 | 0 | 1010100 | 1001110 | 101111 | 101100100 | 1001001 | 11110 |
Color Harmonies of #86151D
Complementary color
Monochromatic Colors of #86151D
Black with #86151D
Text Example
Text Example
White with #86151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86151D; }
p { color: rgb(134,21,29); }
H1.HeaderClassName
{
color: #86151D;
}
.AnyTagClassName
{
color: #86151D;
}
</style>
background-color css
<style>
a { background-color: #86151D; }
a { background-color: rgb(134,21,29); }
div.DivClassName
{
background-color: #86151D;
}
.BgClassName
{
background-color: #86151D;
}
</style>
border-color css
<style>
span { border-color: #86151D; }
span { border-color: rgb(134,21,29); }
td.TdClassName
{
border-color: #86151D;
}
.TagClassName
{
border-color: #86151D;
}
</style>