Shades of Flame Red #85171C
Tints of Flame Red #85171C
RGB
CMYK
RGB Variations
Color information
#85171C (or 0x85171C) is known color: Flame Red. HEX triplet: 85, 17 and 1C. RGB value is (133,23,28). Sum of RGB (Red+Green+Blue) = 133+23+28=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85171C is #7AE8E3. Grayscale: #383838. Windows color (decimal): -8055012 or 1841029. OLE color: 1841029.
HSL color Cylindrical-coordinate representation of color #85171C: hue angle of 357.27º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85171C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 28 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.48 |
| HSL | 357.27º | 0.71% | 0.31% | - |
| HSV(B) | 357.27º | 0.83% | 0.52% | - |
| XYZ | 10.19 | 5.68 | 1.66 | - |
| YUV | 56.46 | 111.94 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 28 | 0 | 0.83 | 0.79 | 0.48 | 357.27 | 0.71 | 0.31 |
| Hex | 85 | 17 | 1C | 0 | 53 | 4F | 30 | 165 | 47 | 1F |
| Octal | 205 | 27 | 34 | 0 | 123 | 117 | 60 | 545 | 107 | 37 |
| Binary | 10000101 | 10111 | 11100 | 0 | 1010011 | 1001111 | 110000 | 101100101 | 1000111 | 11111 |
Color Harmonies of #85171C
Complementary color
Monochromatic Colors of #85171C
Black with #85171C
Text Example
Text Example
White with #85171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85171C; }
p { color: rgb(133,23,28); }
H1.HeaderClassName
{
color: #85171C;
}
.AnyTagClassName
{
color: #85171C;
}
</style>
background-color css
<style>
a { background-color: #85171C; }
a { background-color: rgb(133,23,28); }
div.DivClassName
{
background-color: #85171C;
}
.BgClassName
{
background-color: #85171C;
}
</style>
border-color css
<style>
span { border-color: #85171C; }
span { border-color: rgb(133,23,28); }
td.TdClassName
{
border-color: #85171C;
}
.TagClassName
{
border-color: #85171C;
}
</style>