Shades of Flame Red #85242C
Tints of Flame Red #85242C
RGB
CMYK
RGB Variations
Color information
#85242C (or 0x85242C) is known color: Flame Red. HEX triplet: 85, 24 and 2C. RGB value is (133,36,44). Sum of RGB (Red+Green+Blue) = 133+36+44=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85242C is #7ADBD3. Grayscale: #414141. Windows color (decimal): -8051668 or 2892933. OLE color: 2892933.
HSL color Cylindrical-coordinate representation of color #85242C: hue angle of 355.05º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85242C is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 44 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.48 |
| HSL | 355.05º | 0.57% | 0.33% | - |
| HSV(B) | 355.05º | 0.73% | 0.52% | - |
| XYZ | 10.76 | 6.43 | 3.06 | - |
| YUV | 65.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 44 | 0 | 0.73 | 0.67 | 0.48 | 355.05 | 0.57 | 0.33 |
| Hex | 85 | 24 | 2C | 0 | 49 | 43 | 30 | 163 | 39 | 21 |
| Octal | 205 | 44 | 54 | 0 | 111 | 103 | 60 | 543 | 71 | 41 |
| Binary | 10000101 | 100100 | 101100 | 0 | 1001001 | 1000011 | 110000 | 101100011 | 111001 | 100001 |
Color Harmonies of #85242C
Complementary color
Monochromatic Colors of #85242C
Black with #85242C
Text Example
Text Example
White with #85242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85242C; }
p { color: rgb(133,36,44); }
H1.HeaderClassName
{
color: #85242C;
}
.AnyTagClassName
{
color: #85242C;
}
</style>
background-color css
<style>
a { background-color: #85242C; }
a { background-color: rgb(133,36,44); }
div.DivClassName
{
background-color: #85242C;
}
.BgClassName
{
background-color: #85242C;
}
</style>
border-color css
<style>
span { border-color: #85242C; }
span { border-color: rgb(133,36,44); }
td.TdClassName
{
border-color: #85242C;
}
.TagClassName
{
border-color: #85242C;
}
</style>