Shades of Dark Coral #D85542
Tints of Dark Coral #D85542
RGB
CMYK
RGB Variations
Color information
#D85542 (or 0xD85542) is known color: Dark Coral. HEX triplet: D8, 55 and 42. RGB value is (216,85,66). Sum of RGB (Red+Green+Blue) = 216+85+66=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D85542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85542 is #27AABD. Grayscale: #7A7A7A. Windows color (decimal): -2599614 or 4347352. OLE color: 4347352.
HSL color Cylindrical-coordinate representation of color #D85542: hue angle of 7.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85542 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 66 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.15 |
| HSL | 7.6º | 0.66% | 0.55% | - |
| HSV(B) | 7.6º | 0.69% | 0.85% | - |
| XYZ | 32.55 | 21.49 | 7.59 | - |
| YUV | 122 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 66 | 0 | 0.61 | 0.69 | 0.15 | 7.6 | 0.66 | 0.55 |
| Hex | D8 | 55 | 42 | 0 | 3D | 45 | F | 8 | 42 | 37 |
| Octal | 330 | 125 | 102 | 0 | 75 | 105 | 17 | 10 | 102 | 67 |
| Binary | 11011000 | 1010101 | 1000010 | 0 | 111101 | 1000101 | 1111 | 1000 | 1000010 | 110111 |
Color Harmonies of #D85542
Complementary color
Monochromatic Colors of #D85542
Black with #D85542
Text Example
Text Example
White with #D85542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85542; }
p { color: rgb(216,85,66); }
H1.HeaderClassName
{
color: #D85542;
}
.AnyTagClassName
{
color: #D85542;
}
</style>
background-color css
<style>
a { background-color: #D85542; }
a { background-color: rgb(216,85,66); }
div.DivClassName
{
background-color: #D85542;
}
.BgClassName
{
background-color: #D85542;
}
</style>
border-color css
<style>
span { border-color: #D85542; }
span { border-color: rgb(216,85,66); }
td.TdClassName
{
border-color: #D85542;
}
.TagClassName
{
border-color: #D85542;
}
</style>