Shades of Chocolate #D1631F
Tints of Chocolate #D1631F
RGB
CMYK
RGB Variations
Color information
#D1631F (or 0xD1631F) is known color: Chocolate. HEX triplet: D1, 63 and 1F. RGB value is (209,99,31). Sum of RGB (Red+Green+Blue) = 209+99+31=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1631F is #2E9CE0. Grayscale: #7C7C7C. Windows color (decimal): -3054817 or 2057169. OLE color: 2057169.
HSL color Cylindrical-coordinate representation of color #D1631F: hue angle of 22.92º 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 #D1631F is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 31 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.18 |
| HSL | 22.92º | 0.74% | 0.47% | - |
| HSV(B) | 22.92º | 0.85% | 0.82% | - |
| XYZ | 31 | 22.58 | 4.02 | - |
| YUV | 124.14 | 75.44 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 31 | 0 | 0.53 | 0.85 | 0.18 | 22.92 | 0.74 | 0.47 |
| Hex | D1 | 63 | 1F | 0 | 35 | 55 | 12 | 17 | 4A | 2F |
| Octal | 321 | 143 | 37 | 0 | 65 | 125 | 22 | 27 | 112 | 57 |
| Binary | 11010001 | 1100011 | 11111 | 0 | 110101 | 1010101 | 10010 | 10111 | 1001010 | 101111 |
Color Harmonies of #D1631F
Complementary color
Monochromatic Colors of #D1631F
Black with #D1631F
Text Example
Text Example
White with #D1631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1631F; }
p { color: rgb(209,99,31); }
H1.HeaderClassName
{
color: #D1631F;
}
.AnyTagClassName
{
color: #D1631F;
}
</style>
background-color css
<style>
a { background-color: #D1631F; }
a { background-color: rgb(209,99,31); }
div.DivClassName
{
background-color: #D1631F;
}
.BgClassName
{
background-color: #D1631F;
}
</style>
border-color css
<style>
span { border-color: #D1631F; }
span { border-color: rgb(209,99,31); }
td.TdClassName
{
border-color: #D1631F;
}
.TagClassName
{
border-color: #D1631F;
}
</style>