Shades of Dark Coral #DB593D
Tints of Dark Coral #DB593D
RGB
CMYK
RGB Variations
Color information
#DB593D (or 0xDB593D) is known color: Dark Coral. HEX triplet: DB, 59 and 3D. RGB value is (219,89,61). Sum of RGB (Red+Green+Blue) = 219+89+61=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB593D is #24A6C2. Grayscale: #7C7C7C. Windows color (decimal): -2401987 or 4020699. OLE color: 4020699.
HSL color Cylindrical-coordinate representation of color #DB593D: hue angle of 10.63º 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 #DB593D is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 61 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.14 |
| HSL | 10.63º | 0.69% | 0.55% | - |
| HSV(B) | 10.63º | 0.72% | 0.86% | - |
| XYZ | 33.63 | 22.54 | 6.99 | - |
| YUV | 124.68 | 92.07 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 61 | 0 | 0.59 | 0.72 | 0.14 | 10.63 | 0.69 | 0.55 |
| Hex | DB | 59 | 3D | 0 | 3B | 48 | E | B | 45 | 37 |
| Octal | 333 | 131 | 75 | 0 | 73 | 110 | 16 | 13 | 105 | 67 |
| Binary | 11011011 | 1011001 | 111101 | 0 | 111011 | 1001000 | 1110 | 1011 | 1000101 | 110111 |
Color Harmonies of #DB593D
Complementary color
Monochromatic Colors of #DB593D
Black with #DB593D
Text Example
Text Example
White with #DB593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB593D; }
p { color: rgb(219,89,61); }
H1.HeaderClassName
{
color: #DB593D;
}
.AnyTagClassName
{
color: #DB593D;
}
</style>
background-color css
<style>
a { background-color: #DB593D; }
a { background-color: rgb(219,89,61); }
div.DivClassName
{
background-color: #DB593D;
}
.BgClassName
{
background-color: #DB593D;
}
</style>
border-color css
<style>
span { border-color: #DB593D; }
span { border-color: rgb(219,89,61); }
td.TdClassName
{
border-color: #DB593D;
}
.TagClassName
{
border-color: #DB593D;
}
</style>