Shades of Flame Red #85262C
Tints of Flame Red #85262C
RGB
CMYK
RGB Variations
Color information
#85262C (or 0x85262C) is known color: Flame Red. HEX triplet: 85, 26 and 2C. RGB value is (133,38,44). Sum of RGB (Red+Green+Blue) = 133+38+44=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262C is #7AD9D3. Grayscale: #434343. Windows color (decimal): -8051156 or 2893445. OLE color: 2893445.
HSL color Cylindrical-coordinate representation of color #85262C: hue angle of 356.21º 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 #85262C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 44 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.48 |
| HSL | 356.21º | 0.56% | 0.34% | - |
| HSV(B) | 356.21º | 0.71% | 0.52% | - |
| XYZ | 10.82 | 6.55 | 3.08 | - |
| YUV | 67.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 44 | 0 | 0.71 | 0.67 | 0.48 | 356.21 | 0.56 | 0.34 |
| Hex | 85 | 26 | 2C | 0 | 47 | 43 | 30 | 164 | 38 | 22 |
| Octal | 205 | 46 | 54 | 0 | 107 | 103 | 60 | 544 | 70 | 42 |
| Binary | 10000101 | 100110 | 101100 | 0 | 1000111 | 1000011 | 110000 | 101100100 | 111000 | 100010 |
Color Harmonies of #85262C
Complementary color
Monochromatic Colors of #85262C
Black with #85262C
Text Example
Text Example
White with #85262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85262C; }
p { color: rgb(133,38,44); }
H1.HeaderClassName
{
color: #85262C;
}
.AnyTagClassName
{
color: #85262C;
}
</style>
background-color css
<style>
a { background-color: #85262C; }
a { background-color: rgb(133,38,44); }
div.DivClassName
{
background-color: #85262C;
}
.BgClassName
{
background-color: #85262C;
}
</style>
border-color css
<style>
span { border-color: #85262C; }
span { border-color: rgb(133,38,44); }
td.TdClassName
{
border-color: #85262C;
}
.TagClassName
{
border-color: #85262C;
}
</style>