Shades of Dark Coral #D15745
Tints of Dark Coral #D15745
RGB
CMYK
RGB Variations
Color information
#D15745 (or 0xD15745) is known color: Dark Coral. HEX triplet: D1, 57 and 45. RGB value is (209,87,69). Sum of RGB (Red+Green+Blue) = 209+87+69=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15745 is #2EA8BA. Grayscale: #797979. Windows color (decimal): -3057851 or 4544465. OLE color: 4544465.
HSL color Cylindrical-coordinate representation of color #D15745: hue angle of 7.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15745 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 69 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.18 |
| HSL | 7.71º | 0.6% | 0.55% | - |
| HSV(B) | 7.71º | 0.67% | 0.82% | - |
| XYZ | 30.78 | 20.8 | 8.02 | - |
| YUV | 121.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 69 | 0 | 0.58 | 0.67 | 0.18 | 7.71 | 0.6 | 0.55 |
| Hex | D1 | 57 | 45 | 0 | 3A | 43 | 12 | 8 | 3C | 37 |
| Octal | 321 | 127 | 105 | 0 | 72 | 103 | 22 | 10 | 74 | 67 |
| Binary | 11010001 | 1010111 | 1000101 | 0 | 111010 | 1000011 | 10010 | 1000 | 111100 | 110111 |
Color Harmonies of #D15745
Complementary color
Monochromatic Colors of #D15745
Black with #D15745
Text Example
Text Example
White with #D15745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15745; }
p { color: rgb(209,87,69); }
H1.HeaderClassName
{
color: #D15745;
}
.AnyTagClassName
{
color: #D15745;
}
</style>
background-color css
<style>
a { background-color: #D15745; }
a { background-color: rgb(209,87,69); }
div.DivClassName
{
background-color: #D15745;
}
.BgClassName
{
background-color: #D15745;
}
</style>
border-color css
<style>
span { border-color: #D15745; }
span { border-color: rgb(209,87,69); }
td.TdClassName
{
border-color: #D15745;
}
.TagClassName
{
border-color: #D15745;
}
</style>