Shades of Chocolate #D2551A
Tints of Chocolate #D2551A
RGB
CMYK
RGB Variations
Color information
#D2551A (or 0xD2551A) is known color: Chocolate. HEX triplet: D2, 55 and 1A. RGB value is (210,85,26). Sum of RGB (Red+Green+Blue) = 210+85+26=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2551A is #2DAAE5. Grayscale: #747474. Windows color (decimal): -2992870 or 1725906. OLE color: 1725906.
HSL color Cylindrical-coordinate representation of color #D2551A: hue angle of 19.24º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2551A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 26 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 19.24º | 0.78% | 0.46% | - |
| HSV(B) | 19.24º | 0.88% | 0.82% | - |
| XYZ | 30.01 | 20.27 | 3.31 | - |
| YUV | 115.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 26 | 0 | 0.60 | 0.88 | 0.18 | 19.24 | 0.78 | 0.46 |
| Hex | D2 | 55 | 1A | 0 | 3C | 58 | 12 | 13 | 4E | 2E |
| Octal | 322 | 125 | 32 | 0 | 74 | 130 | 22 | 23 | 116 | 56 |
| Binary | 11010010 | 1010101 | 11010 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001110 | 101110 |
Color Harmonies of #D2551A
Complementary color
Monochromatic Colors of #D2551A
Black with #D2551A
Text Example
Text Example
White with #D2551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2551A; }
p { color: rgb(210,85,26); }
H1.HeaderClassName
{
color: #D2551A;
}
.AnyTagClassName
{
color: #D2551A;
}
</style>
background-color css
<style>
a { background-color: #D2551A; }
a { background-color: rgb(210,85,26); }
div.DivClassName
{
background-color: #D2551A;
}
.BgClassName
{
background-color: #D2551A;
}
</style>
border-color css
<style>
span { border-color: #D2551A; }
span { border-color: rgb(210,85,26); }
td.TdClassName
{
border-color: #D2551A;
}
.TagClassName
{
border-color: #D2551A;
}
</style>