Shades of Flame Red #85202B
Tints of Flame Red #85202B
RGB
CMYK
RGB Variations
Color information
#85202B (or 0x85202B) is known color: Flame Red. HEX triplet: 85, 20 and 2B. RGB value is (133,32,43). Sum of RGB (Red+Green+Blue) = 133+32+43=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #85202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85202B is #7ADFD4. Grayscale: #3F3F3F. Windows color (decimal): -8052693 or 2826373. OLE color: 2826373.
HSL color Cylindrical-coordinate representation of color #85202B: hue angle of 353.47º 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 #85202B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 43 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.48 |
| HSL | 353.47º | 0.61% | 0.32% | - |
| HSV(B) | 353.47º | 0.76% | 0.52% | - |
| XYZ | 10.63 | 6.19 | 2.92 | - |
| YUV | 63.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 43 | 0 | 0.76 | 0.68 | 0.48 | 353.47 | 0.61 | 0.32 |
| Hex | 85 | 20 | 2B | 0 | 4C | 44 | 30 | 161 | 3D | 20 |
| Octal | 205 | 40 | 53 | 0 | 114 | 104 | 60 | 541 | 75 | 40 |
| Binary | 10000101 | 100000 | 101011 | 0 | 1001100 | 1000100 | 110000 | 101100001 | 111101 | 100000 |
Color Harmonies of #85202B
Complementary color
Monochromatic Colors of #85202B
Black with #85202B
Text Example
Text Example
White with #85202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85202B; }
p { color: rgb(133,32,43); }
H1.HeaderClassName
{
color: #85202B;
}
.AnyTagClassName
{
color: #85202B;
}
</style>
background-color css
<style>
a { background-color: #85202B; }
a { background-color: rgb(133,32,43); }
div.DivClassName
{
background-color: #85202B;
}
.BgClassName
{
background-color: #85202B;
}
</style>
border-color css
<style>
span { border-color: #85202B; }
span { border-color: rgb(133,32,43); }
td.TdClassName
{
border-color: #85202B;
}
.TagClassName
{
border-color: #85202B;
}
</style>