Shades of Dark Coral #D15F45
Tints of Dark Coral #D15F45
RGB
CMYK
RGB Variations
Color information
#D15F45 (or 0xD15F45) is known color: Dark Coral. HEX triplet: D1, 5F and 45. RGB value is (209,95,69). Sum of RGB (Red+Green+Blue) = 209+95+69=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F45 is #2EA0BA. Grayscale: #7E7E7E. Windows color (decimal): -3055803 or 4546513. OLE color: 4546513.
HSL color Cylindrical-coordinate representation of color #D15F45: hue angle of 11.14º 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 #D15F45 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 69 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.18 |
| HSL | 11.14º | 0.6% | 0.55% | - |
| HSV(B) | 11.14º | 0.67% | 0.82% | - |
| XYZ | 31.46 | 22.17 | 8.25 | - |
| YUV | 126.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 69 | 0 | 0.55 | 0.67 | 0.18 | 11.14 | 0.6 | 0.55 |
| Hex | D1 | 5F | 45 | 0 | 37 | 43 | 12 | B | 3C | 37 |
| Octal | 321 | 137 | 105 | 0 | 67 | 103 | 22 | 13 | 74 | 67 |
| Binary | 11010001 | 1011111 | 1000101 | 0 | 110111 | 1000011 | 10010 | 1011 | 111100 | 110111 |
Color Harmonies of #D15F45
Complementary color
Monochromatic Colors of #D15F45
Black with #D15F45
Text Example
Text Example
White with #D15F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F45; }
p { color: rgb(209,95,69); }
H1.HeaderClassName
{
color: #D15F45;
}
.AnyTagClassName
{
color: #D15F45;
}
</style>
background-color css
<style>
a { background-color: #D15F45; }
a { background-color: rgb(209,95,69); }
div.DivClassName
{
background-color: #D15F45;
}
.BgClassName
{
background-color: #D15F45;
}
</style>
border-color css
<style>
span { border-color: #D15F45; }
span { border-color: rgb(209,95,69); }
td.TdClassName
{
border-color: #D15F45;
}
.TagClassName
{
border-color: #D15F45;
}
</style>