Shades of Dark Coral #D5593C
Tints of Dark Coral #D5593C
RGB
CMYK
RGB Variations
Color information
#D5593C (or 0xD5593C) is known color: Dark Coral. HEX triplet: D5, 59 and 3C. RGB value is (213,89,60). Sum of RGB (Red+Green+Blue) = 213+89+60=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5593C is #2AA6C3. Grayscale: #7B7B7B. Windows color (decimal): -2795204 or 3955157. OLE color: 3955157.
HSL color Cylindrical-coordinate representation of color #D5593C: hue angle of 11.37º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5593C is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 60 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.16 |
| HSL | 11.37º | 0.65% | 0.54% | - |
| HSV(B) | 11.37º | 0.72% | 0.84% | - |
| XYZ | 31.83 | 21.62 | 6.77 | - |
| YUV | 122.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 60 | 0 | 0.58 | 0.72 | 0.16 | 11.37 | 0.65 | 0.54 |
| Hex | D5 | 59 | 3C | 0 | 3A | 48 | 10 | B | 41 | 36 |
| Octal | 325 | 131 | 74 | 0 | 72 | 110 | 20 | 13 | 101 | 66 |
| Binary | 11010101 | 1011001 | 111100 | 0 | 111010 | 1001000 | 10000 | 1011 | 1000001 | 110110 |
Color Harmonies of #D5593C
Complementary color
Monochromatic Colors of #D5593C
Black with #D5593C
Text Example
Text Example
White with #D5593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5593C; }
p { color: rgb(213,89,60); }
H1.HeaderClassName
{
color: #D5593C;
}
.AnyTagClassName
{
color: #D5593C;
}
</style>
background-color css
<style>
a { background-color: #D5593C; }
a { background-color: rgb(213,89,60); }
div.DivClassName
{
background-color: #D5593C;
}
.BgClassName
{
background-color: #D5593C;
}
</style>
border-color css
<style>
span { border-color: #D5593C; }
span { border-color: rgb(213,89,60); }
td.TdClassName
{
border-color: #D5593C;
}
.TagClassName
{
border-color: #D5593C;
}
</style>