Shades of Flame Red #85292C
Tints of Flame Red #85292C
RGB
CMYK
RGB Variations
Color information
#85292C (or 0x85292C) is known color: Flame Red. HEX triplet: 85, 29 and 2C. RGB value is (133,41,44). Sum of RGB (Red+Green+Blue) = 133+41+44=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85292C is #7AD6D3. Grayscale: #444444. Windows color (decimal): -8050388 or 2894213. OLE color: 2894213.
HSL color Cylindrical-coordinate representation of color #85292C: hue angle of 358.04º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85292C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 44 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.48 |
| HSL | 358.04º | 0.53% | 0.34% | - |
| HSV(B) | 358.04º | 0.69% | 0.52% | - |
| XYZ | 10.92 | 6.75 | 3.11 | - |
| YUV | 68.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 44 | 0 | 0.69 | 0.67 | 0.48 | 358.04 | 0.53 | 0.34 |
| Hex | 85 | 29 | 2C | 0 | 45 | 43 | 30 | 166 | 35 | 22 |
| Octal | 205 | 51 | 54 | 0 | 105 | 103 | 60 | 546 | 65 | 42 |
| Binary | 10000101 | 101001 | 101100 | 0 | 1000101 | 1000011 | 110000 | 101100110 | 110101 | 100010 |
Color Harmonies of #85292C
Complementary color
Monochromatic Colors of #85292C
Black with #85292C
Text Example
Text Example
White with #85292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85292C; }
p { color: rgb(133,41,44); }
H1.HeaderClassName
{
color: #85292C;
}
.AnyTagClassName
{
color: #85292C;
}
</style>
background-color css
<style>
a { background-color: #85292C; }
a { background-color: rgb(133,41,44); }
div.DivClassName
{
background-color: #85292C;
}
.BgClassName
{
background-color: #85292C;
}
</style>
border-color css
<style>
span { border-color: #85292C; }
span { border-color: rgb(133,41,44); }
td.TdClassName
{
border-color: #85292C;
}
.TagClassName
{
border-color: #85292C;
}
</style>