Shades of Dark Coral #D85540
Tints of Dark Coral #D85540
RGB
CMYK
RGB Variations
Color information
#D85540 (or 0xD85540) is known color: Dark Coral. HEX triplet: D8, 55 and 40. RGB value is (216,85,64). Sum of RGB (Red+Green+Blue) = 216+85+64=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D85540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85540 is #27AABF. Grayscale: #797979. Windows color (decimal): -2599616 or 4216280. OLE color: 4216280.
HSL color Cylindrical-coordinate representation of color #D85540: hue angle of 8.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85540 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 64 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.15 |
| HSL | 8.29º | 0.66% | 0.55% | - |
| HSV(B) | 8.29º | 0.7% | 0.85% | - |
| XYZ | 32.49 | 21.47 | 7.28 | - |
| YUV | 121.78 | 95.4 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 64 | 0 | 0.61 | 0.70 | 0.15 | 8.29 | 0.66 | 0.55 |
| Hex | D8 | 55 | 40 | 0 | 3D | 46 | F | 8 | 42 | 37 |
| Octal | 330 | 125 | 100 | 0 | 75 | 106 | 17 | 10 | 102 | 67 |
| Binary | 11011000 | 1010101 | 1000000 | 0 | 111101 | 1000110 | 1111 | 1000 | 1000010 | 110111 |
Color Harmonies of #D85540
Complementary color
Monochromatic Colors of #D85540
Black with #D85540
Text Example
Text Example
White with #D85540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85540; }
p { color: rgb(216,85,64); }
H1.HeaderClassName
{
color: #D85540;
}
.AnyTagClassName
{
color: #D85540;
}
</style>
background-color css
<style>
a { background-color: #D85540; }
a { background-color: rgb(216,85,64); }
div.DivClassName
{
background-color: #D85540;
}
.BgClassName
{
background-color: #D85540;
}
</style>
border-color css
<style>
span { border-color: #D85540; }
span { border-color: rgb(216,85,64); }
td.TdClassName
{
border-color: #D85540;
}
.TagClassName
{
border-color: #D85540;
}
</style>