Shades of Dark Coral #D6593D
Tints of Dark Coral #D6593D
RGB
CMYK
RGB Variations
Color information
#D6593D (or 0xD6593D) is known color: Dark Coral. HEX triplet: D6, 59 and 3D. RGB value is (214,89,61). Sum of RGB (Red+Green+Blue) = 214+89+61=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6593D is #29A6C2. Grayscale: #7B7B7B. Windows color (decimal): -2729667 or 4020694. OLE color: 4020694.
HSL color Cylindrical-coordinate representation of color #D6593D: hue angle of 10.98º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6593D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 61 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.16 |
| HSL | 10.98º | 0.65% | 0.54% | - |
| HSV(B) | 10.98º | 0.71% | 0.84% | - |
| XYZ | 32.15 | 21.78 | 6.92 | - |
| YUV | 123.18 | 92.91 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 61 | 0 | 0.58 | 0.71 | 0.16 | 10.98 | 0.65 | 0.54 |
| Hex | D6 | 59 | 3D | 0 | 3A | 47 | 10 | B | 41 | 36 |
| Octal | 326 | 131 | 75 | 0 | 72 | 107 | 20 | 13 | 101 | 66 |
| Binary | 11010110 | 1011001 | 111101 | 0 | 111010 | 1000111 | 10000 | 1011 | 1000001 | 110110 |
Color Harmonies of #D6593D
Complementary color
Monochromatic Colors of #D6593D
Black with #D6593D
Text Example
Text Example
White with #D6593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6593D; }
p { color: rgb(214,89,61); }
H1.HeaderClassName
{
color: #D6593D;
}
.AnyTagClassName
{
color: #D6593D;
}
</style>
background-color css
<style>
a { background-color: #D6593D; }
a { background-color: rgb(214,89,61); }
div.DivClassName
{
background-color: #D6593D;
}
.BgClassName
{
background-color: #D6593D;
}
</style>
border-color css
<style>
span { border-color: #D6593D; }
span { border-color: rgb(214,89,61); }
td.TdClassName
{
border-color: #D6593D;
}
.TagClassName
{
border-color: #D6593D;
}
</style>