Shades of Chocolate #D25E19
Tints of Chocolate #D25E19
RGB
CMYK
RGB Variations
Color information
#D25E19 (or 0xD25E19) is known color: Chocolate. HEX triplet: D2, 5E and 19. RGB value is (210,94,25). Sum of RGB (Red+Green+Blue) = 210+94+25=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25E19 is #2DA1E6. Grayscale: #797979. Windows color (decimal): -2990567 or 1662674. OLE color: 1662674.
HSL color Cylindrical-coordinate representation of color #D25E19: hue angle of 22.38º 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 #D25E19 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 25 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.18 |
| HSL | 22.38º | 0.79% | 0.46% | - |
| HSV(B) | 22.38º | 0.88% | 0.82% | - |
| XYZ | 30.76 | 21.78 | 3.5 | - |
| YUV | 120.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 25 | 0 | 0.55 | 0.88 | 0.18 | 22.38 | 0.79 | 0.46 |
| Hex | D2 | 5E | 19 | 0 | 37 | 58 | 12 | 16 | 4F | 2E |
| Octal | 322 | 136 | 31 | 0 | 67 | 130 | 22 | 26 | 117 | 56 |
| Binary | 11010010 | 1011110 | 11001 | 0 | 110111 | 1011000 | 10010 | 10110 | 1001111 | 101110 |
Color Harmonies of #D25E19
Complementary color
Monochromatic Colors of #D25E19
Black with #D25E19
Text Example
Text Example
White with #D25E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E19; }
p { color: rgb(210,94,25); }
H1.HeaderClassName
{
color: #D25E19;
}
.AnyTagClassName
{
color: #D25E19;
}
</style>
background-color css
<style>
a { background-color: #D25E19; }
a { background-color: rgb(210,94,25); }
div.DivClassName
{
background-color: #D25E19;
}
.BgClassName
{
background-color: #D25E19;
}
</style>
border-color css
<style>
span { border-color: #D25E19; }
span { border-color: rgb(210,94,25); }
td.TdClassName
{
border-color: #D25E19;
}
.TagClassName
{
border-color: #D25E19;
}
</style>