Shades of Chocolate #D25C19
Tints of Chocolate #D25C19
RGB
CMYK
RGB Variations
Color information
#D25C19 (or 0xD25C19) is known color: Chocolate. HEX triplet: D2, 5C and 19. RGB value is (210,92,25). Sum of RGB (Red+Green+Blue) = 210+92+25=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25C19 is #2DA3E6. Grayscale: #787878. Windows color (decimal): -2991079 or 1662162. OLE color: 1662162.
HSL color Cylindrical-coordinate representation of color #D25C19: hue angle of 21.73º degrees, saturation: 0.79, 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 #D25C19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 25 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.18 |
| HSL | 21.73º | 0.79% | 0.46% | - |
| HSV(B) | 21.73º | 0.88% | 0.82% | - |
| XYZ | 30.58 | 21.43 | 3.44 | - |
| YUV | 119.64 | 74.59 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 25 | 0 | 0.56 | 0.88 | 0.18 | 21.73 | 0.79 | 0.46 |
| Hex | D2 | 5C | 19 | 0 | 38 | 58 | 12 | 16 | 4F | 2E |
| Octal | 322 | 134 | 31 | 0 | 70 | 130 | 22 | 26 | 117 | 56 |
| Binary | 11010010 | 1011100 | 11001 | 0 | 111000 | 1011000 | 10010 | 10110 | 1001111 | 101110 |
Color Harmonies of #D25C19
Complementary color
Monochromatic Colors of #D25C19
Black with #D25C19
Text Example
Text Example
White with #D25C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C19; }
p { color: rgb(210,92,25); }
H1.HeaderClassName
{
color: #D25C19;
}
.AnyTagClassName
{
color: #D25C19;
}
</style>
background-color css
<style>
a { background-color: #D25C19; }
a { background-color: rgb(210,92,25); }
div.DivClassName
{
background-color: #D25C19;
}
.BgClassName
{
background-color: #D25C19;
}
</style>
border-color css
<style>
span { border-color: #D25C19; }
span { border-color: rgb(210,92,25); }
td.TdClassName
{
border-color: #D25C19;
}
.TagClassName
{
border-color: #D25C19;
}
</style>