Shades of Dark Coral #DF593F
Tints of Dark Coral #DF593F
RGB
CMYK
RGB Variations
Color information
#DF593F (or 0xDF593F) is known color: Dark Coral. HEX triplet: DF, 59 and 3F. RGB value is (223,89,63). Sum of RGB (Red+Green+Blue) = 223+89+63=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF593F is #20A6C0. Grayscale: #7E7E7E. Windows color (decimal): -2139841 or 4151775. OLE color: 4151775.
HSL color Cylindrical-coordinate representation of color #DF593F: hue angle of 9.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF593F is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 89 | 63 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.13 |
| HSL | 9.75º | 0.71% | 0.56% | - |
| HSV(B) | 9.75º | 0.72% | 0.87% | - |
| XYZ | 34.9 | 23.19 | 7.34 | - |
| YUV | 126.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 89 | 63 | 0 | 0.60 | 0.72 | 0.13 | 9.75 | 0.71 | 0.56 |
| Hex | DF | 59 | 3F | 0 | 3C | 48 | D | A | 47 | 38 |
| Octal | 337 | 131 | 77 | 0 | 74 | 110 | 15 | 12 | 107 | 70 |
| Binary | 11011111 | 1011001 | 111111 | 0 | 111100 | 1001000 | 1101 | 1010 | 1000111 | 111000 |
Color Harmonies of #DF593F
Complementary color
Monochromatic Colors of #DF593F
Black with #DF593F
Text Example
Text Example
White with #DF593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF593F; }
p { color: rgb(223,89,63); }
H1.HeaderClassName
{
color: #DF593F;
}
.AnyTagClassName
{
color: #DF593F;
}
</style>
background-color css
<style>
a { background-color: #DF593F; }
a { background-color: rgb(223,89,63); }
div.DivClassName
{
background-color: #DF593F;
}
.BgClassName
{
background-color: #DF593F;
}
</style>
border-color css
<style>
span { border-color: #DF593F; }
span { border-color: rgb(223,89,63); }
td.TdClassName
{
border-color: #DF593F;
}
.TagClassName
{
border-color: #DF593F;
}
</style>