Shades of Chocolate #D75D1F
Tints of Chocolate #D75D1F
RGB
CMYK
RGB Variations
Color information
#D75D1F (or 0xD75D1F) is known color: Chocolate. HEX triplet: D7, 5D and 1F. RGB value is (215,93,31). Sum of RGB (Red+Green+Blue) = 215+93+31=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D1F is #28A2E0. Grayscale: #7A7A7A. Windows color (decimal): -2663137 or 2055639. OLE color: 2055639.
HSL color Cylindrical-coordinate representation of color #D75D1F: hue angle of 20.22º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D75D1F is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 31 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.16 |
| HSL | 20.22º | 0.75% | 0.48% | - |
| HSV(B) | 20.22º | 0.86% | 0.84% | - |
| XYZ | 32.19 | 22.37 | 3.92 | - |
| YUV | 122.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 31 | 0 | 0.57 | 0.86 | 0.16 | 20.22 | 0.75 | 0.48 |
| Hex | D7 | 5D | 1F | 0 | 39 | 56 | 10 | 14 | 4B | 30 |
| Octal | 327 | 135 | 37 | 0 | 71 | 126 | 20 | 24 | 113 | 60 |
| Binary | 11010111 | 1011101 | 11111 | 0 | 111001 | 1010110 | 10000 | 10100 | 1001011 | 110000 |
Color Harmonies of #D75D1F
Complementary color
Monochromatic Colors of #D75D1F
Black with #D75D1F
Text Example
Text Example
White with #D75D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D1F; }
p { color: rgb(215,93,31); }
H1.HeaderClassName
{
color: #D75D1F;
}
.AnyTagClassName
{
color: #D75D1F;
}
</style>
background-color css
<style>
a { background-color: #D75D1F; }
a { background-color: rgb(215,93,31); }
div.DivClassName
{
background-color: #D75D1F;
}
.BgClassName
{
background-color: #D75D1F;
}
</style>
border-color css
<style>
span { border-color: #D75D1F; }
span { border-color: rgb(215,93,31); }
td.TdClassName
{
border-color: #D75D1F;
}
.TagClassName
{
border-color: #D75D1F;
}
</style>