Shades of Chocolate #D1581F
Tints of Chocolate #D1581F
RGB
CMYK
RGB Variations
Color information
#D1581F (or 0xD1581F) is known color: Chocolate. HEX triplet: D1, 58 and 1F. RGB value is (209,88,31). Sum of RGB (Red+Green+Blue) = 209+88+31=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1581F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1581F is #2EA7E0. Grayscale: #767676. Windows color (decimal): -3057633 or 2054353. OLE color: 2054353.
HSL color Cylindrical-coordinate representation of color #D1581F: hue angle of 19.21º 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 #D1581F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 31 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.18 |
| HSL | 19.21º | 0.74% | 0.47% | - |
| HSV(B) | 19.21º | 0.85% | 0.82% | - |
| XYZ | 30.03 | 20.63 | 3.7 | - |
| YUV | 117.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 31 | 0 | 0.58 | 0.85 | 0.18 | 19.21 | 0.74 | 0.47 |
| Hex | D1 | 58 | 1F | 0 | 3A | 55 | 12 | 13 | 4A | 2F |
| Octal | 321 | 130 | 37 | 0 | 72 | 125 | 22 | 23 | 112 | 57 |
| Binary | 11010001 | 1011000 | 11111 | 0 | 111010 | 1010101 | 10010 | 10011 | 1001010 | 101111 |
Color Harmonies of #D1581F
Complementary color
Monochromatic Colors of #D1581F
Black with #D1581F
Text Example
Text Example
White with #D1581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1581F; }
p { color: rgb(209,88,31); }
H1.HeaderClassName
{
color: #D1581F;
}
.AnyTagClassName
{
color: #D1581F;
}
</style>
background-color css
<style>
a { background-color: #D1581F; }
a { background-color: rgb(209,88,31); }
div.DivClassName
{
background-color: #D1581F;
}
.BgClassName
{
background-color: #D1581F;
}
</style>
border-color css
<style>
span { border-color: #D1581F; }
span { border-color: rgb(209,88,31); }
td.TdClassName
{
border-color: #D1581F;
}
.TagClassName
{
border-color: #D1581F;
}
</style>