Shades of Dark Coral #D0593C
Tints of Dark Coral #D0593C
RGB
CMYK
RGB Variations
Color information
#D0593C (or 0xD0593C) is known color: Dark Coral. HEX triplet: D0, 59 and 3C. RGB value is (208,89,60). Sum of RGB (Red+Green+Blue) = 208+89+60=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0593C is #2FA6C3. Grayscale: #797979. Windows color (decimal): -3122884 or 3955152. OLE color: 3955152.
HSL color Cylindrical-coordinate representation of color #D0593C: hue angle of 11.76º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0593C is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 60 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.18 |
| HSL | 11.76º | 0.61% | 0.53% | - |
| HSV(B) | 11.76º | 0.71% | 0.82% | - |
| XYZ | 30.4 | 20.88 | 6.7 | - |
| YUV | 121.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 60 | 0 | 0.57 | 0.71 | 0.18 | 11.76 | 0.61 | 0.53 |
| Hex | D0 | 59 | 3C | 0 | 39 | 47 | 12 | C | 3D | 35 |
| Octal | 320 | 131 | 74 | 0 | 71 | 107 | 22 | 14 | 75 | 65 |
| Binary | 11010000 | 1011001 | 111100 | 0 | 111001 | 1000111 | 10010 | 1100 | 111101 | 110101 |
Color Harmonies of #D0593C
Complementary color
Monochromatic Colors of #D0593C
Black with #D0593C
Text Example
Text Example
White with #D0593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0593C; }
p { color: rgb(208,89,60); }
H1.HeaderClassName
{
color: #D0593C;
}
.AnyTagClassName
{
color: #D0593C;
}
</style>
background-color css
<style>
a { background-color: #D0593C; }
a { background-color: rgb(208,89,60); }
div.DivClassName
{
background-color: #D0593C;
}
.BgClassName
{
background-color: #D0593C;
}
</style>
border-color css
<style>
span { border-color: #D0593C; }
span { border-color: rgb(208,89,60); }
td.TdClassName
{
border-color: #D0593C;
}
.TagClassName
{
border-color: #D0593C;
}
</style>