Shades of Dark Coral #D76240
Tints of Dark Coral #D76240
RGB
CMYK
RGB Variations
Color information
#D76240 (or 0xD76240) is known color: Dark Coral. HEX triplet: D7, 62 and 40. RGB value is (215,98,64). Sum of RGB (Red+Green+Blue) = 215+98+64=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D76240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76240 is #289DBF. Grayscale: #818181. Windows color (decimal): -2661824 or 4219607. OLE color: 4219607.
HSL color Cylindrical-coordinate representation of color #D76240: hue angle of 13.51º 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 #D76240 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 64 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.16 |
| HSL | 13.51º | 0.65% | 0.55% | - |
| HSV(B) | 13.51º | 0.7% | 0.84% | - |
| XYZ | 33.32 | 23.55 | 7.64 | - |
| YUV | 129.11 | 91.26 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 64 | 0 | 0.54 | 0.70 | 0.16 | 13.51 | 0.65 | 0.55 |
| Hex | D7 | 62 | 40 | 0 | 36 | 46 | 10 | E | 41 | 37 |
| Octal | 327 | 142 | 100 | 0 | 66 | 106 | 20 | 16 | 101 | 67 |
| Binary | 11010111 | 1100010 | 1000000 | 0 | 110110 | 1000110 | 10000 | 1110 | 1000001 | 110111 |
Color Harmonies of #D76240
Complementary color
Monochromatic Colors of #D76240
Black with #D76240
Text Example
Text Example
White with #D76240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76240; }
p { color: rgb(215,98,64); }
H1.HeaderClassName
{
color: #D76240;
}
.AnyTagClassName
{
color: #D76240;
}
</style>
background-color css
<style>
a { background-color: #D76240; }
a { background-color: rgb(215,98,64); }
div.DivClassName
{
background-color: #D76240;
}
.BgClassName
{
background-color: #D76240;
}
</style>
border-color css
<style>
span { border-color: #D76240; }
span { border-color: rgb(215,98,64); }
td.TdClassName
{
border-color: #D76240;
}
.TagClassName
{
border-color: #D76240;
}
</style>