Shades of Chocolate #D2531B
Tints of Chocolate #D2531B
RGB
CMYK
RGB Variations
Color information
#D2531B (or 0xD2531B) is known color: Chocolate. HEX triplet: D2, 53 and 1B. RGB value is (210,83,27). Sum of RGB (Red+Green+Blue) = 210+83+27=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2531B is #2DACE4. Grayscale: #727272. Windows color (decimal): -2993381 or 1790930. OLE color: 1790930.
HSL color Cylindrical-coordinate representation of color #D2531B: hue angle of 18.36º 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 #D2531B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.18 |
| HSL | 18.36º | 0.77% | 0.46% | - |
| HSV(B) | 18.36º | 0.87% | 0.82% | - |
| XYZ | 29.87 | 19.97 | 3.32 | - |
| YUV | 114.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 27 | 0 | 0.60 | 0.87 | 0.18 | 18.36 | 0.77 | 0.46 |
| Hex | D2 | 53 | 1B | 0 | 3C | 57 | 12 | 12 | 4D | 2E |
| Octal | 322 | 123 | 33 | 0 | 74 | 127 | 22 | 22 | 115 | 56 |
| Binary | 11010010 | 1010011 | 11011 | 0 | 111100 | 1010111 | 10010 | 10010 | 1001101 | 101110 |
Color Harmonies of #D2531B
Complementary color
Monochromatic Colors of #D2531B
Black with #D2531B
Text Example
Text Example
White with #D2531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2531B; }
p { color: rgb(210,83,27); }
H1.HeaderClassName
{
color: #D2531B;
}
.AnyTagClassName
{
color: #D2531B;
}
</style>
background-color css
<style>
a { background-color: #D2531B; }
a { background-color: rgb(210,83,27); }
div.DivClassName
{
background-color: #D2531B;
}
.BgClassName
{
background-color: #D2531B;
}
</style>
border-color css
<style>
span { border-color: #D2531B; }
span { border-color: rgb(210,83,27); }
td.TdClassName
{
border-color: #D2531B;
}
.TagClassName
{
border-color: #D2531B;
}
</style>