Shades of Chocolate #D25319
Tints of Chocolate #D25319
RGB
CMYK
RGB Variations
Color information
#D25319 (or 0xD25319) is known color: Chocolate. HEX triplet: D2, 53 and 19. RGB value is (210,83,25). Sum of RGB (Red+Green+Blue) = 210+83+25=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D25319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25319 is #2DACE6. Grayscale: #727272. Windows color (decimal): -2993383 or 1659858. OLE color: 1659858.
HSL color Cylindrical-coordinate representation of color #D25319: hue angle of 18.81º 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 #D25319 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 25 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 18.81º | 0.79% | 0.46% | - |
| HSV(B) | 18.81º | 0.88% | 0.82% | - |
| XYZ | 29.85 | 19.96 | 3.2 | - |
| YUV | 114.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 25 | 0 | 0.60 | 0.88 | 0.18 | 18.81 | 0.79 | 0.46 |
| Hex | D2 | 53 | 19 | 0 | 3C | 58 | 12 | 13 | 4F | 2E |
| Octal | 322 | 123 | 31 | 0 | 74 | 130 | 22 | 23 | 117 | 56 |
| Binary | 11010010 | 1010011 | 11001 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001111 | 101110 |
Color Harmonies of #D25319
Complementary color
Monochromatic Colors of #D25319
Black with #D25319
Text Example
Text Example
White with #D25319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25319; }
p { color: rgb(210,83,25); }
H1.HeaderClassName
{
color: #D25319;
}
.AnyTagClassName
{
color: #D25319;
}
</style>
background-color css
<style>
a { background-color: #D25319; }
a { background-color: rgb(210,83,25); }
div.DivClassName
{
background-color: #D25319;
}
.BgClassName
{
background-color: #D25319;
}
</style>
border-color css
<style>
span { border-color: #D25319; }
span { border-color: rgb(210,83,25); }
td.TdClassName
{
border-color: #D25319;
}
.TagClassName
{
border-color: #D25319;
}
</style>