Shades of Chocolate #D55D1F
Tints of Chocolate #D55D1F
RGB
CMYK
RGB Variations
Color information
#D55D1F (or 0xD55D1F) is known color: Chocolate. HEX triplet: D5, 5D and 1F. RGB value is (213,93,31). Sum of RGB (Red+Green+Blue) = 213+93+31=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D1F is #2AA2E0. Grayscale: #7A7A7A. Windows color (decimal): -2794209 or 2055637. OLE color: 2055637.
HSL color Cylindrical-coordinate representation of color #D55D1F: hue angle of 20.44º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D55D1F is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 31 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.16 |
| HSL | 20.44º | 0.75% | 0.48% | - |
| HSV(B) | 20.44º | 0.85% | 0.84% | - |
| XYZ | 31.6 | 22.07 | 3.89 | - |
| YUV | 121.81 | 76.76 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 31 | 0 | 0.56 | 0.85 | 0.16 | 20.44 | 0.75 | 0.48 |
| Hex | D5 | 5D | 1F | 0 | 38 | 55 | 10 | 14 | 4B | 30 |
| Octal | 325 | 135 | 37 | 0 | 70 | 125 | 20 | 24 | 113 | 60 |
| Binary | 11010101 | 1011101 | 11111 | 0 | 111000 | 1010101 | 10000 | 10100 | 1001011 | 110000 |
Color Harmonies of #D55D1F
Complementary color
Monochromatic Colors of #D55D1F
Black with #D55D1F
Text Example
Text Example
White with #D55D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D1F; }
p { color: rgb(213,93,31); }
H1.HeaderClassName
{
color: #D55D1F;
}
.AnyTagClassName
{
color: #D55D1F;
}
</style>
background-color css
<style>
a { background-color: #D55D1F; }
a { background-color: rgb(213,93,31); }
div.DivClassName
{
background-color: #D55D1F;
}
.BgClassName
{
background-color: #D55D1F;
}
</style>
border-color css
<style>
span { border-color: #D55D1F; }
span { border-color: rgb(213,93,31); }
td.TdClassName
{
border-color: #D55D1F;
}
.TagClassName
{
border-color: #D55D1F;
}
</style>