Shades of Chocolate #D55F15
Tints of Chocolate #D55F15
RGB
CMYK
RGB Variations
Color information
#D55F15 (or 0xD55F15) is known color: Chocolate. HEX triplet: D5, 5F and 15. RGB value is (213,95,21). Sum of RGB (Red+Green+Blue) = 213+95+21=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55F15 is #2AA0EA. Grayscale: #7A7A7A. Windows color (decimal): -2793707 or 1400789. OLE color: 1400789.
HSL color Cylindrical-coordinate representation of color #D55F15: hue angle of 23.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D55F15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.16 |
| HSL | 23.13º | 0.82% | 0.46% | - |
| HSV(B) | 23.13º | 0.9% | 0.84% | - |
| XYZ | 31.67 | 22.38 | 3.36 | - |
| YUV | 121.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 21 | 0 | 0.55 | 0.90 | 0.16 | 23.13 | 0.82 | 0.46 |
| Hex | D5 | 5F | 15 | 0 | 37 | 5A | 10 | 17 | 52 | 2E |
| Octal | 325 | 137 | 25 | 0 | 67 | 132 | 20 | 27 | 122 | 56 |
| Binary | 11010101 | 1011111 | 10101 | 0 | 110111 | 1011010 | 10000 | 10111 | 1010010 | 101110 |
Color Harmonies of #D55F15
Complementary color
Monochromatic Colors of #D55F15
Black with #D55F15
Text Example
Text Example
White with #D55F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F15; }
p { color: rgb(213,95,21); }
H1.HeaderClassName
{
color: #D55F15;
}
.AnyTagClassName
{
color: #D55F15;
}
</style>
background-color css
<style>
a { background-color: #D55F15; }
a { background-color: rgb(213,95,21); }
div.DivClassName
{
background-color: #D55F15;
}
.BgClassName
{
background-color: #D55F15;
}
</style>
border-color css
<style>
span { border-color: #D55F15; }
span { border-color: rgb(213,95,21); }
td.TdClassName
{
border-color: #D55F15;
}
.TagClassName
{
border-color: #D55F15;
}
</style>