Shades of Flame Red #85282D
Tints of Flame Red #85282D
RGB
CMYK
RGB Variations
Color information
#85282D (or 0x85282D) is known color: Flame Red. HEX triplet: 85, 28 and 2D. RGB value is (133,40,45). Sum of RGB (Red+Green+Blue) = 133+40+45=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #85282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85282D is #7AD7D2. Grayscale: #444444. Windows color (decimal): -8050643 or 2959493. OLE color: 2959493.
HSL color Cylindrical-coordinate representation of color #85282D: hue angle of 356.77º 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 #85282D is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 40 | 45 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.48 |
| HSL | 356.77º | 0.54% | 0.34% | - |
| HSV(B) | 356.77º | 0.7% | 0.52% | - |
| XYZ | 10.91 | 6.69 | 3.2 | - |
| YUV | 68.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 40 | 45 | 0 | 0.70 | 0.66 | 0.48 | 356.77 | 0.54 | 0.34 |
| Hex | 85 | 28 | 2D | 0 | 46 | 42 | 30 | 165 | 36 | 22 |
| Octal | 205 | 50 | 55 | 0 | 106 | 102 | 60 | 545 | 66 | 42 |
| Binary | 10000101 | 101000 | 101101 | 0 | 1000110 | 1000010 | 110000 | 101100101 | 110110 | 100010 |
Color Harmonies of #85282D
Complementary color
Monochromatic Colors of #85282D
Black with #85282D
Text Example
Text Example
White with #85282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85282D; }
p { color: rgb(133,40,45); }
H1.HeaderClassName
{
color: #85282D;
}
.AnyTagClassName
{
color: #85282D;
}
</style>
background-color css
<style>
a { background-color: #85282D; }
a { background-color: rgb(133,40,45); }
div.DivClassName
{
background-color: #85282D;
}
.BgClassName
{
background-color: #85282D;
}
</style>
border-color css
<style>
span { border-color: #85282D; }
span { border-color: rgb(133,40,45); }
td.TdClassName
{
border-color: #85282D;
}
.TagClassName
{
border-color: #85282D;
}
</style>