Shades of Flame Red #85262E
Tints of Flame Red #85262E
RGB
CMYK
RGB Variations
Color information
#85262E (or 0x85262E) is known color: Flame Red. HEX triplet: 85, 26 and 2E. RGB value is (133,38,46). Sum of RGB (Red+Green+Blue) = 133+38+46=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262E is #7AD9D1. Grayscale: #434343. Windows color (decimal): -8051154 or 3024517. OLE color: 3024517.
HSL color Cylindrical-coordinate representation of color #85262E: hue angle of 354.95º degrees, saturation: 0.56, 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 #85262E is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 46 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.48 |
| HSL | 354.95º | 0.56% | 0.34% | - |
| HSV(B) | 354.95º | 0.71% | 0.52% | - |
| XYZ | 10.86 | 6.57 | 3.28 | - |
| YUV | 67.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 46 | 0 | 0.71 | 0.65 | 0.48 | 354.95 | 0.56 | 0.34 |
| Hex | 85 | 26 | 2E | 0 | 47 | 41 | 30 | 163 | 38 | 22 |
| Octal | 205 | 46 | 56 | 0 | 107 | 101 | 60 | 543 | 70 | 42 |
| Binary | 10000101 | 100110 | 101110 | 0 | 1000111 | 1000001 | 110000 | 101100011 | 111000 | 100010 |
Color Harmonies of #85262E
Complementary color
Monochromatic Colors of #85262E
Black with #85262E
Text Example
Text Example
White with #85262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85262E; }
p { color: rgb(133,38,46); }
H1.HeaderClassName
{
color: #85262E;
}
.AnyTagClassName
{
color: #85262E;
}
</style>
background-color css
<style>
a { background-color: #85262E; }
a { background-color: rgb(133,38,46); }
div.DivClassName
{
background-color: #85262E;
}
.BgClassName
{
background-color: #85262E;
}
</style>
border-color css
<style>
span { border-color: #85262E; }
span { border-color: rgb(133,38,46); }
td.TdClassName
{
border-color: #85262E;
}
.TagClassName
{
border-color: #85262E;
}
</style>