Shades of Flame Red #85212D
Tints of Flame Red #85212D
RGB
CMYK
RGB Variations
Color information
#85212D (or 0x85212D) is known color: Flame Red. HEX triplet: 85, 21 and 2D. RGB value is (133,33,45). Sum of RGB (Red+Green+Blue) = 133+33+45=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85212D is #7ADED2. Grayscale: #404040. Windows color (decimal): -8052435 or 2957701. OLE color: 2957701.
HSL color Cylindrical-coordinate representation of color #85212D: hue angle of 352.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85212D is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 45 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.48 |
| HSL | 352.8º | 0.6% | 0.33% | - |
| HSV(B) | 352.8º | 0.75% | 0.52% | - |
| XYZ | 10.69 | 6.26 | 3.13 | - |
| YUV | 64.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 45 | 0 | 0.75 | 0.66 | 0.48 | 352.8 | 0.6 | 0.33 |
| Hex | 85 | 21 | 2D | 0 | 4B | 42 | 30 | 161 | 3C | 21 |
| Octal | 205 | 41 | 55 | 0 | 113 | 102 | 60 | 541 | 74 | 41 |
| Binary | 10000101 | 100001 | 101101 | 0 | 1001011 | 1000010 | 110000 | 101100001 | 111100 | 100001 |
Color Harmonies of #85212D
Complementary color
Monochromatic Colors of #85212D
Black with #85212D
Text Example
Text Example
White with #85212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85212D; }
p { color: rgb(133,33,45); }
H1.HeaderClassName
{
color: #85212D;
}
.AnyTagClassName
{
color: #85212D;
}
</style>
background-color css
<style>
a { background-color: #85212D; }
a { background-color: rgb(133,33,45); }
div.DivClassName
{
background-color: #85212D;
}
.BgClassName
{
background-color: #85212D;
}
</style>
border-color css
<style>
span { border-color: #85212D; }
span { border-color: rgb(133,33,45); }
td.TdClassName
{
border-color: #85212D;
}
.TagClassName
{
border-color: #85212D;
}
</style>