Shades of Flame Red #852126
Tints of Flame Red #852126
RGB
CMYK
RGB Variations
Color information
#852126 (or 0x852126) is known color: Flame Red. HEX triplet: 85, 21 and 26. RGB value is (133,33,38). Sum of RGB (Red+Green+Blue) = 133+33+38=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 38 (15.23% from 255 or 18.63% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #852126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852126 is #7ADED9. Grayscale: #3F3F3F. Windows color (decimal): -8052442 or 2498949. OLE color: 2498949.
HSL color Cylindrical-coordinate representation of color #852126: hue angle of 357º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852126 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 38 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.48 |
| HSL | 357º | 0.6% | 0.33% | - |
| HSV(B) | 357º | 0.75% | 0.52% | - |
| XYZ | 10.57 | 6.21 | 2.48 | - |
| YUV | 63.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 38 | 0 | 0.75 | 0.71 | 0.48 | 357 | 0.6 | 0.33 |
| Hex | 85 | 21 | 26 | 0 | 4B | 47 | 30 | 165 | 3C | 21 |
| Octal | 205 | 41 | 46 | 0 | 113 | 107 | 60 | 545 | 74 | 41 |
| Binary | 10000101 | 100001 | 100110 | 0 | 1001011 | 1000111 | 110000 | 101100101 | 111100 | 100001 |
Color Harmonies of #852126
Complementary color
Monochromatic Colors of #852126
Black with #852126
Text Example
Text Example
White with #852126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852126; }
p { color: rgb(133,33,38); }
H1.HeaderClassName
{
color: #852126;
}
.AnyTagClassName
{
color: #852126;
}
</style>
background-color css
<style>
a { background-color: #852126; }
a { background-color: rgb(133,33,38); }
div.DivClassName
{
background-color: #852126;
}
.BgClassName
{
background-color: #852126;
}
</style>
border-color css
<style>
span { border-color: #852126; }
span { border-color: rgb(133,33,38); }
td.TdClassName
{
border-color: #852126;
}
.TagClassName
{
border-color: #852126;
}
</style>