Shades of Dark Coral #D5593F
Tints of Dark Coral #D5593F
RGB
CMYK
RGB Variations
Color information
#D5593F (or 0xD5593F) is known color: Dark Coral. HEX triplet: D5, 59 and 3F. RGB value is (213,89,63). Sum of RGB (Red+Green+Blue) = 213+89+63=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D5593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5593F is #2AA6C0. Grayscale: #7B7B7B. Windows color (decimal): -2795201 or 4151765. OLE color: 4151765.
HSL color Cylindrical-coordinate representation of color #D5593F: hue angle of 10.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5593F is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 63 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.16 |
| HSL | 10.4º | 0.64% | 0.54% | - |
| HSV(B) | 10.4º | 0.7% | 0.84% | - |
| XYZ | 31.91 | 21.65 | 7.2 | - |
| YUV | 123.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 63 | 0 | 0.58 | 0.70 | 0.16 | 10.4 | 0.64 | 0.54 |
| Hex | D5 | 59 | 3F | 0 | 3A | 46 | 10 | A | 40 | 36 |
| Octal | 325 | 131 | 77 | 0 | 72 | 106 | 20 | 12 | 100 | 66 |
| Binary | 11010101 | 1011001 | 111111 | 0 | 111010 | 1000110 | 10000 | 1010 | 1000000 | 110110 |
Color Harmonies of #D5593F
Complementary color
Monochromatic Colors of #D5593F
Black with #D5593F
Text Example
Text Example
White with #D5593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5593F; }
p { color: rgb(213,89,63); }
H1.HeaderClassName
{
color: #D5593F;
}
.AnyTagClassName
{
color: #D5593F;
}
</style>
background-color css
<style>
a { background-color: #D5593F; }
a { background-color: rgb(213,89,63); }
div.DivClassName
{
background-color: #D5593F;
}
.BgClassName
{
background-color: #D5593F;
}
</style>
border-color css
<style>
span { border-color: #D5593F; }
span { border-color: rgb(213,89,63); }
td.TdClassName
{
border-color: #D5593F;
}
.TagClassName
{
border-color: #D5593F;
}
</style>