Shades of Chocolate #D1561F
Tints of Chocolate #D1561F
RGB
CMYK
RGB Variations
Color information
#D1561F (or 0xD1561F) is known color: Chocolate. HEX triplet: D1, 56 and 1F. RGB value is (209,86,31). Sum of RGB (Red+Green+Blue) = 209+86+31=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1561F is #2EA9E0. Grayscale: #747474. Windows color (decimal): -3058145 or 2053841. OLE color: 2053841.
HSL color Cylindrical-coordinate representation of color #D1561F: hue angle of 18.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1561F is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 31 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.18 |
| HSL | 18.54º | 0.74% | 0.47% | - |
| HSV(B) | 18.54º | 0.85% | 0.82% | - |
| XYZ | 29.87 | 20.31 | 3.64 | - |
| YUV | 116.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 31 | 0 | 0.59 | 0.85 | 0.18 | 18.54 | 0.74 | 0.47 |
| Hex | D1 | 56 | 1F | 0 | 3B | 55 | 12 | 13 | 4A | 2F |
| Octal | 321 | 126 | 37 | 0 | 73 | 125 | 22 | 23 | 112 | 57 |
| Binary | 11010001 | 1010110 | 11111 | 0 | 111011 | 1010101 | 10010 | 10011 | 1001010 | 101111 |
Color Harmonies of #D1561F
Complementary color
Monochromatic Colors of #D1561F
Black with #D1561F
Text Example
Text Example
White with #D1561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1561F; }
p { color: rgb(209,86,31); }
H1.HeaderClassName
{
color: #D1561F;
}
.AnyTagClassName
{
color: #D1561F;
}
</style>
background-color css
<style>
a { background-color: #D1561F; }
a { background-color: rgb(209,86,31); }
div.DivClassName
{
background-color: #D1561F;
}
.BgClassName
{
background-color: #D1561F;
}
</style>
border-color css
<style>
span { border-color: #D1561F; }
span { border-color: rgb(209,86,31); }
td.TdClassName
{
border-color: #D1561F;
}
.TagClassName
{
border-color: #D1561F;
}
</style>