Shades of Flame Red #852C2E
Tints of Flame Red #852C2E
RGB
CMYK
RGB Variations
Color information
#852C2E (or 0x852C2E) is known color: Flame Red. HEX triplet: 85, 2C and 2E. RGB value is (133,44,46). Sum of RGB (Red+Green+Blue) = 133+44+46=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2E is #7AD3D1. Grayscale: #464646. Windows color (decimal): -8049618 or 3026053. OLE color: 3026053.
HSL color Cylindrical-coordinate representation of color #852C2E: hue angle of 358.65º 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 #852C2E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 46 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.48 |
| HSL | 358.65º | 0.5% | 0.35% | - |
| HSV(B) | 358.65º | 0.67% | 0.52% | - |
| XYZ | 11.07 | 6.99 | 3.35 | - |
| YUV | 70.84 | 113.99 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 46 | 0 | 0.67 | 0.65 | 0.48 | 358.65 | 0.5 | 0.35 |
| Hex | 85 | 2C | 2E | 0 | 43 | 41 | 30 | 167 | 32 | 23 |
| Octal | 205 | 54 | 56 | 0 | 103 | 101 | 60 | 547 | 62 | 43 |
| Binary | 10000101 | 101100 | 101110 | 0 | 1000011 | 1000001 | 110000 | 101100111 | 110010 | 100011 |
Color Harmonies of #852C2E
Complementary color
Monochromatic Colors of #852C2E
Black with #852C2E
Text Example
Text Example
White with #852C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C2E; }
p { color: rgb(133,44,46); }
H1.HeaderClassName
{
color: #852C2E;
}
.AnyTagClassName
{
color: #852C2E;
}
</style>
background-color css
<style>
a { background-color: #852C2E; }
a { background-color: rgb(133,44,46); }
div.DivClassName
{
background-color: #852C2E;
}
.BgClassName
{
background-color: #852C2E;
}
</style>
border-color css
<style>
span { border-color: #852C2E; }
span { border-color: rgb(133,44,46); }
td.TdClassName
{
border-color: #852C2E;
}
.TagClassName
{
border-color: #852C2E;
}
</style>