Shades of Dark Coral #D15E3E
Tints of Dark Coral #D15E3E
RGB
CMYK
RGB Variations
Color information
#D15E3E (or 0xD15E3E) is known color: Dark Coral. HEX triplet: D1, 5E and 3E. RGB value is (209,94,62). Sum of RGB (Red+Green+Blue) = 209+94+62=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D15E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15E3E is #2EA1C1. Grayscale: #7C7C7C. Windows color (decimal): -3056066 or 4087505. OLE color: 4087505.
HSL color Cylindrical-coordinate representation of color #D15E3E: hue angle of 13.06º 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 #D15E3E is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 62 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.18 |
| HSL | 13.06º | 0.62% | 0.53% | - |
| HSV(B) | 13.06º | 0.7% | 0.82% | - |
| XYZ | 31.17 | 21.91 | 7.14 | - |
| YUV | 124.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 62 | 0 | 0.55 | 0.70 | 0.18 | 13.06 | 0.62 | 0.53 |
| Hex | D1 | 5E | 3E | 0 | 37 | 46 | 12 | D | 3E | 35 |
| Octal | 321 | 136 | 76 | 0 | 67 | 106 | 22 | 15 | 76 | 65 |
| Binary | 11010001 | 1011110 | 111110 | 0 | 110111 | 1000110 | 10010 | 1101 | 111110 | 110101 |
Color Harmonies of #D15E3E
Complementary color
Monochromatic Colors of #D15E3E
Black with #D15E3E
Text Example
Text Example
White with #D15E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15E3E; }
p { color: rgb(209,94,62); }
H1.HeaderClassName
{
color: #D15E3E;
}
.AnyTagClassName
{
color: #D15E3E;
}
</style>
background-color css
<style>
a { background-color: #D15E3E; }
a { background-color: rgb(209,94,62); }
div.DivClassName
{
background-color: #D15E3E;
}
.BgClassName
{
background-color: #D15E3E;
}
</style>
border-color css
<style>
span { border-color: #D15E3E; }
span { border-color: rgb(209,94,62); }
td.TdClassName
{
border-color: #D15E3E;
}
.TagClassName
{
border-color: #D15E3E;
}
</style>