Shades of Flame Red #85161E
Tints of Flame Red #85161E
RGB
CMYK
RGB Variations
Color information
#85161E (or 0x85161E) is known color: Flame Red. HEX triplet: 85, 16 and 1E. RGB value is (133,22,30). Sum of RGB (Red+Green+Blue) = 133+22+30=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 30 (12.11% from 255 or 16.22% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #85161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85161E is #7AE9E1. Grayscale: #383838. Windows color (decimal): -8055266 or 1971845. OLE color: 1971845.
HSL color Cylindrical-coordinate representation of color #85161E: hue angle of 355.68º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85161E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 30 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.48 |
| HSL | 355.68º | 0.72% | 0.3% | - |
| HSV(B) | 355.68º | 0.83% | 0.52% | - |
| XYZ | 10.19 | 5.65 | 1.78 | - |
| YUV | 56.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 30 | 0 | 0.83 | 0.77 | 0.48 | 355.68 | 0.72 | 0.3 |
| Hex | 85 | 16 | 1E | 0 | 53 | 4D | 30 | 164 | 48 | 1E |
| Octal | 205 | 26 | 36 | 0 | 123 | 115 | 60 | 544 | 110 | 36 |
| Binary | 10000101 | 10110 | 11110 | 0 | 1010011 | 1001101 | 110000 | 101100100 | 1001000 | 11110 |
Color Harmonies of #85161E
Complementary color
Monochromatic Colors of #85161E
Black with #85161E
Text Example
Text Example
White with #85161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85161E; }
p { color: rgb(133,22,30); }
H1.HeaderClassName
{
color: #85161E;
}
.AnyTagClassName
{
color: #85161E;
}
</style>
background-color css
<style>
a { background-color: #85161E; }
a { background-color: rgb(133,22,30); }
div.DivClassName
{
background-color: #85161E;
}
.BgClassName
{
background-color: #85161E;
}
</style>
border-color css
<style>
span { border-color: #85161E; }
span { border-color: rgb(133,22,30); }
td.TdClassName
{
border-color: #85161E;
}
.TagClassName
{
border-color: #85161E;
}
</style>