Shades of Chocolate #D1641C
Tints of Chocolate #D1641C
RGB
CMYK
RGB Variations
Color information
#D1641C (or 0xD1641C) is known color: Chocolate. HEX triplet: D1, 64 and 1C. RGB value is (209,100,28). Sum of RGB (Red+Green+Blue) = 209+100+28=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1641C is #2E9BE3. Grayscale: #7C7C7C. Windows color (decimal): -3054564 or 1860817. OLE color: 1860817.
HSL color Cylindrical-coordinate representation of color #D1641C: hue angle of 23.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1641C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 28 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.18 |
| HSL | 23.87º | 0.76% | 0.46% | - |
| HSV(B) | 23.87º | 0.87% | 0.82% | - |
| XYZ | 31.06 | 22.75 | 3.85 | - |
| YUV | 124.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 28 | 0 | 0.52 | 0.87 | 0.18 | 23.87 | 0.76 | 0.46 |
| Hex | D1 | 64 | 1C | 0 | 34 | 57 | 12 | 18 | 4C | 2E |
| Octal | 321 | 144 | 34 | 0 | 64 | 127 | 22 | 30 | 114 | 56 |
| Binary | 11010001 | 1100100 | 11100 | 0 | 110100 | 1010111 | 10010 | 11000 | 1001100 | 101110 |
Color Harmonies of #D1641C
Complementary color
Monochromatic Colors of #D1641C
Black with #D1641C
Text Example
Text Example
White with #D1641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1641C; }
p { color: rgb(209,100,28); }
H1.HeaderClassName
{
color: #D1641C;
}
.AnyTagClassName
{
color: #D1641C;
}
</style>
background-color css
<style>
a { background-color: #D1641C; }
a { background-color: rgb(209,100,28); }
div.DivClassName
{
background-color: #D1641C;
}
.BgClassName
{
background-color: #D1641C;
}
</style>
border-color css
<style>
span { border-color: #D1641C; }
span { border-color: rgb(209,100,28); }
td.TdClassName
{
border-color: #D1641C;
}
.TagClassName
{
border-color: #D1641C;
}
</style>