Shades of Dark Coral #D55644
Tints of Dark Coral #D55644
RGB
CMYK
RGB Variations
Color information
#D55644 (or 0xD55644) is known color: Dark Coral. HEX triplet: D5, 56 and 44. RGB value is (213,86,68). Sum of RGB (Red+Green+Blue) = 213+86+68=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55644 is #2AA9BB. Grayscale: #7A7A7A. Windows color (decimal): -2795964 or 4478677. OLE color: 4478677.
HSL color Cylindrical-coordinate representation of color #D55644: hue angle of 7.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55644 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 68 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.16 |
| HSL | 7.45º | 0.63% | 0.55% | - |
| HSV(B) | 7.45º | 0.68% | 0.84% | - |
| XYZ | 31.81 | 21.22 | 7.89 | - |
| YUV | 121.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 68 | 0 | 0.60 | 0.68 | 0.16 | 7.45 | 0.63 | 0.55 |
| Hex | D5 | 56 | 44 | 0 | 3C | 44 | 10 | 7 | 3F | 37 |
| Octal | 325 | 126 | 104 | 0 | 74 | 104 | 20 | 7 | 77 | 67 |
| Binary | 11010101 | 1010110 | 1000100 | 0 | 111100 | 1000100 | 10000 | 111 | 111111 | 110111 |
Color Harmonies of #D55644
Complementary color
Monochromatic Colors of #D55644
Black with #D55644
Text Example
Text Example
White with #D55644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55644; }
p { color: rgb(213,86,68); }
H1.HeaderClassName
{
color: #D55644;
}
.AnyTagClassName
{
color: #D55644;
}
</style>
background-color css
<style>
a { background-color: #D55644; }
a { background-color: rgb(213,86,68); }
div.DivClassName
{
background-color: #D55644;
}
.BgClassName
{
background-color: #D55644;
}
</style>
border-color css
<style>
span { border-color: #D55644; }
span { border-color: rgb(213,86,68); }
td.TdClassName
{
border-color: #D55644;
}
.TagClassName
{
border-color: #D55644;
}
</style>