Shades of Flame Red #86151C
Tints of Flame Red #86151C
RGB
CMYK
RGB Variations
Color information
#86151C (or 0x86151C) is known color: Flame Red. HEX triplet: 86, 15 and 1C. RGB value is (134,21,28). Sum of RGB (Red+Green+Blue) = 134+21+28=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86151C is #79EAE3. Grayscale: #373737. Windows color (decimal): -7989988 or 1840518. OLE color: 1840518.
HSL color Cylindrical-coordinate representation of color #86151C: hue angle of 356.28º 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 #86151C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 28 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.47 |
| HSL | 356.28º | 0.73% | 0.3% | - |
| HSV(B) | 356.28º | 0.84% | 0.53% | - |
| XYZ | 10.31 | 5.69 | 1.65 | - |
| YUV | 55.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 28 | 0 | 0.84 | 0.79 | 0.47 | 356.28 | 0.73 | 0.3 |
| Hex | 86 | 15 | 1C | 0 | 54 | 4F | 2F | 164 | 49 | 1E |
| Octal | 206 | 25 | 34 | 0 | 124 | 117 | 57 | 544 | 111 | 36 |
| Binary | 10000110 | 10101 | 11100 | 0 | 1010100 | 1001111 | 101111 | 101100100 | 1001001 | 11110 |
Color Harmonies of #86151C
Complementary color
Monochromatic Colors of #86151C
Black with #86151C
Text Example
Text Example
White with #86151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86151C; }
p { color: rgb(134,21,28); }
H1.HeaderClassName
{
color: #86151C;
}
.AnyTagClassName
{
color: #86151C;
}
</style>
background-color css
<style>
a { background-color: #86151C; }
a { background-color: rgb(134,21,28); }
div.DivClassName
{
background-color: #86151C;
}
.BgClassName
{
background-color: #86151C;
}
</style>
border-color css
<style>
span { border-color: #86151C; }
span { border-color: rgb(134,21,28); }
td.TdClassName
{
border-color: #86151C;
}
.TagClassName
{
border-color: #86151C;
}
</style>