Shades of Flame Red #85272C
Tints of Flame Red #85272C
RGB
CMYK
RGB Variations
Color information
#85272C (or 0x85272C) is known color: Flame Red. HEX triplet: 85, 27 and 2C. RGB value is (133,39,44). Sum of RGB (Red+Green+Blue) = 133+39+44=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85272C is #7AD8D3. Grayscale: #434343. Windows color (decimal): -8050900 or 2893701. OLE color: 2893701.
HSL color Cylindrical-coordinate representation of color #85272C: hue angle of 356.81º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85272C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 44 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.48 |
| HSL | 356.81º | 0.55% | 0.34% | - |
| HSV(B) | 356.81º | 0.71% | 0.52% | - |
| XYZ | 10.85 | 6.62 | 3.09 | - |
| YUV | 67.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 44 | 0 | 0.71 | 0.67 | 0.48 | 356.81 | 0.55 | 0.34 |
| Hex | 85 | 27 | 2C | 0 | 47 | 43 | 30 | 165 | 37 | 22 |
| Octal | 205 | 47 | 54 | 0 | 107 | 103 | 60 | 545 | 67 | 42 |
| Binary | 10000101 | 100111 | 101100 | 0 | 1000111 | 1000011 | 110000 | 101100101 | 110111 | 100010 |
Color Harmonies of #85272C
Complementary color
Monochromatic Colors of #85272C
Black with #85272C
Text Example
Text Example
White with #85272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85272C; }
p { color: rgb(133,39,44); }
H1.HeaderClassName
{
color: #85272C;
}
.AnyTagClassName
{
color: #85272C;
}
</style>
background-color css
<style>
a { background-color: #85272C; }
a { background-color: rgb(133,39,44); }
div.DivClassName
{
background-color: #85272C;
}
.BgClassName
{
background-color: #85272C;
}
</style>
border-color css
<style>
span { border-color: #85272C; }
span { border-color: rgb(133,39,44); }
td.TdClassName
{
border-color: #85272C;
}
.TagClassName
{
border-color: #85272C;
}
</style>