Shades of Chocolate #E0521C
Tints of Chocolate #E0521C
RGB
CMYK
RGB Variations
Color information
#E0521C (or 0xE0521C) is known color: Chocolate. HEX triplet: E0, 52 and 1C. RGB value is (224,82,28). Sum of RGB (Red+Green+Blue) = 224+82+28=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0521C is #1FADE3. Grayscale: #767676. Windows color (decimal): -2076132 or 1856224. OLE color: 1856224.
HSL color Cylindrical-coordinate representation of color #E0521C: hue angle of 16.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E0521C is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 28 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.12 |
| HSL | 16.53º | 0.78% | 0.49% | - |
| HSV(B) | 16.53º | 0.88% | 0.88% | - |
| XYZ | 33.97 | 21.97 | 3.55 | - |
| YUV | 118.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 28 | 0 | 0.63 | 0.88 | 0.12 | 16.53 | 0.78 | 0.49 |
| Hex | E0 | 52 | 1C | 0 | 3F | 58 | C | 11 | 4E | 31 |
| Octal | 340 | 122 | 34 | 0 | 77 | 130 | 14 | 21 | 116 | 61 |
| Binary | 11100000 | 1010010 | 11100 | 0 | 111111 | 1011000 | 1100 | 10001 | 1001110 | 110001 |
Color Harmonies of #E0521C
Complementary color
Monochromatic Colors of #E0521C
Black with #E0521C
Text Example
Text Example
White with #E0521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0521C; }
p { color: rgb(224,82,28); }
H1.HeaderClassName
{
color: #E0521C;
}
.AnyTagClassName
{
color: #E0521C;
}
</style>
background-color css
<style>
a { background-color: #E0521C; }
a { background-color: rgb(224,82,28); }
div.DivClassName
{
background-color: #E0521C;
}
.BgClassName
{
background-color: #E0521C;
}
</style>
border-color css
<style>
span { border-color: #E0521C; }
span { border-color: rgb(224,82,28); }
td.TdClassName
{
border-color: #E0521C;
}
.TagClassName
{
border-color: #E0521C;
}
</style>