Shades of Dark Coral #DB593F
Tints of Dark Coral #DB593F
RGB
CMYK
RGB Variations
Color information
#DB593F (or 0xDB593F) is known color: Dark Coral. HEX triplet: DB, 59 and 3F. RGB value is (219,89,63). Sum of RGB (Red+Green+Blue) = 219+89+63=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB593F is #24A6C0. Grayscale: #7D7D7D. Windows color (decimal): -2401985 or 4151771. OLE color: 4151771.
HSL color Cylindrical-coordinate representation of color #DB593F: hue angle of 10º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB593F is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 63 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.14 |
| HSL | 10º | 0.68% | 0.55% | - |
| HSV(B) | 10º | 0.71% | 0.86% | - |
| XYZ | 33.68 | 22.56 | 7.28 | - |
| YUV | 124.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 63 | 0 | 0.59 | 0.71 | 0.14 | 10 | 0.68 | 0.55 |
| Hex | DB | 59 | 3F | 0 | 3B | 47 | E | A | 44 | 37 |
| Octal | 333 | 131 | 77 | 0 | 73 | 107 | 16 | 12 | 104 | 67 |
| Binary | 11011011 | 1011001 | 111111 | 0 | 111011 | 1000111 | 1110 | 1010 | 1000100 | 110111 |
Color Harmonies of #DB593F
Complementary color
Monochromatic Colors of #DB593F
Black with #DB593F
Text Example
Text Example
White with #DB593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB593F; }
p { color: rgb(219,89,63); }
H1.HeaderClassName
{
color: #DB593F;
}
.AnyTagClassName
{
color: #DB593F;
}
</style>
background-color css
<style>
a { background-color: #DB593F; }
a { background-color: rgb(219,89,63); }
div.DivClassName
{
background-color: #DB593F;
}
.BgClassName
{
background-color: #DB593F;
}
</style>
border-color css
<style>
span { border-color: #DB593F; }
span { border-color: rgb(219,89,63); }
td.TdClassName
{
border-color: #DB593F;
}
.TagClassName
{
border-color: #DB593F;
}
</style>