Shades of Chocolate #D25A13
Tints of Chocolate #D25A13
RGB
CMYK
RGB Variations
Color information
#D25A13 (or 0xD25A13) is known color: Chocolate. HEX triplet: D2, 5A and 13. RGB value is (210,90,19). Sum of RGB (Red+Green+Blue) = 210+90+19=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25A13 is #2DA5EC. Grayscale: #767676. Windows color (decimal): -2991597 or 1268434. OLE color: 1268434.
HSL color Cylindrical-coordinate representation of color #D25A13: hue angle of 22.3º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25A13 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 19 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.18 |
| HSL | 22.3º | 0.83% | 0.45% | - |
| HSV(B) | 22.3º | 0.91% | 0.82% | - |
| XYZ | 30.35 | 21.06 | 3.08 | - |
| YUV | 117.79 | 72.26 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 19 | 0 | 0.57 | 0.91 | 0.18 | 22.3 | 0.83 | 0.45 |
| Hex | D2 | 5A | 13 | 0 | 39 | 5B | 12 | 16 | 53 | 2D |
| Octal | 322 | 132 | 23 | 0 | 71 | 133 | 22 | 26 | 123 | 55 |
| Binary | 11010010 | 1011010 | 10011 | 0 | 111001 | 1011011 | 10010 | 10110 | 1010011 | 101101 |
Color Harmonies of #D25A13
Complementary color
Monochromatic Colors of #D25A13
Black with #D25A13
Text Example
Text Example
White with #D25A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A13; }
p { color: rgb(210,90,19); }
H1.HeaderClassName
{
color: #D25A13;
}
.AnyTagClassName
{
color: #D25A13;
}
</style>
background-color css
<style>
a { background-color: #D25A13; }
a { background-color: rgb(210,90,19); }
div.DivClassName
{
background-color: #D25A13;
}
.BgClassName
{
background-color: #D25A13;
}
</style>
border-color css
<style>
span { border-color: #D25A13; }
span { border-color: rgb(210,90,19); }
td.TdClassName
{
border-color: #D25A13;
}
.TagClassName
{
border-color: #D25A13;
}
</style>