Shades of Chocolate #CE611D
Tints of Chocolate #CE611D
RGB
CMYK
RGB Variations
Color information
#CE611D (or 0xCE611D) is known color: Chocolate. HEX triplet: CE, 61 and 1D. RGB value is (206,97,29). Sum of RGB (Red+Green+Blue) = 206+97+29=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE611D is #319EE2. Grayscale: #7A7A7A. Windows color (decimal): -3251939 or 1925582. OLE color: 1925582.
HSL color Cylindrical-coordinate representation of color #CE611D: hue angle of 23.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE611D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 29 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.19 |
| HSL | 23.05º | 0.75% | 0.46% | - |
| HSV(B) | 23.05º | 0.86% | 0.81% | - |
| XYZ | 29.95 | 21.76 | 3.78 | - |
| YUV | 121.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 29 | 0 | 0.53 | 0.86 | 0.19 | 23.05 | 0.75 | 0.46 |
| Hex | CE | 61 | 1D | 0 | 35 | 56 | 13 | 17 | 4B | 2E |
| Octal | 316 | 141 | 35 | 0 | 65 | 126 | 23 | 27 | 113 | 56 |
| Binary | 11001110 | 1100001 | 11101 | 0 | 110101 | 1010110 | 10011 | 10111 | 1001011 | 101110 |
Color Harmonies of #CE611D
Complementary color
Monochromatic Colors of #CE611D
Black with #CE611D
Text Example
Text Example
White with #CE611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE611D; }
p { color: rgb(206,97,29); }
H1.HeaderClassName
{
color: #CE611D;
}
.AnyTagClassName
{
color: #CE611D;
}
</style>
background-color css
<style>
a { background-color: #CE611D; }
a { background-color: rgb(206,97,29); }
div.DivClassName
{
background-color: #CE611D;
}
.BgClassName
{
background-color: #CE611D;
}
</style>
border-color css
<style>
span { border-color: #CE611D; }
span { border-color: rgb(206,97,29); }
td.TdClassName
{
border-color: #CE611D;
}
.TagClassName
{
border-color: #CE611D;
}
</style>