Shades of Dark Coral #D2563C
Tints of Dark Coral #D2563C
RGB
CMYK
RGB Variations
Color information
#D2563C (or 0xD2563C) is known color: Dark Coral. HEX triplet: D2, 56 and 3C. RGB value is (210,86,60). Sum of RGB (Red+Green+Blue) = 210+86+60=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2563C is #2DA9C3. Grayscale: #787878. Windows color (decimal): -2992580 or 3954386. OLE color: 3954386.
HSL color Cylindrical-coordinate representation of color #D2563C: hue angle of 10.4º 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 #D2563C is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 60 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.18 |
| HSL | 10.4º | 0.63% | 0.53% | - |
| HSV(B) | 10.4º | 0.71% | 0.82% | - |
| XYZ | 30.72 | 20.68 | 6.65 | - |
| YUV | 120.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 60 | 0 | 0.59 | 0.71 | 0.18 | 10.4 | 0.63 | 0.53 |
| Hex | D2 | 56 | 3C | 0 | 3B | 47 | 12 | A | 3E | 35 |
| Octal | 322 | 126 | 74 | 0 | 73 | 107 | 22 | 12 | 76 | 65 |
| Binary | 11010010 | 1010110 | 111100 | 0 | 111011 | 1000111 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D2563C
Complementary color
Monochromatic Colors of #D2563C
Black with #D2563C
Text Example
Text Example
White with #D2563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2563C; }
p { color: rgb(210,86,60); }
H1.HeaderClassName
{
color: #D2563C;
}
.AnyTagClassName
{
color: #D2563C;
}
</style>
background-color css
<style>
a { background-color: #D2563C; }
a { background-color: rgb(210,86,60); }
div.DivClassName
{
background-color: #D2563C;
}
.BgClassName
{
background-color: #D2563C;
}
</style>
border-color css
<style>
span { border-color: #D2563C; }
span { border-color: rgb(210,86,60); }
td.TdClassName
{
border-color: #D2563C;
}
.TagClassName
{
border-color: #D2563C;
}
</style>