Shades of Chocolate #CE511B
Tints of Chocolate #CE511B
RGB
CMYK
RGB Variations
Color information
#CE511B (or 0xCE511B) is known color: Chocolate. HEX triplet: CE, 51 and 1B. RGB value is (206,81,27). Sum of RGB (Red+Green+Blue) = 206+81+27=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE511B is #31AEE4. Grayscale: #707070. Windows color (decimal): -3256037 or 1790414. OLE color: 1790414.
HSL color Cylindrical-coordinate representation of color #CE511B: hue angle of 18.1º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE511B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.19 |
| HSL | 18.1º | 0.77% | 0.46% | - |
| HSV(B) | 18.1º | 0.87% | 0.81% | - |
| XYZ | 28.59 | 19.09 | 3.21 | - |
| YUV | 112.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 27 | 0 | 0.61 | 0.87 | 0.19 | 18.1 | 0.77 | 0.46 |
| Hex | CE | 51 | 1B | 0 | 3D | 57 | 13 | 12 | 4D | 2E |
| Octal | 316 | 121 | 33 | 0 | 75 | 127 | 23 | 22 | 115 | 56 |
| Binary | 11001110 | 1010001 | 11011 | 0 | 111101 | 1010111 | 10011 | 10010 | 1001101 | 101110 |
Color Harmonies of #CE511B
Complementary color
Monochromatic Colors of #CE511B
Black with #CE511B
Text Example
Text Example
White with #CE511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE511B; }
p { color: rgb(206,81,27); }
H1.HeaderClassName
{
color: #CE511B;
}
.AnyTagClassName
{
color: #CE511B;
}
</style>
background-color css
<style>
a { background-color: #CE511B; }
a { background-color: rgb(206,81,27); }
div.DivClassName
{
background-color: #CE511B;
}
.BgClassName
{
background-color: #CE511B;
}
</style>
border-color css
<style>
span { border-color: #CE511B; }
span { border-color: rgb(206,81,27); }
td.TdClassName
{
border-color: #CE511B;
}
.TagClassName
{
border-color: #CE511B;
}
</style>