Shades of Flame Red #85232C
Tints of Flame Red #85232C
RGB
CMYK
RGB Variations
Color information
#85232C (or 0x85232C) is known color: Flame Red. HEX triplet: 85, 23 and 2C. RGB value is (133,35,44). Sum of RGB (Red+Green+Blue) = 133+35+44=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85232C is #7ADCD3. Grayscale: #414141. Windows color (decimal): -8051924 or 2892677. OLE color: 2892677.
HSL color Cylindrical-coordinate representation of color #85232C: hue angle of 354.49º 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 #85232C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 44 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.48 |
| HSL | 354.49º | 0.58% | 0.33% | - |
| HSV(B) | 354.49º | 0.74% | 0.52% | - |
| XYZ | 10.73 | 6.37 | 3.05 | - |
| YUV | 65.33 | 115.97 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 44 | 0 | 0.74 | 0.67 | 0.48 | 354.49 | 0.58 | 0.33 |
| Hex | 85 | 23 | 2C | 0 | 4A | 43 | 30 | 162 | 3A | 21 |
| Octal | 205 | 43 | 54 | 0 | 112 | 103 | 60 | 542 | 72 | 41 |
| Binary | 10000101 | 100011 | 101100 | 0 | 1001010 | 1000011 | 110000 | 101100010 | 111010 | 100001 |
Color Harmonies of #85232C
Complementary color
Monochromatic Colors of #85232C
Black with #85232C
Text Example
Text Example
White with #85232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85232C; }
p { color: rgb(133,35,44); }
H1.HeaderClassName
{
color: #85232C;
}
.AnyTagClassName
{
color: #85232C;
}
</style>
background-color css
<style>
a { background-color: #85232C; }
a { background-color: rgb(133,35,44); }
div.DivClassName
{
background-color: #85232C;
}
.BgClassName
{
background-color: #85232C;
}
</style>
border-color css
<style>
span { border-color: #85232C; }
span { border-color: rgb(133,35,44); }
td.TdClassName
{
border-color: #85232C;
}
.TagClassName
{
border-color: #85232C;
}
</style>