Shades of Flame Red #852E32
Tints of Flame Red #852E32
RGB
CMYK
RGB Variations
Color information
#852E32 (or 0x852E32) is known color: Flame Red. HEX triplet: 85, 2E and 32. RGB value is (133,46,50). Sum of RGB (Red+Green+Blue) = 133+46+50=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #852E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E32 is #7AD1CD. Grayscale: #484848. Windows color (decimal): -8049102 or 3288709. OLE color: 3288709.
HSL color Cylindrical-coordinate representation of color #852E32: hue angle of 357.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 50 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.48 |
| HSL | 357.24º | 0.49% | 0.35% | - |
| HSV(B) | 357.24º | 0.65% | 0.52% | - |
| XYZ | 11.23 | 7.17 | 3.81 | - |
| YUV | 72.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 50 | 0 | 0.65 | 0.62 | 0.48 | 357.24 | 0.49 | 0.35 |
| Hex | 85 | 2E | 32 | 0 | 41 | 3E | 30 | 165 | 31 | 23 |
| Octal | 205 | 56 | 62 | 0 | 101 | 76 | 60 | 545 | 61 | 43 |
| Binary | 10000101 | 101110 | 110010 | 0 | 1000001 | 111110 | 110000 | 101100101 | 110001 | 100011 |
Color Harmonies of #852E32
Complementary color
Monochromatic Colors of #852E32
Black with #852E32
Text Example
Text Example
White with #852E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E32; }
p { color: rgb(133,46,50); }
H1.HeaderClassName
{
color: #852E32;
}
.AnyTagClassName
{
color: #852E32;
}
</style>
background-color css
<style>
a { background-color: #852E32; }
a { background-color: rgb(133,46,50); }
div.DivClassName
{
background-color: #852E32;
}
.BgClassName
{
background-color: #852E32;
}
</style>
border-color css
<style>
span { border-color: #852E32; }
span { border-color: rgb(133,46,50); }
td.TdClassName
{
border-color: #852E32;
}
.TagClassName
{
border-color: #852E32;
}
</style>