Shades of Flame Red #85191E
Tints of Flame Red #85191E
RGB
CMYK
RGB Variations
Color information
#85191E (or 0x85191E) is known color: Flame Red. HEX triplet: 85, 19 and 1E. RGB value is (133,25,30). Sum of RGB (Red+Green+Blue) = 133+25+30=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #85191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85191E is #7AE6E1. Grayscale: #393939. Windows color (decimal): -8054498 or 1972613. OLE color: 1972613.
HSL color Cylindrical-coordinate representation of color #85191E: hue angle of 357.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85191E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 30 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.48 |
| HSL | 357.22º | 0.68% | 0.31% | - |
| HSV(B) | 357.22º | 0.81% | 0.52% | - |
| XYZ | 10.25 | 5.78 | 1.8 | - |
| YUV | 57.86 | 112.28 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 30 | 0 | 0.81 | 0.77 | 0.48 | 357.22 | 0.68 | 0.31 |
| Hex | 85 | 19 | 1E | 0 | 51 | 4D | 30 | 165 | 44 | 1F |
| Octal | 205 | 31 | 36 | 0 | 121 | 115 | 60 | 545 | 104 | 37 |
| Binary | 10000101 | 11001 | 11110 | 0 | 1010001 | 1001101 | 110000 | 101100101 | 1000100 | 11111 |
Color Harmonies of #85191E
Complementary color
Monochromatic Colors of #85191E
Black with #85191E
Text Example
Text Example
White with #85191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85191E; }
p { color: rgb(133,25,30); }
H1.HeaderClassName
{
color: #85191E;
}
.AnyTagClassName
{
color: #85191E;
}
</style>
background-color css
<style>
a { background-color: #85191E; }
a { background-color: rgb(133,25,30); }
div.DivClassName
{
background-color: #85191E;
}
.BgClassName
{
background-color: #85191E;
}
</style>
border-color css
<style>
span { border-color: #85191E; }
span { border-color: rgb(133,25,30); }
td.TdClassName
{
border-color: #85191E;
}
.TagClassName
{
border-color: #85191E;
}
</style>