Shades of Dark Coral #DC593E
Tints of Dark Coral #DC593E
RGB
CMYK
RGB Variations
Color information
#DC593E (or 0xDC593E) is known color: Dark Coral. HEX triplet: DC, 59 and 3E. RGB value is (220,89,62). Sum of RGB (Red+Green+Blue) = 220+89+62=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC593E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC593E is #23A6C1. Grayscale: #7D7D7D. Windows color (decimal): -2336450 or 4086236. OLE color: 4086236.
HSL color Cylindrical-coordinate representation of color #DC593E: hue angle of 10.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC593E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 62 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 10.25º | 0.69% | 0.55% | - |
| HSV(B) | 10.25º | 0.72% | 0.86% | - |
| XYZ | 33.96 | 22.71 | 7.15 | - |
| YUV | 125.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 62 | 0 | 0.60 | 0.72 | 0.14 | 10.25 | 0.69 | 0.55 |
| Hex | DC | 59 | 3E | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 334 | 131 | 76 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011100 | 1011001 | 111110 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DC593E
Complementary color
Monochromatic Colors of #DC593E
Black with #DC593E
Text Example
Text Example
White with #DC593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC593E; }
p { color: rgb(220,89,62); }
H1.HeaderClassName
{
color: #DC593E;
}
.AnyTagClassName
{
color: #DC593E;
}
</style>
background-color css
<style>
a { background-color: #DC593E; }
a { background-color: rgb(220,89,62); }
div.DivClassName
{
background-color: #DC593E;
}
.BgClassName
{
background-color: #DC593E;
}
</style>
border-color css
<style>
span { border-color: #DC593E; }
span { border-color: rgb(220,89,62); }
td.TdClassName
{
border-color: #DC593E;
}
.TagClassName
{
border-color: #DC593E;
}
</style>