Shades of Dark Coral #D36040
Tints of Dark Coral #D36040
RGB
CMYK
RGB Variations
Color information
#D36040 (or 0xD36040) is known color: Dark Coral. HEX triplet: D3, 60 and 40. RGB value is (211,96,64). Sum of RGB (Red+Green+Blue) = 211+96+64=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D36040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36040 is #2C9FBF. Grayscale: #7E7E7E. Windows color (decimal): -2924480 or 4219091. OLE color: 4219091.
HSL color Cylindrical-coordinate representation of color #D36040: hue angle of 13.06º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D36040 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 64 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.17 |
| HSL | 13.06º | 0.63% | 0.54% | - |
| HSV(B) | 13.06º | 0.7% | 0.83% | - |
| XYZ | 31.97 | 22.58 | 7.52 | - |
| YUV | 126.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 64 | 0 | 0.55 | 0.70 | 0.17 | 13.06 | 0.63 | 0.54 |
| Hex | D3 | 60 | 40 | 0 | 37 | 46 | 11 | D | 3F | 36 |
| Octal | 323 | 140 | 100 | 0 | 67 | 106 | 21 | 15 | 77 | 66 |
| Binary | 11010011 | 1100000 | 1000000 | 0 | 110111 | 1000110 | 10001 | 1101 | 111111 | 110110 |
Color Harmonies of #D36040
Complementary color
Monochromatic Colors of #D36040
Black with #D36040
Text Example
Text Example
White with #D36040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36040; }
p { color: rgb(211,96,64); }
H1.HeaderClassName
{
color: #D36040;
}
.AnyTagClassName
{
color: #D36040;
}
</style>
background-color css
<style>
a { background-color: #D36040; }
a { background-color: rgb(211,96,64); }
div.DivClassName
{
background-color: #D36040;
}
.BgClassName
{
background-color: #D36040;
}
</style>
border-color css
<style>
span { border-color: #D36040; }
span { border-color: rgb(211,96,64); }
td.TdClassName
{
border-color: #D36040;
}
.TagClassName
{
border-color: #D36040;
}
</style>