Shades of Flame Red #852C2D
Tints of Flame Red #852C2D
RGB
CMYK
RGB Variations
Color information
#852C2D (or 0x852C2D) is known color: Flame Red. HEX triplet: 85, 2C and 2D. RGB value is (133,44,45). Sum of RGB (Red+Green+Blue) = 133+44+45=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2D is #7AD3D2. Grayscale: #464646. Windows color (decimal): -8049619 or 2960517. OLE color: 2960517.
HSL color Cylindrical-coordinate representation of color #852C2D: hue angle of 359.33º 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 #852C2D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 45 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.48 |
| HSL | 359.33º | 0.5% | 0.35% | - |
| HSV(B) | 359.33º | 0.67% | 0.52% | - |
| XYZ | 11.05 | 6.98 | 3.25 | - |
| YUV | 70.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 45 | 0 | 0.67 | 0.66 | 0.48 | 359.33 | 0.5 | 0.35 |
| Hex | 85 | 2C | 2D | 0 | 43 | 42 | 30 | 167 | 32 | 23 |
| Octal | 205 | 54 | 55 | 0 | 103 | 102 | 60 | 547 | 62 | 43 |
| Binary | 10000101 | 101100 | 101101 | 0 | 1000011 | 1000010 | 110000 | 101100111 | 110010 | 100011 |
Color Harmonies of #852C2D
Complementary color
Monochromatic Colors of #852C2D
Black with #852C2D
Text Example
Text Example
White with #852C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C2D; }
p { color: rgb(133,44,45); }
H1.HeaderClassName
{
color: #852C2D;
}
.AnyTagClassName
{
color: #852C2D;
}
</style>
background-color css
<style>
a { background-color: #852C2D; }
a { background-color: rgb(133,44,45); }
div.DivClassName
{
background-color: #852C2D;
}
.BgClassName
{
background-color: #852C2D;
}
</style>
border-color css
<style>
span { border-color: #852C2D; }
span { border-color: rgb(133,44,45); }
td.TdClassName
{
border-color: #852C2D;
}
.TagClassName
{
border-color: #852C2D;
}
</style>