Shades of Dark Coral #DD593D
Tints of Dark Coral #DD593D
RGB
CMYK
RGB Variations
Color information
#DD593D (or 0xDD593D) is known color: Dark Coral. HEX triplet: DD, 59 and 3D. RGB value is (221,89,61). Sum of RGB (Red+Green+Blue) = 221+89+61=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD593D is #22A6C2. Grayscale: #7D7D7D. Windows color (decimal): -2270915 or 4020701. OLE color: 4020701.
HSL color Cylindrical-coordinate representation of color #DD593D: hue angle of 10.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD593D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.13 |
| HSL | 10.5º | 0.7% | 0.55% | - |
| HSV(B) | 10.5º | 0.72% | 0.87% | - |
| XYZ | 34.23 | 22.85 | 7.02 | - |
| YUV | 125.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 61 | 0 | 0.60 | 0.72 | 0.13 | 10.5 | 0.7 | 0.55 |
| Hex | DD | 59 | 3D | 0 | 3C | 48 | D | A | 46 | 37 |
| Octal | 335 | 131 | 75 | 0 | 74 | 110 | 15 | 12 | 106 | 67 |
| Binary | 11011101 | 1011001 | 111101 | 0 | 111100 | 1001000 | 1101 | 1010 | 1000110 | 110111 |
Color Harmonies of #DD593D
Complementary color
Monochromatic Colors of #DD593D
Black with #DD593D
Text Example
Text Example
White with #DD593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD593D; }
p { color: rgb(221,89,61); }
H1.HeaderClassName
{
color: #DD593D;
}
.AnyTagClassName
{
color: #DD593D;
}
</style>
background-color css
<style>
a { background-color: #DD593D; }
a { background-color: rgb(221,89,61); }
div.DivClassName
{
background-color: #DD593D;
}
.BgClassName
{
background-color: #DD593D;
}
</style>
border-color css
<style>
span { border-color: #DD593D; }
span { border-color: rgb(221,89,61); }
td.TdClassName
{
border-color: #DD593D;
}
.TagClassName
{
border-color: #DD593D;
}
</style>