Shades of Chocolate #E0631D
Tints of Chocolate #E0631D
RGB
CMYK
RGB Variations
Color information
#E0631D (or 0xE0631D) is known color: Chocolate. HEX triplet: E0, 63 and 1D. RGB value is (224,99,29). Sum of RGB (Red+Green+Blue) = 224+99+29=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0631D is #1F9CE2. Grayscale: #808080. Windows color (decimal): -2071779 or 1926112. OLE color: 1926112.
HSL color Cylindrical-coordinate representation of color #E0631D: hue angle of 21.54º 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 #E0631D is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 29 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.12 |
| HSL | 21.54º | 0.77% | 0.5% | - |
| HSV(B) | 21.54º | 0.87% | 0.88% | - |
| XYZ | 35.42 | 24.86 | 4.09 | - |
| YUV | 128.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 29 | 0 | 0.56 | 0.87 | 0.12 | 21.54 | 0.77 | 0.5 |
| Hex | E0 | 63 | 1D | 0 | 38 | 57 | C | 16 | 4D | 32 |
| Octal | 340 | 143 | 35 | 0 | 70 | 127 | 14 | 26 | 115 | 62 |
| Binary | 11100000 | 1100011 | 11101 | 0 | 111000 | 1010111 | 1100 | 10110 | 1001101 | 110010 |
Color Harmonies of #E0631D
Complementary color
Monochromatic Colors of #E0631D
Black with #E0631D
Text Example
Text Example
White with #E0631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0631D; }
p { color: rgb(224,99,29); }
H1.HeaderClassName
{
color: #E0631D;
}
.AnyTagClassName
{
color: #E0631D;
}
</style>
background-color css
<style>
a { background-color: #E0631D; }
a { background-color: rgb(224,99,29); }
div.DivClassName
{
background-color: #E0631D;
}
.BgClassName
{
background-color: #E0631D;
}
</style>
border-color css
<style>
span { border-color: #E0631D; }
span { border-color: rgb(224,99,29); }
td.TdClassName
{
border-color: #E0631D;
}
.TagClassName
{
border-color: #E0631D;
}
</style>