Shades of Chocolate #D2521A
Tints of Chocolate #D2521A
RGB
CMYK
RGB Variations
Color information
#D2521A (or 0xD2521A) is known color: Chocolate. HEX triplet: D2, 52 and 1A. RGB value is (210,82,26). Sum of RGB (Red+Green+Blue) = 210+82+26=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D2521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2521A is #2DADE5. Grayscale: #727272. Windows color (decimal): -2993638 or 1725138. OLE color: 1725138.
HSL color Cylindrical-coordinate representation of color #D2521A: hue angle of 18.26º 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 #D2521A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 26 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.18 |
| HSL | 18.26º | 0.78% | 0.46% | - |
| HSV(B) | 18.26º | 0.88% | 0.82% | - |
| XYZ | 29.78 | 19.81 | 3.23 | - |
| YUV | 113.89 | 78.41 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 26 | 0 | 0.61 | 0.88 | 0.18 | 18.26 | 0.78 | 0.46 |
| Hex | D2 | 52 | 1A | 0 | 3D | 58 | 12 | 12 | 4E | 2E |
| Octal | 322 | 122 | 32 | 0 | 75 | 130 | 22 | 22 | 116 | 56 |
| Binary | 11010010 | 1010010 | 11010 | 0 | 111101 | 1011000 | 10010 | 10010 | 1001110 | 101110 |
Color Harmonies of #D2521A
Complementary color
Monochromatic Colors of #D2521A
Black with #D2521A
Text Example
Text Example
White with #D2521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2521A; }
p { color: rgb(210,82,26); }
H1.HeaderClassName
{
color: #D2521A;
}
.AnyTagClassName
{
color: #D2521A;
}
</style>
background-color css
<style>
a { background-color: #D2521A; }
a { background-color: rgb(210,82,26); }
div.DivClassName
{
background-color: #D2521A;
}
.BgClassName
{
background-color: #D2521A;
}
</style>
border-color css
<style>
span { border-color: #D2521A; }
span { border-color: rgb(210,82,26); }
td.TdClassName
{
border-color: #D2521A;
}
.TagClassName
{
border-color: #D2521A;
}
</style>