Shades of Chocolate #D25D1B
Tints of Chocolate #D25D1B
RGB
CMYK
RGB Variations
Color information
#D25D1B (or 0xD25D1B) is known color: Chocolate. HEX triplet: D2, 5D and 1B. RGB value is (210,93,27). Sum of RGB (Red+Green+Blue) = 210+93+27=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D25D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25D1B is #2DA2E4. Grayscale: #787878. Windows color (decimal): -2990821 or 1793490. OLE color: 1793490.
HSL color Cylindrical-coordinate representation of color #D25D1B: hue angle of 21.64º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D25D1B is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 93 | 27 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.18 |
| HSL | 21.64º | 0.77% | 0.46% | - |
| HSV(B) | 21.64º | 0.87% | 0.82% | - |
| XYZ | 30.69 | 21.61 | 3.59 | - |
| YUV | 120.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 93 | 27 | 0 | 0.56 | 0.87 | 0.18 | 21.64 | 0.77 | 0.46 |
| Hex | D2 | 5D | 1B | 0 | 38 | 57 | 12 | 16 | 4D | 2E |
| Octal | 322 | 135 | 33 | 0 | 70 | 127 | 22 | 26 | 115 | 56 |
| Binary | 11010010 | 1011101 | 11011 | 0 | 111000 | 1010111 | 10010 | 10110 | 1001101 | 101110 |
Color Harmonies of #D25D1B
Complementary color
Monochromatic Colors of #D25D1B
Black with #D25D1B
Text Example
Text Example
White with #D25D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25D1B; }
p { color: rgb(210,93,27); }
H1.HeaderClassName
{
color: #D25D1B;
}
.AnyTagClassName
{
color: #D25D1B;
}
</style>
background-color css
<style>
a { background-color: #D25D1B; }
a { background-color: rgb(210,93,27); }
div.DivClassName
{
background-color: #D25D1B;
}
.BgClassName
{
background-color: #D25D1B;
}
</style>
border-color css
<style>
span { border-color: #D25D1B; }
span { border-color: rgb(210,93,27); }
td.TdClassName
{
border-color: #D25D1B;
}
.TagClassName
{
border-color: #D25D1B;
}
</style>