Shades of Dark Coral #D15D3E
Tints of Dark Coral #D15D3E
RGB
CMYK
RGB Variations
Color information
#D15D3E (or 0xD15D3E) is known color: Dark Coral. HEX triplet: D1, 5D and 3E. RGB value is (209,93,62). Sum of RGB (Red+Green+Blue) = 209+93+62=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D3E is #2EA2C1. Grayscale: #7C7C7C. Windows color (decimal): -3056322 or 4087249. OLE color: 4087249.
HSL color Cylindrical-coordinate representation of color #D15D3E: hue angle of 12.65º 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 #D15D3E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 93 | 62 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.18 |
| HSL | 12.65º | 0.62% | 0.53% | - |
| HSV(B) | 12.65º | 0.7% | 0.82% | - |
| XYZ | 31.08 | 21.73 | 7.11 | - |
| YUV | 124.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 62 | 0 | 0.56 | 0.70 | 0.18 | 12.65 | 0.62 | 0.53 |
| Hex | D1 | 5D | 3E | 0 | 38 | 46 | 12 | D | 3E | 35 |
| Octal | 321 | 135 | 76 | 0 | 70 | 106 | 22 | 15 | 76 | 65 |
| Binary | 11010001 | 1011101 | 111110 | 0 | 111000 | 1000110 | 10010 | 1101 | 111110 | 110101 |
Color Harmonies of #D15D3E
Complementary color
Monochromatic Colors of #D15D3E
Black with #D15D3E
Text Example
Text Example
White with #D15D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15D3E; }
p { color: rgb(209,93,62); }
H1.HeaderClassName
{
color: #D15D3E;
}
.AnyTagClassName
{
color: #D15D3E;
}
</style>
background-color css
<style>
a { background-color: #D15D3E; }
a { background-color: rgb(209,93,62); }
div.DivClassName
{
background-color: #D15D3E;
}
.BgClassName
{
background-color: #D15D3E;
}
</style>
border-color css
<style>
span { border-color: #D15D3E; }
span { border-color: rgb(209,93,62); }
td.TdClassName
{
border-color: #D15D3E;
}
.TagClassName
{
border-color: #D15D3E;
}
</style>