Shades of Dark Coral #D15949
Tints of Dark Coral #D15949
RGB
CMYK
RGB Variations
Color information
#D15949 (or 0xD15949) is known color: Dark Coral. HEX triplet: D1, 59 and 49. RGB value is (209,89,73). Sum of RGB (Red+Green+Blue) = 209+89+73=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D15949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15949 is #2EA6B6. Grayscale: #7B7B7B. Windows color (decimal): -3057335 or 4807121. OLE color: 4807121.
HSL color Cylindrical-coordinate representation of color #D15949: hue angle of 7.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15949 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.18 |
| HSL | 7.06º | 0.6% | 0.55% | - |
| HSV(B) | 7.06º | 0.65% | 0.82% | - |
| XYZ | 31.07 | 21.18 | 8.75 | - |
| YUV | 123.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 73 | 0 | 0.57 | 0.65 | 0.18 | 7.06 | 0.6 | 0.55 |
| Hex | D1 | 59 | 49 | 0 | 39 | 41 | 12 | 7 | 3C | 37 |
| Octal | 321 | 131 | 111 | 0 | 71 | 101 | 22 | 7 | 74 | 67 |
| Binary | 11010001 | 1011001 | 1001001 | 0 | 111001 | 1000001 | 10010 | 111 | 111100 | 110111 |
Color Harmonies of #D15949
Complementary color
Monochromatic Colors of #D15949
Black with #D15949
Text Example
Text Example
White with #D15949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15949; }
p { color: rgb(209,89,73); }
H1.HeaderClassName
{
color: #D15949;
}
.AnyTagClassName
{
color: #D15949;
}
</style>
background-color css
<style>
a { background-color: #D15949; }
a { background-color: rgb(209,89,73); }
div.DivClassName
{
background-color: #D15949;
}
.BgClassName
{
background-color: #D15949;
}
</style>
border-color css
<style>
span { border-color: #D15949; }
span { border-color: rgb(209,89,73); }
td.TdClassName
{
border-color: #D15949;
}
.TagClassName
{
border-color: #D15949;
}
</style>