Shades of Chocolate #D55119
Tints of Chocolate #D55119
RGB
CMYK
RGB Variations
Color information
#D55119 (or 0xD55119) is known color: Chocolate. HEX triplet: D5, 51 and 19. RGB value is (213,81,25). Sum of RGB (Red+Green+Blue) = 213+81+25=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D55119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55119 is #2AAEE6. Grayscale: #727272. Windows color (decimal): -2797287 or 1659349. OLE color: 1659349.
HSL color Cylindrical-coordinate representation of color #D55119: hue angle of 17.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D55119 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 25 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.16 |
| HSL | 17.87º | 0.79% | 0.47% | - |
| HSV(B) | 17.87º | 0.88% | 0.84% | - |
| XYZ | 30.56 | 20.1 | 3.19 | - |
| YUV | 114.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 25 | 0 | 0.62 | 0.88 | 0.16 | 17.87 | 0.79 | 0.47 |
| Hex | D5 | 51 | 19 | 0 | 3E | 58 | 10 | 12 | 4F | 2F |
| Octal | 325 | 121 | 31 | 0 | 76 | 130 | 20 | 22 | 117 | 57 |
| Binary | 11010101 | 1010001 | 11001 | 0 | 111110 | 1011000 | 10000 | 10010 | 1001111 | 101111 |
Color Harmonies of #D55119
Complementary color
Monochromatic Colors of #D55119
Black with #D55119
Text Example
Text Example
White with #D55119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55119; }
p { color: rgb(213,81,25); }
H1.HeaderClassName
{
color: #D55119;
}
.AnyTagClassName
{
color: #D55119;
}
</style>
background-color css
<style>
a { background-color: #D55119; }
a { background-color: rgb(213,81,25); }
div.DivClassName
{
background-color: #D55119;
}
.BgClassName
{
background-color: #D55119;
}
</style>
border-color css
<style>
span { border-color: #D55119; }
span { border-color: rgb(213,81,25); }
td.TdClassName
{
border-color: #D55119;
}
.TagClassName
{
border-color: #D55119;
}
</style>