Shades of Dark Coral #D15F3E
Tints of Dark Coral #D15F3E
RGB
CMYK
RGB Variations
Color information
#D15F3E (or 0xD15F3E) is known color: Dark Coral. HEX triplet: D1, 5F and 3E. RGB value is (209,95,62). Sum of RGB (Red+Green+Blue) = 209+95+62=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15F3E is #2EA0C1. Grayscale: #7D7D7D. Windows color (decimal): -3055810 or 4087761. OLE color: 4087761.
HSL color Cylindrical-coordinate representation of color #D15F3E: hue angle of 13.47º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D15F3E is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 62 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.18 |
| HSL | 13.47º | 0.62% | 0.53% | - |
| HSV(B) | 13.47º | 0.7% | 0.82% | - |
| XYZ | 31.26 | 22.09 | 7.17 | - |
| YUV | 125.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 62 | 0 | 0.55 | 0.70 | 0.18 | 13.47 | 0.62 | 0.53 |
| Hex | D1 | 5F | 3E | 0 | 37 | 46 | 12 | D | 3E | 35 |
| Octal | 321 | 137 | 76 | 0 | 67 | 106 | 22 | 15 | 76 | 65 |
| Binary | 11010001 | 1011111 | 111110 | 0 | 110111 | 1000110 | 10010 | 1101 | 111110 | 110101 |
Color Harmonies of #D15F3E
Complementary color
Monochromatic Colors of #D15F3E
Black with #D15F3E
Text Example
Text Example
White with #D15F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F3E; }
p { color: rgb(209,95,62); }
H1.HeaderClassName
{
color: #D15F3E;
}
.AnyTagClassName
{
color: #D15F3E;
}
</style>
background-color css
<style>
a { background-color: #D15F3E; }
a { background-color: rgb(209,95,62); }
div.DivClassName
{
background-color: #D15F3E;
}
.BgClassName
{
background-color: #D15F3E;
}
</style>
border-color css
<style>
span { border-color: #D15F3E; }
span { border-color: rgb(209,95,62); }
td.TdClassName
{
border-color: #D15F3E;
}
.TagClassName
{
border-color: #D15F3E;
}
</style>