Shades of Dark Coral #D1593D
Tints of Dark Coral #D1593D
RGB
CMYK
RGB Variations
Color information
#D1593D (or 0xD1593D) is known color: Dark Coral. HEX triplet: D1, 59 and 3D. RGB value is (209,89,61). Sum of RGB (Red+Green+Blue) = 209+89+61=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D1593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1593D is #2EA6C2. Grayscale: #797979. Windows color (decimal): -3057347 or 4020689. OLE color: 4020689.
HSL color Cylindrical-coordinate representation of color #D1593D: hue angle of 11.35º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1593D is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 61 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.18 |
| HSL | 11.35º | 0.62% | 0.53% | - |
| HSV(B) | 11.35º | 0.71% | 0.82% | - |
| XYZ | 30.71 | 21.04 | 6.86 | - |
| YUV | 121.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 61 | 0 | 0.57 | 0.71 | 0.18 | 11.35 | 0.62 | 0.53 |
| Hex | D1 | 59 | 3D | 0 | 39 | 47 | 12 | B | 3E | 35 |
| Octal | 321 | 131 | 75 | 0 | 71 | 107 | 22 | 13 | 76 | 65 |
| Binary | 11010001 | 1011001 | 111101 | 0 | 111001 | 1000111 | 10010 | 1011 | 111110 | 110101 |
Color Harmonies of #D1593D
Complementary color
Monochromatic Colors of #D1593D
Black with #D1593D
Text Example
Text Example
White with #D1593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1593D; }
p { color: rgb(209,89,61); }
H1.HeaderClassName
{
color: #D1593D;
}
.AnyTagClassName
{
color: #D1593D;
}
</style>
background-color css
<style>
a { background-color: #D1593D; }
a { background-color: rgb(209,89,61); }
div.DivClassName
{
background-color: #D1593D;
}
.BgClassName
{
background-color: #D1593D;
}
</style>
border-color css
<style>
span { border-color: #D1593D; }
span { border-color: rgb(209,89,61); }
td.TdClassName
{
border-color: #D1593D;
}
.TagClassName
{
border-color: #D1593D;
}
</style>