Shades of Chocolate #D25A1A
Tints of Chocolate #D25A1A
RGB
CMYK
RGB Variations
Color information
#D25A1A (or 0xD25A1A) is known color: Chocolate. HEX triplet: D2, 5A and 1A. RGB value is (210,90,26). Sum of RGB (Red+Green+Blue) = 210+90+26=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A1A is #2DA5E5. Grayscale: #767676. Windows color (decimal): -2991590 or 1727186. OLE color: 1727186.
HSL color Cylindrical-coordinate representation of color #D25A1A: hue angle of 20.87º degrees, saturation: 0.78, 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 #D25A1A is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 26 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.18 |
| HSL | 20.87º | 0.78% | 0.46% | - |
| HSV(B) | 20.87º | 0.88% | 0.82% | - |
| XYZ | 30.42 | 21.09 | 3.44 | - |
| YUV | 118.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 26 | 0 | 0.57 | 0.88 | 0.18 | 20.87 | 0.78 | 0.46 |
| Hex | D2 | 5A | 1A | 0 | 39 | 58 | 12 | 15 | 4E | 2E |
| Octal | 322 | 132 | 32 | 0 | 71 | 130 | 22 | 25 | 116 | 56 |
| Binary | 11010010 | 1011010 | 11010 | 0 | 111001 | 1011000 | 10010 | 10101 | 1001110 | 101110 |
Color Harmonies of #D25A1A
Complementary color
Monochromatic Colors of #D25A1A
Black with #D25A1A
Text Example
Text Example
White with #D25A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A1A; }
p { color: rgb(210,90,26); }
H1.HeaderClassName
{
color: #D25A1A;
}
.AnyTagClassName
{
color: #D25A1A;
}
</style>
background-color css
<style>
a { background-color: #D25A1A; }
a { background-color: rgb(210,90,26); }
div.DivClassName
{
background-color: #D25A1A;
}
.BgClassName
{
background-color: #D25A1A;
}
</style>
border-color css
<style>
span { border-color: #D25A1A; }
span { border-color: rgb(210,90,26); }
td.TdClassName
{
border-color: #D25A1A;
}
.TagClassName
{
border-color: #D25A1A;
}
</style>