Shades of Chocolate #D2541C
Tints of Chocolate #D2541C
RGB
CMYK
RGB Variations
Color information
#D2541C (or 0xD2541C) is known color: Chocolate. HEX triplet: D2, 54 and 1C. RGB value is (210,84,28). Sum of RGB (Red+Green+Blue) = 210+84+28=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2541C is #2DABE3. Grayscale: #737373. Windows color (decimal): -2993124 or 1856722. OLE color: 1856722.
HSL color Cylindrical-coordinate representation of color #D2541C: hue angle of 18.46º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2541C is Cyan = 0, Magento = 0.6, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 28 | - |
| CMYK | 0 | 0.6 | 0.87 | 0.18 |
| HSL | 18.46º | 0.76% | 0.47% | - |
| HSV(B) | 18.46º | 0.87% | 0.82% | - |
| XYZ | 29.96 | 20.13 | 3.4 | - |
| YUV | 115.29 | 78.74 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 28 | 0 | 0.6 | 0.87 | 0.18 | 18.46 | 0.76 | 0.47 |
| Hex | D2 | 54 | 1C | 0 | 3C | 57 | 12 | 12 | 4C | 2F |
| Octal | 322 | 124 | 34 | 0 | 74 | 127 | 22 | 22 | 114 | 57 |
| Binary | 11010010 | 1010100 | 11100 | 0 | 111100 | 1010111 | 10010 | 10010 | 1001100 | 101111 |
Color Harmonies of #D2541C
Complementary color
Monochromatic Colors of #D2541C
Black with #D2541C
Text Example
Text Example
White with #D2541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2541C; }
p { color: rgb(210,84,28); }
H1.HeaderClassName
{
color: #D2541C;
}
.AnyTagClassName
{
color: #D2541C;
}
</style>
background-color css
<style>
a { background-color: #D2541C; }
a { background-color: rgb(210,84,28); }
div.DivClassName
{
background-color: #D2541C;
}
.BgClassName
{
background-color: #D2541C;
}
</style>
border-color css
<style>
span { border-color: #D2541C; }
span { border-color: rgb(210,84,28); }
td.TdClassName
{
border-color: #D2541C;
}
.TagClassName
{
border-color: #D2541C;
}
</style>