Shades of Flame Red #852C32
Tints of Flame Red #852C32
RGB
CMYK
RGB Variations
Color information
#852C32 (or 0x852C32) is known color: Flame Red. HEX triplet: 85, 2C and 32. RGB value is (133,44,50). Sum of RGB (Red+Green+Blue) = 133+44+50=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C32 is #7AD3CD. Grayscale: #474747. Windows color (decimal): -8049614 or 3288197. OLE color: 3288197.
HSL color Cylindrical-coordinate representation of color #852C32: hue angle of 355.96º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C32 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 50 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.48 |
| HSL | 355.96º | 0.5% | 0.35% | - |
| HSV(B) | 355.96º | 0.67% | 0.52% | - |
| XYZ | 11.15 | 7.02 | 3.78 | - |
| YUV | 71.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 50 | 0 | 0.67 | 0.62 | 0.48 | 355.96 | 0.5 | 0.35 |
| Hex | 85 | 2C | 32 | 0 | 43 | 3E | 30 | 164 | 32 | 23 |
| Octal | 205 | 54 | 62 | 0 | 103 | 76 | 60 | 544 | 62 | 43 |
| Binary | 10000101 | 101100 | 110010 | 0 | 1000011 | 111110 | 110000 | 101100100 | 110010 | 100011 |
Color Harmonies of #852C32
Complementary color
Monochromatic Colors of #852C32
Black with #852C32
Text Example
Text Example
White with #852C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C32; }
p { color: rgb(133,44,50); }
H1.HeaderClassName
{
color: #852C32;
}
.AnyTagClassName
{
color: #852C32;
}
</style>
background-color css
<style>
a { background-color: #852C32; }
a { background-color: rgb(133,44,50); }
div.DivClassName
{
background-color: #852C32;
}
.BgClassName
{
background-color: #852C32;
}
</style>
border-color css
<style>
span { border-color: #852C32; }
span { border-color: rgb(133,44,50); }
td.TdClassName
{
border-color: #852C32;
}
.TagClassName
{
border-color: #852C32;
}
</style>