Shades of Flame Red #85232D
Tints of Flame Red #85232D
RGB
CMYK
RGB Variations
Color information
#85232D (or 0x85232D) is known color: Flame Red. HEX triplet: 85, 23 and 2D. RGB value is (133,35,45). Sum of RGB (Red+Green+Blue) = 133+35+45=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85232D is #7ADCD2. Grayscale: #414141. Windows color (decimal): -8051923 or 2958213. OLE color: 2958213.
HSL color Cylindrical-coordinate representation of color #85232D: hue angle of 353.88º 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 #85232D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 45 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.48 |
| HSL | 353.88º | 0.58% | 0.33% | - |
| HSV(B) | 353.88º | 0.74% | 0.52% | - |
| XYZ | 10.75 | 6.38 | 3.15 | - |
| YUV | 65.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 45 | 0 | 0.74 | 0.66 | 0.48 | 353.88 | 0.58 | 0.33 |
| Hex | 85 | 23 | 2D | 0 | 4A | 42 | 30 | 162 | 3A | 21 |
| Octal | 205 | 43 | 55 | 0 | 112 | 102 | 60 | 542 | 72 | 41 |
| Binary | 10000101 | 100011 | 101101 | 0 | 1001010 | 1000010 | 110000 | 101100010 | 111010 | 100001 |
Color Harmonies of #85232D
Complementary color
Monochromatic Colors of #85232D
Black with #85232D
Text Example
Text Example
White with #85232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85232D; }
p { color: rgb(133,35,45); }
H1.HeaderClassName
{
color: #85232D;
}
.AnyTagClassName
{
color: #85232D;
}
</style>
background-color css
<style>
a { background-color: #85232D; }
a { background-color: rgb(133,35,45); }
div.DivClassName
{
background-color: #85232D;
}
.BgClassName
{
background-color: #85232D;
}
</style>
border-color css
<style>
span { border-color: #85232D; }
span { border-color: rgb(133,35,45); }
td.TdClassName
{
border-color: #85232D;
}
.TagClassName
{
border-color: #85232D;
}
</style>