Shades of Chocolate #D3551B
Tints of Chocolate #D3551B
RGB
CMYK
RGB Variations
Color information
#D3551B (or 0xD3551B) is known color: Chocolate. HEX triplet: D3, 55 and 1B. RGB value is (211,85,27). Sum of RGB (Red+Green+Blue) = 211+85+27=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D3551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3551B is #2CAAE4. Grayscale: #747474. Windows color (decimal): -2927333 or 1791443. OLE color: 1791443.
HSL color Cylindrical-coordinate representation of color #D3551B: hue angle of 18.91º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3551B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 85 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.17 |
| HSL | 18.91º | 0.77% | 0.47% | - |
| HSV(B) | 18.91º | 0.87% | 0.83% | - |
| XYZ | 30.31 | 20.43 | 3.38 | - |
| YUV | 116.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 27 | 0 | 0.60 | 0.87 | 0.17 | 18.91 | 0.77 | 0.47 |
| Hex | D3 | 55 | 1B | 0 | 3C | 57 | 11 | 13 | 4D | 2F |
| Octal | 323 | 125 | 33 | 0 | 74 | 127 | 21 | 23 | 115 | 57 |
| Binary | 11010011 | 1010101 | 11011 | 0 | 111100 | 1010111 | 10001 | 10011 | 1001101 | 101111 |
Color Harmonies of #D3551B
Complementary color
Monochromatic Colors of #D3551B
Black with #D3551B
Text Example
Text Example
White with #D3551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3551B; }
p { color: rgb(211,85,27); }
H1.HeaderClassName
{
color: #D3551B;
}
.AnyTagClassName
{
color: #D3551B;
}
</style>
background-color css
<style>
a { background-color: #D3551B; }
a { background-color: rgb(211,85,27); }
div.DivClassName
{
background-color: #D3551B;
}
.BgClassName
{
background-color: #D3551B;
}
</style>
border-color css
<style>
span { border-color: #D3551B; }
span { border-color: rgb(211,85,27); }
td.TdClassName
{
border-color: #D3551B;
}
.TagClassName
{
border-color: #D3551B;
}
</style>