Shades of Flame Red #852C30
Tints of Flame Red #852C30
RGB
CMYK
RGB Variations
Color information
#852C30 (or 0x852C30) is known color: Flame Red. HEX triplet: 85, 2C and 30. RGB value is (133,44,48). Sum of RGB (Red+Green+Blue) = 133+44+48=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #852C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C30 is #7AD3CF. Grayscale: #474747. Windows color (decimal): -8049616 or 3157125. OLE color: 3157125.
HSL color Cylindrical-coordinate representation of color #852C30: hue angle of 357.3º 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 #852C30 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 44 | 48 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.48 |
| HSL | 357.3º | 0.5% | 0.35% | - |
| HSV(B) | 357.3º | 0.67% | 0.52% | - |
| XYZ | 11.11 | 7 | 3.56 | - |
| YUV | 71.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 44 | 48 | 0 | 0.67 | 0.64 | 0.48 | 357.3 | 0.5 | 0.35 |
| Hex | 85 | 2C | 30 | 0 | 43 | 40 | 30 | 165 | 32 | 23 |
| Octal | 205 | 54 | 60 | 0 | 103 | 100 | 60 | 545 | 62 | 43 |
| Binary | 10000101 | 101100 | 110000 | 0 | 1000011 | 1000000 | 110000 | 101100101 | 110010 | 100011 |
Color Harmonies of #852C30
Complementary color
Monochromatic Colors of #852C30
Black with #852C30
Text Example
Text Example
White with #852C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852C30; }
p { color: rgb(133,44,48); }
H1.HeaderClassName
{
color: #852C30;
}
.AnyTagClassName
{
color: #852C30;
}
</style>
background-color css
<style>
a { background-color: #852C30; }
a { background-color: rgb(133,44,48); }
div.DivClassName
{
background-color: #852C30;
}
.BgClassName
{
background-color: #852C30;
}
</style>
border-color css
<style>
span { border-color: #852C30; }
span { border-color: rgb(133,44,48); }
td.TdClassName
{
border-color: #852C30;
}
.TagClassName
{
border-color: #852C30;
}
</style>