Shades of Chocolate #E0621C
Tints of Chocolate #E0621C
RGB
CMYK
RGB Variations
Color information
#E0621C (or 0xE0621C) is known color: Chocolate. HEX triplet: E0, 62 and 1C. RGB value is (224,98,28). Sum of RGB (Red+Green+Blue) = 224+98+28=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0621C is #1F9DE3. Grayscale: #808080. Windows color (decimal): -2072036 or 1860320. OLE color: 1860320.
HSL color Cylindrical-coordinate representation of color #E0621C: hue angle of 21.43º 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 #E0621C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.12 |
| HSL | 21.43º | 0.78% | 0.49% | - |
| HSV(B) | 21.43º | 0.88% | 0.88% | - |
| XYZ | 35.32 | 24.67 | 4 | - |
| YUV | 127.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 28 | 0 | 0.56 | 0.88 | 0.12 | 21.43 | 0.78 | 0.49 |
| Hex | E0 | 62 | 1C | 0 | 38 | 58 | C | 15 | 4E | 31 |
| Octal | 340 | 142 | 34 | 0 | 70 | 130 | 14 | 25 | 116 | 61 |
| Binary | 11100000 | 1100010 | 11100 | 0 | 111000 | 1011000 | 1100 | 10101 | 1001110 | 110001 |
Color Harmonies of #E0621C
Complementary color
Monochromatic Colors of #E0621C
Black with #E0621C
Text Example
Text Example
White with #E0621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0621C; }
p { color: rgb(224,98,28); }
H1.HeaderClassName
{
color: #E0621C;
}
.AnyTagClassName
{
color: #E0621C;
}
</style>
background-color css
<style>
a { background-color: #E0621C; }
a { background-color: rgb(224,98,28); }
div.DivClassName
{
background-color: #E0621C;
}
.BgClassName
{
background-color: #E0621C;
}
</style>
border-color css
<style>
span { border-color: #E0621C; }
span { border-color: rgb(224,98,28); }
td.TdClassName
{
border-color: #E0621C;
}
.TagClassName
{
border-color: #E0621C;
}
</style>