Shades of Dark Coral #D6563C
Tints of Dark Coral #D6563C
RGB
CMYK
RGB Variations
Color information
#D6563C (or 0xD6563C) is known color: Dark Coral. HEX triplet: D6, 56 and 3C. RGB value is (214,86,60). Sum of RGB (Red+Green+Blue) = 214+86+60=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6563C is #29A9C3. Grayscale: #797979. Windows color (decimal): -2730436 or 3954390. OLE color: 3954390.
HSL color Cylindrical-coordinate representation of color #D6563C: hue angle of 10.13º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6563C is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 60 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.16 |
| HSL | 10.13º | 0.65% | 0.54% | - |
| HSV(B) | 10.13º | 0.72% | 0.84% | - |
| XYZ | 31.87 | 21.28 | 6.7 | - |
| YUV | 121.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 60 | 0 | 0.60 | 0.72 | 0.16 | 10.13 | 0.65 | 0.54 |
| Hex | D6 | 56 | 3C | 0 | 3C | 48 | 10 | A | 41 | 36 |
| Octal | 326 | 126 | 74 | 0 | 74 | 110 | 20 | 12 | 101 | 66 |
| Binary | 11010110 | 1010110 | 111100 | 0 | 111100 | 1001000 | 10000 | 1010 | 1000001 | 110110 |
Color Harmonies of #D6563C
Complementary color
Monochromatic Colors of #D6563C
Black with #D6563C
Text Example
Text Example
White with #D6563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6563C; }
p { color: rgb(214,86,60); }
H1.HeaderClassName
{
color: #D6563C;
}
.AnyTagClassName
{
color: #D6563C;
}
</style>
background-color css
<style>
a { background-color: #D6563C; }
a { background-color: rgb(214,86,60); }
div.DivClassName
{
background-color: #D6563C;
}
.BgClassName
{
background-color: #D6563C;
}
</style>
border-color css
<style>
span { border-color: #D6563C; }
span { border-color: rgb(214,86,60); }
td.TdClassName
{
border-color: #D6563C;
}
.TagClassName
{
border-color: #D6563C;
}
</style>