Shades of Chocolate #DE511C
Tints of Chocolate #DE511C
RGB
CMYK
RGB Variations
Color information
#DE511C (or 0xDE511C) is known color: Chocolate. HEX triplet: DE, 51 and 1C. RGB value is (222,81,28). Sum of RGB (Red+Green+Blue) = 222+81+28=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE511C is #21AEE3. Grayscale: #757575. Windows color (decimal): -2207460 or 1855966. OLE color: 1855966.
HSL color Cylindrical-coordinate representation of color #DE511C: hue angle of 16.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE511C is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 28 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.13 |
| HSL | 16.39º | 0.78% | 0.49% | - |
| HSV(B) | 16.39º | 0.87% | 0.87% | - |
| XYZ | 33.28 | 21.5 | 3.49 | - |
| YUV | 117.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 28 | 0 | 0.64 | 0.87 | 0.13 | 16.39 | 0.78 | 0.49 |
| Hex | DE | 51 | 1C | 0 | 40 | 57 | D | 10 | 4E | 31 |
| Octal | 336 | 121 | 34 | 0 | 100 | 127 | 15 | 20 | 116 | 61 |
| Binary | 11011110 | 1010001 | 11100 | 0 | 1000000 | 1010111 | 1101 | 10000 | 1001110 | 110001 |
Color Harmonies of #DE511C
Complementary color
Monochromatic Colors of #DE511C
Black with #DE511C
Text Example
Text Example
White with #DE511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE511C; }
p { color: rgb(222,81,28); }
H1.HeaderClassName
{
color: #DE511C;
}
.AnyTagClassName
{
color: #DE511C;
}
</style>
background-color css
<style>
a { background-color: #DE511C; }
a { background-color: rgb(222,81,28); }
div.DivClassName
{
background-color: #DE511C;
}
.BgClassName
{
background-color: #DE511C;
}
</style>
border-color css
<style>
span { border-color: #DE511C; }
span { border-color: rgb(222,81,28); }
td.TdClassName
{
border-color: #DE511C;
}
.TagClassName
{
border-color: #DE511C;
}
</style>