Shades of Chocolate #E0641D
Tints of Chocolate #E0641D
RGB
CMYK
RGB Variations
Color information
#E0641D (or 0xE0641D) is known color: Chocolate. HEX triplet: E0, 64 and 1D. RGB value is (224,100,29). Sum of RGB (Red+Green+Blue) = 224+100+29=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E0641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0641D is #1F9BE2. Grayscale: #818181. Windows color (decimal): -2071523 or 1926368. OLE color: 1926368.
HSL color Cylindrical-coordinate representation of color #E0641D: hue angle of 21.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0641D is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 29 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.12 |
| HSL | 21.85º | 0.77% | 0.5% | - |
| HSV(B) | 21.85º | 0.87% | 0.88% | - |
| XYZ | 35.52 | 25.05 | 4.13 | - |
| YUV | 128.98 | 71.58 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 29 | 0 | 0.55 | 0.87 | 0.12 | 21.85 | 0.77 | 0.5 |
| Hex | E0 | 64 | 1D | 0 | 37 | 57 | C | 16 | 4D | 32 |
| Octal | 340 | 144 | 35 | 0 | 67 | 127 | 14 | 26 | 115 | 62 |
| Binary | 11100000 | 1100100 | 11101 | 0 | 110111 | 1010111 | 1100 | 10110 | 1001101 | 110010 |
Color Harmonies of #E0641D
Complementary color
Monochromatic Colors of #E0641D
Black with #E0641D
Text Example
Text Example
White with #E0641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0641D; }
p { color: rgb(224,100,29); }
H1.HeaderClassName
{
color: #E0641D;
}
.AnyTagClassName
{
color: #E0641D;
}
</style>
background-color css
<style>
a { background-color: #E0641D; }
a { background-color: rgb(224,100,29); }
div.DivClassName
{
background-color: #E0641D;
}
.BgClassName
{
background-color: #E0641D;
}
</style>
border-color css
<style>
span { border-color: #E0641D; }
span { border-color: rgb(224,100,29); }
td.TdClassName
{
border-color: #E0641D;
}
.TagClassName
{
border-color: #E0641D;
}
</style>