Shades of Dark Coral #D65740
Tints of Dark Coral #D65740
RGB
CMYK
RGB Variations
Color information
#D65740 (or 0xD65740) is known color: Dark Coral. HEX triplet: D6, 57 and 40. RGB value is (214,87,64). Sum of RGB (Red+Green+Blue) = 214+87+64=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D65740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65740 is #29A8BF. Grayscale: #7A7A7A. Windows color (decimal): -2730176 or 4216790. OLE color: 4216790.
HSL color Cylindrical-coordinate representation of color #D65740: hue angle of 9.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D65740 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 64 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.16 |
| HSL | 9.2º | 0.65% | 0.55% | - |
| HSV(B) | 9.2º | 0.7% | 0.84% | - |
| XYZ | 32.07 | 21.48 | 7.31 | - |
| YUV | 122.35 | 95.08 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 64 | 0 | 0.59 | 0.70 | 0.16 | 9.2 | 0.65 | 0.55 |
| Hex | D6 | 57 | 40 | 0 | 3B | 46 | 10 | 9 | 41 | 37 |
| Octal | 326 | 127 | 100 | 0 | 73 | 106 | 20 | 11 | 101 | 67 |
| Binary | 11010110 | 1010111 | 1000000 | 0 | 111011 | 1000110 | 10000 | 1001 | 1000001 | 110111 |
Color Harmonies of #D65740
Complementary color
Monochromatic Colors of #D65740
Black with #D65740
Text Example
Text Example
White with #D65740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65740; }
p { color: rgb(214,87,64); }
H1.HeaderClassName
{
color: #D65740;
}
.AnyTagClassName
{
color: #D65740;
}
</style>
background-color css
<style>
a { background-color: #D65740; }
a { background-color: rgb(214,87,64); }
div.DivClassName
{
background-color: #D65740;
}
.BgClassName
{
background-color: #D65740;
}
</style>
border-color css
<style>
span { border-color: #D65740; }
span { border-color: rgb(214,87,64); }
td.TdClassName
{
border-color: #D65740;
}
.TagClassName
{
border-color: #D65740;
}
</style>