Shades of Dark Coral #D1563D
Tints of Dark Coral #D1563D
RGB
CMYK
RGB Variations
Color information
#D1563D (or 0xD1563D) is known color: Dark Coral. HEX triplet: D1, 56 and 3D. RGB value is (209,86,61). Sum of RGB (Red+Green+Blue) = 209+86+61=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1563D is #2EA9C2. Grayscale: #787878. Windows color (decimal): -3058115 or 4019921. OLE color: 4019921.
HSL color Cylindrical-coordinate representation of color #D1563D: hue angle of 10.14º 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 #D1563D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 61 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.18 |
| HSL | 10.14º | 0.62% | 0.53% | - |
| HSV(B) | 10.14º | 0.71% | 0.82% | - |
| XYZ | 30.46 | 20.55 | 6.78 | - |
| YUV | 119.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 61 | 0 | 0.59 | 0.71 | 0.18 | 10.14 | 0.62 | 0.53 |
| Hex | D1 | 56 | 3D | 0 | 3B | 47 | 12 | A | 3E | 35 |
| Octal | 321 | 126 | 75 | 0 | 73 | 107 | 22 | 12 | 76 | 65 |
| Binary | 11010001 | 1010110 | 111101 | 0 | 111011 | 1000111 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D1563D
Complementary color
Monochromatic Colors of #D1563D
Black with #D1563D
Text Example
Text Example
White with #D1563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1563D; }
p { color: rgb(209,86,61); }
H1.HeaderClassName
{
color: #D1563D;
}
.AnyTagClassName
{
color: #D1563D;
}
</style>
background-color css
<style>
a { background-color: #D1563D; }
a { background-color: rgb(209,86,61); }
div.DivClassName
{
background-color: #D1563D;
}
.BgClassName
{
background-color: #D1563D;
}
</style>
border-color css
<style>
span { border-color: #D1563D; }
span { border-color: rgb(209,86,61); }
td.TdClassName
{
border-color: #D1563D;
}
.TagClassName
{
border-color: #D1563D;
}
</style>