Shades of Chocolate #E1631C
Tints of Chocolate #E1631C
RGB
CMYK
RGB Variations
Color information
#E1631C (or 0xE1631C) is known color: Chocolate. HEX triplet: E1, 63 and 1C. RGB value is (225,99,28). Sum of RGB (Red+Green+Blue) = 225+99+28=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1631C is #1E9CE3. Grayscale: #808080. Windows color (decimal): -2006244 or 1860577. OLE color: 1860577.
HSL color Cylindrical-coordinate representation of color #E1631C: hue angle of 21.62º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1631C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.12 |
| HSL | 21.62º | 0.78% | 0.5% | - |
| HSV(B) | 21.62º | 0.88% | 0.88% | - |
| XYZ | 35.72 | 25.02 | 4.04 | - |
| YUV | 128.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 28 | 0 | 0.56 | 0.88 | 0.12 | 21.62 | 0.78 | 0.5 |
| Hex | E1 | 63 | 1C | 0 | 38 | 58 | C | 16 | 4E | 32 |
| Octal | 341 | 143 | 34 | 0 | 70 | 130 | 14 | 26 | 116 | 62 |
| Binary | 11100001 | 1100011 | 11100 | 0 | 111000 | 1011000 | 1100 | 10110 | 1001110 | 110010 |
Color Harmonies of #E1631C
Complementary color
Monochromatic Colors of #E1631C
Black with #E1631C
Text Example
Text Example
White with #E1631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1631C; }
p { color: rgb(225,99,28); }
H1.HeaderClassName
{
color: #E1631C;
}
.AnyTagClassName
{
color: #E1631C;
}
</style>
background-color css
<style>
a { background-color: #E1631C; }
a { background-color: rgb(225,99,28); }
div.DivClassName
{
background-color: #E1631C;
}
.BgClassName
{
background-color: #E1631C;
}
</style>
border-color css
<style>
span { border-color: #E1631C; }
span { border-color: rgb(225,99,28); }
td.TdClassName
{
border-color: #E1631C;
}
.TagClassName
{
border-color: #E1631C;
}
</style>