Shades of Chocolate #D2531A
Tints of Chocolate #D2531A
RGB
CMYK
RGB Variations
Color information
#D2531A (or 0xD2531A) is known color: Chocolate. HEX triplet: D2, 53 and 1A. RGB value is (210,83,26). Sum of RGB (Red+Green+Blue) = 210+83+26=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2531A is #2DACE5. Grayscale: #727272. Windows color (decimal): -2993382 or 1725394. OLE color: 1725394.
HSL color Cylindrical-coordinate representation of color #D2531A: hue angle of 18.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2531A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 26 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 18.59º | 0.78% | 0.46% | - |
| HSV(B) | 18.59º | 0.88% | 0.82% | - |
| XYZ | 29.86 | 19.96 | 3.26 | - |
| YUV | 114.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 26 | 0 | 0.60 | 0.88 | 0.18 | 18.59 | 0.78 | 0.46 |
| Hex | D2 | 53 | 1A | 0 | 3C | 58 | 12 | 13 | 4E | 2E |
| Octal | 322 | 123 | 32 | 0 | 74 | 130 | 22 | 23 | 116 | 56 |
| Binary | 11010010 | 1010011 | 11010 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001110 | 101110 |
Color Harmonies of #D2531A
Complementary color
Monochromatic Colors of #D2531A
Black with #D2531A
Text Example
Text Example
White with #D2531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2531A; }
p { color: rgb(210,83,26); }
H1.HeaderClassName
{
color: #D2531A;
}
.AnyTagClassName
{
color: #D2531A;
}
</style>
background-color css
<style>
a { background-color: #D2531A; }
a { background-color: rgb(210,83,26); }
div.DivClassName
{
background-color: #D2531A;
}
.BgClassName
{
background-color: #D2531A;
}
</style>
border-color css
<style>
span { border-color: #D2531A; }
span { border-color: rgb(210,83,26); }
td.TdClassName
{
border-color: #D2531A;
}
.TagClassName
{
border-color: #D2531A;
}
</style>