Shades of Chocolate #D25C1D
Tints of Chocolate #D25C1D
RGB
CMYK
RGB Variations
Color information
#D25C1D (or 0xD25C1D) is known color: Chocolate. HEX triplet: D2, 5C and 1D. RGB value is (210,92,29). Sum of RGB (Red+Green+Blue) = 210+92+29=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C1D is #2DA3E2. Grayscale: #787878. Windows color (decimal): -2991075 or 1924306. OLE color: 1924306.
HSL color Cylindrical-coordinate representation of color #D25C1D: hue angle of 20.88º degrees, saturation: 0.76, 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 #D25C1D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.18 |
| HSL | 20.88º | 0.76% | 0.47% | - |
| HSV(B) | 20.88º | 0.86% | 0.82% | - |
| XYZ | 30.63 | 21.44 | 3.69 | - |
| YUV | 120.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 29 | 0 | 0.56 | 0.86 | 0.18 | 20.88 | 0.76 | 0.47 |
| Hex | D2 | 5C | 1D | 0 | 38 | 56 | 12 | 15 | 4C | 2F |
| Octal | 322 | 134 | 35 | 0 | 70 | 126 | 22 | 25 | 114 | 57 |
| Binary | 11010010 | 1011100 | 11101 | 0 | 111000 | 1010110 | 10010 | 10101 | 1001100 | 101111 |
Color Harmonies of #D25C1D
Complementary color
Monochromatic Colors of #D25C1D
Black with #D25C1D
Text Example
Text Example
White with #D25C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C1D; }
p { color: rgb(210,92,29); }
H1.HeaderClassName
{
color: #D25C1D;
}
.AnyTagClassName
{
color: #D25C1D;
}
</style>
background-color css
<style>
a { background-color: #D25C1D; }
a { background-color: rgb(210,92,29); }
div.DivClassName
{
background-color: #D25C1D;
}
.BgClassName
{
background-color: #D25C1D;
}
</style>
border-color css
<style>
span { border-color: #D25C1D; }
span { border-color: rgb(210,92,29); }
td.TdClassName
{
border-color: #D25C1D;
}
.TagClassName
{
border-color: #D25C1D;
}
</style>