Shades of Flame Red #85161D
Tints of Flame Red #85161D
RGB
CMYK
RGB Variations
Color information
#85161D (or 0x85161D) is known color: Flame Red. HEX triplet: 85, 16 and 1D. RGB value is (133,22,29). Sum of RGB (Red+Green+Blue) = 133+22+29=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85161D is #7AE9E2. Grayscale: #383838. Windows color (decimal): -8055267 or 1906309. OLE color: 1906309.
HSL color Cylindrical-coordinate representation of color #85161D: hue angle of 356.22º 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 #85161D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 29 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.48 |
| HSL | 356.22º | 0.72% | 0.3% | - |
| HSV(B) | 356.22º | 0.83% | 0.52% | - |
| XYZ | 10.18 | 5.65 | 1.72 | - |
| YUV | 55.99 | 112.77 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 29 | 0 | 0.83 | 0.78 | 0.48 | 356.22 | 0.72 | 0.3 |
| Hex | 85 | 16 | 1D | 0 | 53 | 4E | 30 | 164 | 48 | 1E |
| Octal | 205 | 26 | 35 | 0 | 123 | 116 | 60 | 544 | 110 | 36 |
| Binary | 10000101 | 10110 | 11101 | 0 | 1010011 | 1001110 | 110000 | 101100100 | 1001000 | 11110 |
Color Harmonies of #85161D
Complementary color
Monochromatic Colors of #85161D
Black with #85161D
Text Example
Text Example
White with #85161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85161D; }
p { color: rgb(133,22,29); }
H1.HeaderClassName
{
color: #85161D;
}
.AnyTagClassName
{
color: #85161D;
}
</style>
background-color css
<style>
a { background-color: #85161D; }
a { background-color: rgb(133,22,29); }
div.DivClassName
{
background-color: #85161D;
}
.BgClassName
{
background-color: #85161D;
}
</style>
border-color css
<style>
span { border-color: #85161D; }
span { border-color: rgb(133,22,29); }
td.TdClassName
{
border-color: #85161D;
}
.TagClassName
{
border-color: #85161D;
}
</style>