Shades of Chocolate #E1621F
Tints of Chocolate #E1621F
RGB
CMYK
RGB Variations
Color information
#E1621F (or 0xE1621F) is known color: Chocolate. HEX triplet: E1, 62 and 1F. RGB value is (225,98,31). Sum of RGB (Red+Green+Blue) = 225+98+31=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E1621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1621F is #1E9DE0. Grayscale: #808080. Windows color (decimal): -2006497 or 2056929. OLE color: 2056929.
HSL color Cylindrical-coordinate representation of color #E1621F: hue angle of 20.72º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1621F is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 31 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.12 |
| HSL | 20.72º | 0.76% | 0.5% | - |
| HSV(B) | 20.72º | 0.86% | 0.88% | - |
| XYZ | 35.67 | 24.84 | 4.21 | - |
| YUV | 128.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 31 | 0 | 0.56 | 0.86 | 0.12 | 20.72 | 0.76 | 0.5 |
| Hex | E1 | 62 | 1F | 0 | 38 | 56 | C | 15 | 4C | 32 |
| Octal | 341 | 142 | 37 | 0 | 70 | 126 | 14 | 25 | 114 | 62 |
| Binary | 11100001 | 1100010 | 11111 | 0 | 111000 | 1010110 | 1100 | 10101 | 1001100 | 110010 |
Color Harmonies of #E1621F
Complementary color
Monochromatic Colors of #E1621F
Black with #E1621F
Text Example
Text Example
White with #E1621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1621F; }
p { color: rgb(225,98,31); }
H1.HeaderClassName
{
color: #E1621F;
}
.AnyTagClassName
{
color: #E1621F;
}
</style>
background-color css
<style>
a { background-color: #E1621F; }
a { background-color: rgb(225,98,31); }
div.DivClassName
{
background-color: #E1621F;
}
.BgClassName
{
background-color: #E1621F;
}
</style>
border-color css
<style>
span { border-color: #E1621F; }
span { border-color: rgb(225,98,31); }
td.TdClassName
{
border-color: #E1621F;
}
.TagClassName
{
border-color: #E1621F;
}
</style>