Shades of Chocolate #D75117
Tints of Chocolate #D75117
RGB
CMYK
RGB Variations
Color information
#D75117 (or 0xD75117) is known color: Chocolate. HEX triplet: D7, 51 and 17. RGB value is (215,81,23). Sum of RGB (Red+Green+Blue) = 215+81+23=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D75117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75117 is #28AEE8. Grayscale: #727272. Windows color (decimal): -2666217 or 1528279. OLE color: 1528279.
HSL color Cylindrical-coordinate representation of color #D75117: hue angle of 18.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D75117 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 81 | 23 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.16 |
| HSL | 18.13º | 0.81% | 0.47% | - |
| HSV(B) | 18.13º | 0.89% | 0.84% | - |
| XYZ | 31.12 | 20.39 | 3.11 | - |
| YUV | 114.45 | 76.39 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 81 | 23 | 0 | 0.62 | 0.89 | 0.16 | 18.13 | 0.81 | 0.47 |
| Hex | D7 | 51 | 17 | 0 | 3E | 59 | 10 | 12 | 51 | 2F |
| Octal | 327 | 121 | 27 | 0 | 76 | 131 | 20 | 22 | 121 | 57 |
| Binary | 11010111 | 1010001 | 10111 | 0 | 111110 | 1011001 | 10000 | 10010 | 1010001 | 101111 |
Color Harmonies of #D75117
Complementary color
Monochromatic Colors of #D75117
Black with #D75117
Text Example
Text Example
White with #D75117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75117; }
p { color: rgb(215,81,23); }
H1.HeaderClassName
{
color: #D75117;
}
.AnyTagClassName
{
color: #D75117;
}
</style>
background-color css
<style>
a { background-color: #D75117; }
a { background-color: rgb(215,81,23); }
div.DivClassName
{
background-color: #D75117;
}
.BgClassName
{
background-color: #D75117;
}
</style>
border-color css
<style>
span { border-color: #D75117; }
span { border-color: rgb(215,81,23); }
td.TdClassName
{
border-color: #D75117;
}
.TagClassName
{
border-color: #D75117;
}
</style>