Shades of Dark Coral #D4593C
Tints of Dark Coral #D4593C
RGB
CMYK
RGB Variations
Color information
#D4593C (or 0xD4593C) is known color: Dark Coral. HEX triplet: D4, 59 and 3C. RGB value is (212,89,60). Sum of RGB (Red+Green+Blue) = 212+89+60=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4593C is #2BA6C3. Grayscale: #7A7A7A. Windows color (decimal): -2860740 or 3955156. OLE color: 3955156.
HSL color Cylindrical-coordinate representation of color #D4593C: hue angle of 11.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4593C is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 60 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.17 |
| HSL | 11.45º | 0.64% | 0.53% | - |
| HSV(B) | 11.45º | 0.72% | 0.83% | - |
| XYZ | 31.54 | 21.47 | 6.76 | - |
| YUV | 122.47 | 92.75 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 60 | 0 | 0.58 | 0.72 | 0.17 | 11.45 | 0.64 | 0.53 |
| Hex | D4 | 59 | 3C | 0 | 3A | 48 | 11 | B | 40 | 35 |
| Octal | 324 | 131 | 74 | 0 | 72 | 110 | 21 | 13 | 100 | 65 |
| Binary | 11010100 | 1011001 | 111100 | 0 | 111010 | 1001000 | 10001 | 1011 | 1000000 | 110101 |
Color Harmonies of #D4593C
Complementary color
Monochromatic Colors of #D4593C
Black with #D4593C
Text Example
Text Example
White with #D4593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4593C; }
p { color: rgb(212,89,60); }
H1.HeaderClassName
{
color: #D4593C;
}
.AnyTagClassName
{
color: #D4593C;
}
</style>
background-color css
<style>
a { background-color: #D4593C; }
a { background-color: rgb(212,89,60); }
div.DivClassName
{
background-color: #D4593C;
}
.BgClassName
{
background-color: #D4593C;
}
</style>
border-color css
<style>
span { border-color: #D4593C; }
span { border-color: rgb(212,89,60); }
td.TdClassName
{
border-color: #D4593C;
}
.TagClassName
{
border-color: #D4593C;
}
</style>