Shades of Flame Red #852022
Tints of Flame Red #852022
RGB
CMYK
RGB Variations
Color information
#852022 (or 0x852022) is known color: Flame Red. HEX triplet: 85, 20 and 22. RGB value is (133,32,34). Sum of RGB (Red+Green+Blue) = 133+32+34=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #852022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852022 is #7ADFDD. Grayscale: #3E3E3E. Windows color (decimal): -8052702 or 2236549. OLE color: 2236549.
HSL color Cylindrical-coordinate representation of color #852022: hue angle of 358.81º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852022 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 34 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.48 |
| HSL | 358.81º | 0.61% | 0.32% | - |
| HSV(B) | 358.81º | 0.76% | 0.52% | - |
| XYZ | 10.48 | 6.14 | 2.15 | - |
| YUV | 62.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 34 | 0 | 0.76 | 0.74 | 0.48 | 358.81 | 0.61 | 0.32 |
| Hex | 85 | 20 | 22 | 0 | 4C | 4A | 30 | 167 | 3D | 20 |
| Octal | 205 | 40 | 42 | 0 | 114 | 112 | 60 | 547 | 75 | 40 |
| Binary | 10000101 | 100000 | 100010 | 0 | 1001100 | 1001010 | 110000 | 101100111 | 111101 | 100000 |
Color Harmonies of #852022
Complementary color
Monochromatic Colors of #852022
Black with #852022
Text Example
Text Example
White with #852022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852022; }
p { color: rgb(133,32,34); }
H1.HeaderClassName
{
color: #852022;
}
.AnyTagClassName
{
color: #852022;
}
</style>
background-color css
<style>
a { background-color: #852022; }
a { background-color: rgb(133,32,34); }
div.DivClassName
{
background-color: #852022;
}
.BgClassName
{
background-color: #852022;
}
</style>
border-color css
<style>
span { border-color: #852022; }
span { border-color: rgb(133,32,34); }
td.TdClassName
{
border-color: #852022;
}
.TagClassName
{
border-color: #852022;
}
</style>