Shades of Chocolate #E0631B
Tints of Chocolate #E0631B
RGB
CMYK
RGB Variations
Color information
#E0631B (or 0xE0631B) is known color: Chocolate. HEX triplet: E0, 63 and 1B. RGB value is (224,99,27). Sum of RGB (Red+Green+Blue) = 224+99+27=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0631B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0631B is #1F9CE4. Grayscale: #808080. Windows color (decimal): -2071781 or 1795040. OLE color: 1795040.
HSL color Cylindrical-coordinate representation of color #E0631B: hue angle of 21.93º 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 #E0631B is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 27 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.12 |
| HSL | 21.93º | 0.78% | 0.49% | - |
| HSV(B) | 21.93º | 0.88% | 0.88% | - |
| XYZ | 35.4 | 24.85 | 3.97 | - |
| YUV | 128.17 | 70.91 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 27 | 0 | 0.56 | 0.88 | 0.12 | 21.93 | 0.78 | 0.49 |
| Hex | E0 | 63 | 1B | 0 | 38 | 58 | C | 16 | 4E | 31 |
| Octal | 340 | 143 | 33 | 0 | 70 | 130 | 14 | 26 | 116 | 61 |
| Binary | 11100000 | 1100011 | 11011 | 0 | 111000 | 1011000 | 1100 | 10110 | 1001110 | 110001 |
Color Harmonies of #E0631B
Complementary color
Monochromatic Colors of #E0631B
Black with #E0631B
Text Example
Text Example
White with #E0631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0631B; }
p { color: rgb(224,99,27); }
H1.HeaderClassName
{
color: #E0631B;
}
.AnyTagClassName
{
color: #E0631B;
}
</style>
background-color css
<style>
a { background-color: #E0631B; }
a { background-color: rgb(224,99,27); }
div.DivClassName
{
background-color: #E0631B;
}
.BgClassName
{
background-color: #E0631B;
}
</style>
border-color css
<style>
span { border-color: #E0631B; }
span { border-color: rgb(224,99,27); }
td.TdClassName
{
border-color: #E0631B;
}
.TagClassName
{
border-color: #E0631B;
}
</style>