Shades of Dark Coral #D15C3E
Tints of Dark Coral #D15C3E
RGB
CMYK
RGB Variations
Color information
#D15C3E (or 0xD15C3E) is known color: Dark Coral. HEX triplet: D1, 5C and 3E. RGB value is (209,92,62). Sum of RGB (Red+Green+Blue) = 209+92+62=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15C3E is #2EA3C1. Grayscale: #7B7B7B. Windows color (decimal): -3056578 or 4086993. OLE color: 4086993.
HSL color Cylindrical-coordinate representation of color #D15C3E: hue angle of 12.24º 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 #D15C3E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 92 | 62 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.18 |
| HSL | 12.24º | 0.62% | 0.53% | - |
| HSV(B) | 12.24º | 0.7% | 0.82% | - |
| XYZ | 30.99 | 21.56 | 7.09 | - |
| YUV | 123.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 92 | 62 | 0 | 0.56 | 0.70 | 0.18 | 12.24 | 0.62 | 0.53 |
| Hex | D1 | 5C | 3E | 0 | 38 | 46 | 12 | C | 3E | 35 |
| Octal | 321 | 134 | 76 | 0 | 70 | 106 | 22 | 14 | 76 | 65 |
| Binary | 11010001 | 1011100 | 111110 | 0 | 111000 | 1000110 | 10010 | 1100 | 111110 | 110101 |
Color Harmonies of #D15C3E
Complementary color
Monochromatic Colors of #D15C3E
Black with #D15C3E
Text Example
Text Example
White with #D15C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15C3E; }
p { color: rgb(209,92,62); }
H1.HeaderClassName
{
color: #D15C3E;
}
.AnyTagClassName
{
color: #D15C3E;
}
</style>
background-color css
<style>
a { background-color: #D15C3E; }
a { background-color: rgb(209,92,62); }
div.DivClassName
{
background-color: #D15C3E;
}
.BgClassName
{
background-color: #D15C3E;
}
</style>
border-color css
<style>
span { border-color: #D15C3E; }
span { border-color: rgb(209,92,62); }
td.TdClassName
{
border-color: #D15C3E;
}
.TagClassName
{
border-color: #D15C3E;
}
</style>