Shades of Dark Coral #D2563E
Tints of Dark Coral #D2563E
RGB
CMYK
RGB Variations
Color information
#D2563E (or 0xD2563E) is known color: Dark Coral. HEX triplet: D2, 56 and 3E. RGB value is (210,86,62). Sum of RGB (Red+Green+Blue) = 210+86+62=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2563E is #2DA9C1. Grayscale: #787878. Windows color (decimal): -2992578 or 4085458. OLE color: 4085458.
HSL color Cylindrical-coordinate representation of color #D2563E: hue angle of 9.73º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2563E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 62 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.18 |
| HSL | 9.73º | 0.62% | 0.53% | - |
| HSV(B) | 9.73º | 0.7% | 0.82% | - |
| XYZ | 30.78 | 20.71 | 6.93 | - |
| YUV | 120.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 62 | 0 | 0.59 | 0.70 | 0.18 | 9.73 | 0.62 | 0.53 |
| Hex | D2 | 56 | 3E | 0 | 3B | 46 | 12 | A | 3E | 35 |
| Octal | 322 | 126 | 76 | 0 | 73 | 106 | 22 | 12 | 76 | 65 |
| Binary | 11010010 | 1010110 | 111110 | 0 | 111011 | 1000110 | 10010 | 1010 | 111110 | 110101 |
Color Harmonies of #D2563E
Complementary color
Monochromatic Colors of #D2563E
Black with #D2563E
Text Example
Text Example
White with #D2563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2563E; }
p { color: rgb(210,86,62); }
H1.HeaderClassName
{
color: #D2563E;
}
.AnyTagClassName
{
color: #D2563E;
}
</style>
background-color css
<style>
a { background-color: #D2563E; }
a { background-color: rgb(210,86,62); }
div.DivClassName
{
background-color: #D2563E;
}
.BgClassName
{
background-color: #D2563E;
}
</style>
border-color css
<style>
span { border-color: #D2563E; }
span { border-color: rgb(210,86,62); }
td.TdClassName
{
border-color: #D2563E;
}
.TagClassName
{
border-color: #D2563E;
}
</style>