Shades of Dark Coral #D2593C
Tints of Dark Coral #D2593C
RGB
CMYK
RGB Variations
Color information
#D2593C (or 0xD2593C) is known color: Dark Coral. HEX triplet: D2, 59 and 3C. RGB value is (210,89,60). Sum of RGB (Red+Green+Blue) = 210+89+60=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2593C is #2DA6C3. Grayscale: #7A7A7A. Windows color (decimal): -2991812 or 3955154. OLE color: 3955154.
HSL color Cylindrical-coordinate representation of color #D2593C: hue angle of 11.6º degrees, saturation: 0.62, 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 #D2593C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 60 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.18 |
| HSL | 11.6º | 0.63% | 0.53% | - |
| HSV(B) | 11.6º | 0.71% | 0.82% | - |
| XYZ | 30.97 | 21.17 | 6.73 | - |
| YUV | 121.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 60 | 0 | 0.58 | 0.71 | 0.18 | 11.6 | 0.63 | 0.53 |
| Hex | D2 | 59 | 3C | 0 | 3A | 47 | 12 | C | 3E | 35 |
| Octal | 322 | 131 | 74 | 0 | 72 | 107 | 22 | 14 | 76 | 65 |
| Binary | 11010010 | 1011001 | 111100 | 0 | 111010 | 1000111 | 10010 | 1100 | 111110 | 110101 |
Color Harmonies of #D2593C
Complementary color
Monochromatic Colors of #D2593C
Black with #D2593C
Text Example
Text Example
White with #D2593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2593C; }
p { color: rgb(210,89,60); }
H1.HeaderClassName
{
color: #D2593C;
}
.AnyTagClassName
{
color: #D2593C;
}
</style>
background-color css
<style>
a { background-color: #D2593C; }
a { background-color: rgb(210,89,60); }
div.DivClassName
{
background-color: #D2593C;
}
.BgClassName
{
background-color: #D2593C;
}
</style>
border-color css
<style>
span { border-color: #D2593C; }
span { border-color: rgb(210,89,60); }
td.TdClassName
{
border-color: #D2593C;
}
.TagClassName
{
border-color: #D2593C;
}
</style>