Shades of Flame Red #85292B
Tints of Flame Red #85292B
RGB
CMYK
RGB Variations
Color information
#85292B (or 0x85292B) is known color: Flame Red. HEX triplet: 85, 29 and 2B. RGB value is (133,41,43). Sum of RGB (Red+Green+Blue) = 133+41+43=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85292B is #7AD6D4. Grayscale: #444444. Windows color (decimal): -8050389 or 2828677. OLE color: 2828677.
HSL color Cylindrical-coordinate representation of color #85292B: hue angle of 358.7º 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 #85292B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 41 | 43 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.48 |
| HSL | 358.7º | 0.53% | 0.34% | - |
| HSV(B) | 358.7º | 0.69% | 0.52% | - |
| XYZ | 10.9 | 6.75 | 3.01 | - |
| YUV | 68.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 41 | 43 | 0 | 0.69 | 0.68 | 0.48 | 358.7 | 0.53 | 0.34 |
| Hex | 85 | 29 | 2B | 0 | 45 | 44 | 30 | 167 | 35 | 22 |
| Octal | 205 | 51 | 53 | 0 | 105 | 104 | 60 | 547 | 65 | 42 |
| Binary | 10000101 | 101001 | 101011 | 0 | 1000101 | 1000100 | 110000 | 101100111 | 110101 | 100010 |
Color Harmonies of #85292B
Complementary color
Monochromatic Colors of #85292B
Black with #85292B
Text Example
Text Example
White with #85292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85292B; }
p { color: rgb(133,41,43); }
H1.HeaderClassName
{
color: #85292B;
}
.AnyTagClassName
{
color: #85292B;
}
</style>
background-color css
<style>
a { background-color: #85292B; }
a { background-color: rgb(133,41,43); }
div.DivClassName
{
background-color: #85292B;
}
.BgClassName
{
background-color: #85292B;
}
</style>
border-color css
<style>
span { border-color: #85292B; }
span { border-color: rgb(133,41,43); }
td.TdClassName
{
border-color: #85292B;
}
.TagClassName
{
border-color: #85292B;
}
</style>