Shades of Flame Red #85272D
Tints of Flame Red #85272D
RGB
CMYK
RGB Variations
Color information
#85272D (or 0x85272D) is known color: Flame Red. HEX triplet: 85, 27 and 2D. RGB value is (133,39,45). Sum of RGB (Red+Green+Blue) = 133+39+45=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85272D is #7AD8D2. Grayscale: #434343. Windows color (decimal): -8050899 or 2959237. OLE color: 2959237.
HSL color Cylindrical-coordinate representation of color #85272D: hue angle of 356.17º 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 #85272D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 39 | 45 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.48 |
| HSL | 356.17º | 0.55% | 0.34% | - |
| HSV(B) | 356.17º | 0.71% | 0.52% | - |
| XYZ | 10.87 | 6.63 | 3.19 | - |
| YUV | 67.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 39 | 45 | 0 | 0.71 | 0.66 | 0.48 | 356.17 | 0.55 | 0.34 |
| Hex | 85 | 27 | 2D | 0 | 47 | 42 | 30 | 164 | 37 | 22 |
| Octal | 205 | 47 | 55 | 0 | 107 | 102 | 60 | 544 | 67 | 42 |
| Binary | 10000101 | 100111 | 101101 | 0 | 1000111 | 1000010 | 110000 | 101100100 | 110111 | 100010 |
Color Harmonies of #85272D
Complementary color
Monochromatic Colors of #85272D
Black with #85272D
Text Example
Text Example
White with #85272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85272D; }
p { color: rgb(133,39,45); }
H1.HeaderClassName
{
color: #85272D;
}
.AnyTagClassName
{
color: #85272D;
}
</style>
background-color css
<style>
a { background-color: #85272D; }
a { background-color: rgb(133,39,45); }
div.DivClassName
{
background-color: #85272D;
}
.BgClassName
{
background-color: #85272D;
}
</style>
border-color css
<style>
span { border-color: #85272D; }
span { border-color: rgb(133,39,45); }
td.TdClassName
{
border-color: #85272D;
}
.TagClassName
{
border-color: #85272D;
}
</style>