Shades of Flame Red #85232E
Tints of Flame Red #85232E
RGB
CMYK
RGB Variations
Color information
#85232E (or 0x85232E) is known color: Flame Red. HEX triplet: 85, 23 and 2E. RGB value is (133,35,46). Sum of RGB (Red+Green+Blue) = 133+35+46=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85232E is #7ADCD1. Grayscale: #414141. Windows color (decimal): -8051922 or 3023749. OLE color: 3023749.
HSL color Cylindrical-coordinate representation of color #85232E: hue angle of 353.27º degrees, saturation: 0.58, 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 #85232E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 46 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.48 |
| HSL | 353.27º | 0.58% | 0.33% | - |
| HSV(B) | 353.27º | 0.74% | 0.52% | - |
| XYZ | 10.77 | 6.39 | 3.25 | - |
| YUV | 65.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 46 | 0 | 0.74 | 0.65 | 0.48 | 353.27 | 0.58 | 0.33 |
| Hex | 85 | 23 | 2E | 0 | 4A | 41 | 30 | 161 | 3A | 21 |
| Octal | 205 | 43 | 56 | 0 | 112 | 101 | 60 | 541 | 72 | 41 |
| Binary | 10000101 | 100011 | 101110 | 0 | 1001010 | 1000001 | 110000 | 101100001 | 111010 | 100001 |
Color Harmonies of #85232E
Complementary color
Monochromatic Colors of #85232E
Black with #85232E
Text Example
Text Example
White with #85232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85232E; }
p { color: rgb(133,35,46); }
H1.HeaderClassName
{
color: #85232E;
}
.AnyTagClassName
{
color: #85232E;
}
</style>
background-color css
<style>
a { background-color: #85232E; }
a { background-color: rgb(133,35,46); }
div.DivClassName
{
background-color: #85232E;
}
.BgClassName
{
background-color: #85232E;
}
</style>
border-color css
<style>
span { border-color: #85232E; }
span { border-color: rgb(133,35,46); }
td.TdClassName
{
border-color: #85232E;
}
.TagClassName
{
border-color: #85232E;
}
</style>