Shades of Chocolate #D1551C
Tints of Chocolate #D1551C
RGB
CMYK
RGB Variations
Color information
#D1551C (or 0xD1551C) is known color: Chocolate. HEX triplet: D1, 55 and 1C. RGB value is (209,85,28). Sum of RGB (Red+Green+Blue) = 209+85+28=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1551C is #2EAAE3. Grayscale: #737373. Windows color (decimal): -3058404 or 1856977. OLE color: 1856977.
HSL color Cylindrical-coordinate representation of color #D1551C: hue angle of 18.9º 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 #D1551C is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 28 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.18 |
| HSL | 18.9º | 0.76% | 0.46% | - |
| HSV(B) | 18.9º | 0.87% | 0.82% | - |
| XYZ | 29.75 | 20.14 | 3.42 | - |
| YUV | 115.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 28 | 0 | 0.59 | 0.87 | 0.18 | 18.9 | 0.76 | 0.46 |
| Hex | D1 | 55 | 1C | 0 | 3B | 57 | 12 | 13 | 4C | 2E |
| Octal | 321 | 125 | 34 | 0 | 73 | 127 | 22 | 23 | 114 | 56 |
| Binary | 11010001 | 1010101 | 11100 | 0 | 111011 | 1010111 | 10010 | 10011 | 1001100 | 101110 |
Color Harmonies of #D1551C
Complementary color
Monochromatic Colors of #D1551C
Black with #D1551C
Text Example
Text Example
White with #D1551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1551C; }
p { color: rgb(209,85,28); }
H1.HeaderClassName
{
color: #D1551C;
}
.AnyTagClassName
{
color: #D1551C;
}
</style>
background-color css
<style>
a { background-color: #D1551C; }
a { background-color: rgb(209,85,28); }
div.DivClassName
{
background-color: #D1551C;
}
.BgClassName
{
background-color: #D1551C;
}
</style>
border-color css
<style>
span { border-color: #D1551C; }
span { border-color: rgb(209,85,28); }
td.TdClassName
{
border-color: #D1551C;
}
.TagClassName
{
border-color: #D1551C;
}
</style>