Shades of Chocolate #E0621B
Tints of Chocolate #E0621B
RGB
CMYK
RGB Variations
Color information
#E0621B (or 0xE0621B) is known color: Chocolate. HEX triplet: E0, 62 and 1B. RGB value is (224,98,27). Sum of RGB (Red+Green+Blue) = 224+98+27=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E0621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0621B is #1F9DE4. Grayscale: #7F7F7F. Windows color (decimal): -2072037 or 1794784. OLE color: 1794784.
HSL color Cylindrical-coordinate representation of color #E0621B: hue angle of 21.62º 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 #E0621B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.12 |
| HSL | 21.62º | 0.78% | 0.49% | - |
| HSV(B) | 21.62º | 0.88% | 0.88% | - |
| XYZ | 35.31 | 24.66 | 3.94 | - |
| YUV | 127.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 27 | 0 | 0.56 | 0.88 | 0.12 | 21.62 | 0.78 | 0.49 |
| Hex | E0 | 62 | 1B | 0 | 38 | 58 | C | 16 | 4E | 31 |
| Octal | 340 | 142 | 33 | 0 | 70 | 130 | 14 | 26 | 116 | 61 |
| Binary | 11100000 | 1100010 | 11011 | 0 | 111000 | 1011000 | 1100 | 10110 | 1001110 | 110001 |
Color Harmonies of #E0621B
Complementary color
Monochromatic Colors of #E0621B
Black with #E0621B
Text Example
Text Example
White with #E0621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0621B; }
p { color: rgb(224,98,27); }
H1.HeaderClassName
{
color: #E0621B;
}
.AnyTagClassName
{
color: #E0621B;
}
</style>
background-color css
<style>
a { background-color: #E0621B; }
a { background-color: rgb(224,98,27); }
div.DivClassName
{
background-color: #E0621B;
}
.BgClassName
{
background-color: #E0621B;
}
</style>
border-color css
<style>
span { border-color: #E0621B; }
span { border-color: rgb(224,98,27); }
td.TdClassName
{
border-color: #E0621B;
}
.TagClassName
{
border-color: #E0621B;
}
</style>