Shades of Flame Red #852124
Tints of Flame Red #852124
RGB
CMYK
RGB Variations
Color information
#852124 (or 0x852124) is known color: Flame Red. HEX triplet: 85, 21 and 24. RGB value is (133,33,36). Sum of RGB (Red+Green+Blue) = 133+33+36=202 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.84% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 133 - color contains mainly: red. Hex color #852124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852124 is #7ADEDB. Grayscale: #3F3F3F. Windows color (decimal): -8052444 or 2367877. OLE color: 2367877.
HSL color Cylindrical-coordinate representation of color #852124: hue angle of 358.2º 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 #852124 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 36 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.48 |
| HSL | 358.2º | 0.6% | 0.33% | - |
| HSV(B) | 358.2º | 0.75% | 0.52% | - |
| XYZ | 10.54 | 6.2 | 2.31 | - |
| YUV | 63.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 36 | 0 | 0.75 | 0.73 | 0.48 | 358.2 | 0.6 | 0.33 |
| Hex | 85 | 21 | 24 | 0 | 4B | 49 | 30 | 166 | 3C | 21 |
| Octal | 205 | 41 | 44 | 0 | 113 | 111 | 60 | 546 | 74 | 41 |
| Binary | 10000101 | 100001 | 100100 | 0 | 1001011 | 1001001 | 110000 | 101100110 | 111100 | 100001 |
Color Harmonies of #852124
Complementary color
Monochromatic Colors of #852124
Black with #852124
Text Example
Text Example
White with #852124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852124; }
p { color: rgb(133,33,36); }
H1.HeaderClassName
{
color: #852124;
}
.AnyTagClassName
{
color: #852124;
}
</style>
background-color css
<style>
a { background-color: #852124; }
a { background-color: rgb(133,33,36); }
div.DivClassName
{
background-color: #852124;
}
.BgClassName
{
background-color: #852124;
}
</style>
border-color css
<style>
span { border-color: #852124; }
span { border-color: rgb(133,33,36); }
td.TdClassName
{
border-color: #852124;
}
.TagClassName
{
border-color: #852124;
}
</style>