Shades of Chocolate #D2511B
Tints of Chocolate #D2511B
RGB
CMYK
RGB Variations
Color information
#D2511B (or 0xD2511B) is known color: Chocolate. HEX triplet: D2, 51 and 1B. RGB value is (210,81,27). Sum of RGB (Red+Green+Blue) = 210+81+27=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2511B is #2DAEE4. Grayscale: #717171. Windows color (decimal): -2993893 or 1790418. OLE color: 1790418.
HSL color Cylindrical-coordinate representation of color #D2511B: hue angle of 17.7º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2511B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 27 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.18 |
| HSL | 17.7º | 0.77% | 0.46% | - |
| HSV(B) | 17.7º | 0.87% | 0.82% | - |
| XYZ | 29.72 | 19.67 | 3.27 | - |
| YUV | 113.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 27 | 0 | 0.61 | 0.87 | 0.18 | 17.7 | 0.77 | 0.46 |
| Hex | D2 | 51 | 1B | 0 | 3D | 57 | 12 | 12 | 4D | 2E |
| Octal | 322 | 121 | 33 | 0 | 75 | 127 | 22 | 22 | 115 | 56 |
| Binary | 11010010 | 1010001 | 11011 | 0 | 111101 | 1010111 | 10010 | 10010 | 1001101 | 101110 |
Color Harmonies of #D2511B
Complementary color
Monochromatic Colors of #D2511B
Black with #D2511B
Text Example
Text Example
White with #D2511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2511B; }
p { color: rgb(210,81,27); }
H1.HeaderClassName
{
color: #D2511B;
}
.AnyTagClassName
{
color: #D2511B;
}
</style>
background-color css
<style>
a { background-color: #D2511B; }
a { background-color: rgb(210,81,27); }
div.DivClassName
{
background-color: #D2511B;
}
.BgClassName
{
background-color: #D2511B;
}
</style>
border-color css
<style>
span { border-color: #D2511B; }
span { border-color: rgb(210,81,27); }
td.TdClassName
{
border-color: #D2511B;
}
.TagClassName
{
border-color: #D2511B;
}
</style>