Shades of Chocolate #D55D1D
Tints of Chocolate #D55D1D
RGB
CMYK
RGB Variations
Color information
#D55D1D (or 0xD55D1D) is known color: Chocolate. HEX triplet: D5, 5D and 1D. RGB value is (213,93,29). Sum of RGB (Red+Green+Blue) = 213+93+29=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D1D is #2AA2E2. Grayscale: #797979. Windows color (decimal): -2794211 or 1924565. OLE color: 1924565.
HSL color Cylindrical-coordinate representation of color #D55D1D: hue angle of 20.87º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D55D1D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 29 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.16 |
| HSL | 20.87º | 0.76% | 0.47% | - |
| HSV(B) | 20.87º | 0.86% | 0.84% | - |
| XYZ | 31.58 | 22.06 | 3.76 | - |
| YUV | 121.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 29 | 0 | 0.56 | 0.86 | 0.16 | 20.87 | 0.76 | 0.47 |
| Hex | D5 | 5D | 1D | 0 | 38 | 56 | 10 | 15 | 4C | 2F |
| Octal | 325 | 135 | 35 | 0 | 70 | 126 | 20 | 25 | 114 | 57 |
| Binary | 11010101 | 1011101 | 11101 | 0 | 111000 | 1010110 | 10000 | 10101 | 1001100 | 101111 |
Color Harmonies of #D55D1D
Complementary color
Monochromatic Colors of #D55D1D
Black with #D55D1D
Text Example
Text Example
White with #D55D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D1D; }
p { color: rgb(213,93,29); }
H1.HeaderClassName
{
color: #D55D1D;
}
.AnyTagClassName
{
color: #D55D1D;
}
</style>
background-color css
<style>
a { background-color: #D55D1D; }
a { background-color: rgb(213,93,29); }
div.DivClassName
{
background-color: #D55D1D;
}
.BgClassName
{
background-color: #D55D1D;
}
</style>
border-color css
<style>
span { border-color: #D55D1D; }
span { border-color: rgb(213,93,29); }
td.TdClassName
{
border-color: #D55D1D;
}
.TagClassName
{
border-color: #D55D1D;
}
</style>