Shades of Chocolate #D55E11
Tints of Chocolate #D55E11
RGB
CMYK
RGB Variations
Color information
#D55E11 (or 0xD55E11) is known color: Chocolate. HEX triplet: D5, 5E and 11. RGB value is (213,94,17). Sum of RGB (Red+Green+Blue) = 213+94+17=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55E11 is #2AA1EE. Grayscale: #797979. Windows color (decimal): -2793967 or 1138389. OLE color: 1138389.
HSL color Cylindrical-coordinate representation of color #D55E11: hue angle of 23.57º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D55E11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 17 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.16 |
| HSL | 23.57º | 0.85% | 0.45% | - |
| HSV(B) | 23.57º | 0.92% | 0.84% | - |
| XYZ | 31.54 | 22.19 | 3.15 | - |
| YUV | 120.8 | 69.42 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 17 | 0 | 0.56 | 0.92 | 0.16 | 23.57 | 0.85 | 0.45 |
| Hex | D5 | 5E | 11 | 0 | 38 | 5C | 10 | 18 | 55 | 2D |
| Octal | 325 | 136 | 21 | 0 | 70 | 134 | 20 | 30 | 125 | 55 |
| Binary | 11010101 | 1011110 | 10001 | 0 | 111000 | 1011100 | 10000 | 11000 | 1010101 | 101101 |
Color Harmonies of #D55E11
Complementary color
Monochromatic Colors of #D55E11
Black with #D55E11
Text Example
Text Example
White with #D55E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E11; }
p { color: rgb(213,94,17); }
H1.HeaderClassName
{
color: #D55E11;
}
.AnyTagClassName
{
color: #D55E11;
}
</style>
background-color css
<style>
a { background-color: #D55E11; }
a { background-color: rgb(213,94,17); }
div.DivClassName
{
background-color: #D55E11;
}
.BgClassName
{
background-color: #D55E11;
}
</style>
border-color css
<style>
span { border-color: #D55E11; }
span { border-color: rgb(213,94,17); }
td.TdClassName
{
border-color: #D55E11;
}
.TagClassName
{
border-color: #D55E11;
}
</style>