Shades of Chocolate #D2571E
Tints of Chocolate #D2571E
RGB
CMYK
RGB Variations
Color information
#D2571E (or 0xD2571E) is known color: Chocolate. HEX triplet: D2, 57 and 1E. RGB value is (210,87,30). Sum of RGB (Red+Green+Blue) = 210+87+30=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D2571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2571E is #2DA8E1. Grayscale: #757575. Windows color (decimal): -2992354 or 1988562. OLE color: 1988562.
HSL color Cylindrical-coordinate representation of color #D2571E: hue angle of 19º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2571E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 30 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.18 |
| HSL | 19º | 0.75% | 0.47% | - |
| HSV(B) | 19º | 0.86% | 0.82% | - |
| XYZ | 30.22 | 20.61 | 3.61 | - |
| YUV | 117.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 30 | 0 | 0.59 | 0.86 | 0.18 | 19 | 0.75 | 0.47 |
| Hex | D2 | 57 | 1E | 0 | 3B | 56 | 12 | 13 | 4B | 2F |
| Octal | 322 | 127 | 36 | 0 | 73 | 126 | 22 | 23 | 113 | 57 |
| Binary | 11010010 | 1010111 | 11110 | 0 | 111011 | 1010110 | 10010 | 10011 | 1001011 | 101111 |
Color Harmonies of #D2571E
Complementary color
Monochromatic Colors of #D2571E
Black with #D2571E
Text Example
Text Example
White with #D2571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2571E; }
p { color: rgb(210,87,30); }
H1.HeaderClassName
{
color: #D2571E;
}
.AnyTagClassName
{
color: #D2571E;
}
</style>
background-color css
<style>
a { background-color: #D2571E; }
a { background-color: rgb(210,87,30); }
div.DivClassName
{
background-color: #D2571E;
}
.BgClassName
{
background-color: #D2571E;
}
</style>
border-color css
<style>
span { border-color: #D2571E; }
span { border-color: rgb(210,87,30); }
td.TdClassName
{
border-color: #D2571E;
}
.TagClassName
{
border-color: #D2571E;
}
</style>