Shades of Flame Red #85282C
Tints of Flame Red #85282C
RGB
CMYK
RGB Variations
Color information
#85282C (or 0x85282C) is known color: Flame Red. HEX triplet: 85, 28 and 2C. RGB value is (133,40,44). Sum of RGB (Red+Green+Blue) = 133+40+44=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85282C is #7AD7D3. Grayscale: #444444. Windows color (decimal): -8050644 or 2893957. OLE color: 2893957.
HSL color Cylindrical-coordinate representation of color #85282C: hue angle of 357.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85282C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 44 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.48 |
| HSL | 357.42º | 0.54% | 0.34% | - |
| HSV(B) | 357.42º | 0.7% | 0.52% | - |
| XYZ | 10.89 | 6.69 | 3.1 | - |
| YUV | 68.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 44 | 0 | 0.70 | 0.67 | 0.48 | 357.42 | 0.54 | 0.34 |
| Hex | 85 | 28 | 2C | 0 | 46 | 43 | 30 | 165 | 36 | 22 |
| Octal | 205 | 50 | 54 | 0 | 106 | 103 | 60 | 545 | 66 | 42 |
| Binary | 10000101 | 101000 | 101100 | 0 | 1000110 | 1000011 | 110000 | 101100101 | 110110 | 100010 |
Color Harmonies of #85282C
Complementary color
Monochromatic Colors of #85282C
Black with #85282C
Text Example
Text Example
White with #85282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85282C; }
p { color: rgb(133,40,44); }
H1.HeaderClassName
{
color: #85282C;
}
.AnyTagClassName
{
color: #85282C;
}
</style>
background-color css
<style>
a { background-color: #85282C; }
a { background-color: rgb(133,40,44); }
div.DivClassName
{
background-color: #85282C;
}
.BgClassName
{
background-color: #85282C;
}
</style>
border-color css
<style>
span { border-color: #85282C; }
span { border-color: rgb(133,40,44); }
td.TdClassName
{
border-color: #85282C;
}
.TagClassName
{
border-color: #85282C;
}
</style>