Shades of Dark Coral #D55744
Tints of Dark Coral #D55744
RGB
CMYK
RGB Variations
Color information
#D55744 (or 0xD55744) is known color: Dark Coral. HEX triplet: D5, 57 and 44. RGB value is (213,87,68). Sum of RGB (Red+Green+Blue) = 213+87+68=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D55744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55744 is #2AA8BB. Grayscale: #7A7A7A. Windows color (decimal): -2795708 or 4478933. OLE color: 4478933.
HSL color Cylindrical-coordinate representation of color #D55744: hue angle of 7.86º 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 #D55744 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 68 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 7.86º | 0.63% | 0.55% | - |
| HSV(B) | 7.86º | 0.68% | 0.84% | - |
| XYZ | 31.89 | 21.38 | 7.91 | - |
| YUV | 122.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 68 | 0 | 0.59 | 0.68 | 0.16 | 7.86 | 0.63 | 0.55 |
| Hex | D5 | 57 | 44 | 0 | 3B | 44 | 10 | 8 | 3F | 37 |
| Octal | 325 | 127 | 104 | 0 | 73 | 104 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1010111 | 1000100 | 0 | 111011 | 1000100 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55744
Complementary color
Monochromatic Colors of #D55744
Black with #D55744
Text Example
Text Example
White with #D55744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55744; }
p { color: rgb(213,87,68); }
H1.HeaderClassName
{
color: #D55744;
}
.AnyTagClassName
{
color: #D55744;
}
</style>
background-color css
<style>
a { background-color: #D55744; }
a { background-color: rgb(213,87,68); }
div.DivClassName
{
background-color: #D55744;
}
.BgClassName
{
background-color: #D55744;
}
</style>
border-color css
<style>
span { border-color: #D55744; }
span { border-color: rgb(213,87,68); }
td.TdClassName
{
border-color: #D55744;
}
.TagClassName
{
border-color: #D55744;
}
</style>