Shades of Dark Coral #D55944
Tints of Dark Coral #D55944
RGB
CMYK
RGB Variations
Color information
#D55944 (or 0xD55944) is known color: Dark Coral. HEX triplet: D5, 59 and 44. RGB value is (213,89,68). Sum of RGB (Red+Green+Blue) = 213+89+68=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55944 is #2AA6BB. Grayscale: #7B7B7B. Windows color (decimal): -2795196 or 4479445. OLE color: 4479445.
HSL color Cylindrical-coordinate representation of color #D55944: hue angle of 8.69º 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 #D55944 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 68 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.16 |
| HSL | 8.69º | 0.63% | 0.55% | - |
| HSV(B) | 8.69º | 0.68% | 0.84% | - |
| XYZ | 32.06 | 21.71 | 7.97 | - |
| YUV | 123.68 | 96.58 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 68 | 0 | 0.58 | 0.68 | 0.16 | 8.69 | 0.63 | 0.55 |
| Hex | D5 | 59 | 44 | 0 | 3A | 44 | 10 | 9 | 3F | 37 |
| Octal | 325 | 131 | 104 | 0 | 72 | 104 | 20 | 11 | 77 | 67 |
| Binary | 11010101 | 1011001 | 1000100 | 0 | 111010 | 1000100 | 10000 | 1001 | 111111 | 110111 |
Color Harmonies of #D55944
Complementary color
Monochromatic Colors of #D55944
Black with #D55944
Text Example
Text Example
White with #D55944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55944; }
p { color: rgb(213,89,68); }
H1.HeaderClassName
{
color: #D55944;
}
.AnyTagClassName
{
color: #D55944;
}
</style>
background-color css
<style>
a { background-color: #D55944; }
a { background-color: rgb(213,89,68); }
div.DivClassName
{
background-color: #D55944;
}
.BgClassName
{
background-color: #D55944;
}
</style>
border-color css
<style>
span { border-color: #D55944; }
span { border-color: rgb(213,89,68); }
td.TdClassName
{
border-color: #D55944;
}
.TagClassName
{
border-color: #D55944;
}
</style>