Shades of Flame Red #85262D
Tints of Flame Red #85262D
RGB
CMYK
RGB Variations
Color information
#85262D (or 0x85262D) is known color: Flame Red. HEX triplet: 85, 26 and 2D. RGB value is (133,38,45). Sum of RGB (Red+Green+Blue) = 133+38+45=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262D is #7AD9D2. Grayscale: #434343. Windows color (decimal): -8051155 or 2958981. OLE color: 2958981.
HSL color Cylindrical-coordinate representation of color #85262D: hue angle of 355.58º 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 #85262D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 45 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.48 |
| HSL | 355.58º | 0.56% | 0.34% | - |
| HSV(B) | 355.58º | 0.71% | 0.52% | - |
| XYZ | 10.84 | 6.56 | 3.18 | - |
| YUV | 67.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 45 | 0 | 0.71 | 0.66 | 0.48 | 355.58 | 0.56 | 0.34 |
| Hex | 85 | 26 | 2D | 0 | 47 | 42 | 30 | 164 | 38 | 22 |
| Octal | 205 | 46 | 55 | 0 | 107 | 102 | 60 | 544 | 70 | 42 |
| Binary | 10000101 | 100110 | 101101 | 0 | 1000111 | 1000010 | 110000 | 101100100 | 111000 | 100010 |
Color Harmonies of #85262D
Complementary color
Monochromatic Colors of #85262D
Black with #85262D
Text Example
Text Example
White with #85262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85262D; }
p { color: rgb(133,38,45); }
H1.HeaderClassName
{
color: #85262D;
}
.AnyTagClassName
{
color: #85262D;
}
</style>
background-color css
<style>
a { background-color: #85262D; }
a { background-color: rgb(133,38,45); }
div.DivClassName
{
background-color: #85262D;
}
.BgClassName
{
background-color: #85262D;
}
</style>
border-color css
<style>
span { border-color: #85262D; }
span { border-color: rgb(133,38,45); }
td.TdClassName
{
border-color: #85262D;
}
.TagClassName
{
border-color: #85262D;
}
</style>