Shades of Flame Red #85222B
Tints of Flame Red #85222B
RGB
CMYK
RGB Variations
Color information
#85222B (or 0x85222B) is known color: Flame Red. HEX triplet: 85, 22 and 2B. RGB value is (133,34,43). Sum of RGB (Red+Green+Blue) = 133+34+43=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85222B is #7ADDD4. Grayscale: #404040. Windows color (decimal): -8052181 or 2826885. OLE color: 2826885.
HSL color Cylindrical-coordinate representation of color #85222B: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85222B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 43 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.48 |
| HSL | 354.55º | 0.59% | 0.33% | - |
| HSV(B) | 354.55º | 0.74% | 0.52% | - |
| XYZ | 10.68 | 6.31 | 2.94 | - |
| YUV | 64.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 43 | 0 | 0.74 | 0.68 | 0.48 | 354.55 | 0.59 | 0.33 |
| Hex | 85 | 22 | 2B | 0 | 4A | 44 | 30 | 163 | 3B | 21 |
| Octal | 205 | 42 | 53 | 0 | 112 | 104 | 60 | 543 | 73 | 41 |
| Binary | 10000101 | 100010 | 101011 | 0 | 1001010 | 1000100 | 110000 | 101100011 | 111011 | 100001 |
Color Harmonies of #85222B
Complementary color
Monochromatic Colors of #85222B
Black with #85222B
Text Example
Text Example
White with #85222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85222B; }
p { color: rgb(133,34,43); }
H1.HeaderClassName
{
color: #85222B;
}
.AnyTagClassName
{
color: #85222B;
}
</style>
background-color css
<style>
a { background-color: #85222B; }
a { background-color: rgb(133,34,43); }
div.DivClassName
{
background-color: #85222B;
}
.BgClassName
{
background-color: #85222B;
}
</style>
border-color css
<style>
span { border-color: #85222B; }
span { border-color: rgb(133,34,43); }
td.TdClassName
{
border-color: #85222B;
}
.TagClassName
{
border-color: #85222B;
}
</style>