Shades of Dark Coral #D15944
Tints of Dark Coral #D15944
RGB
CMYK
RGB Variations
Color information
#D15944 (or 0xD15944) is known color: Dark Coral. HEX triplet: D1, 59 and 44. RGB value is (209,89,68). Sum of RGB (Red+Green+Blue) = 209+89+68=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D15944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15944 is #2EA6BB. Grayscale: #7A7A7A. Windows color (decimal): -3057340 or 4479441. OLE color: 4479441.
HSL color Cylindrical-coordinate representation of color #D15944: hue angle of 8.94º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15944 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 68 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.18 |
| HSL | 8.94º | 0.61% | 0.54% | - |
| HSV(B) | 8.94º | 0.67% | 0.82% | - |
| XYZ | 30.91 | 21.12 | 7.92 | - |
| YUV | 122.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 68 | 0 | 0.57 | 0.67 | 0.18 | 8.94 | 0.61 | 0.54 |
| Hex | D1 | 59 | 44 | 0 | 39 | 43 | 12 | 9 | 3D | 36 |
| Octal | 321 | 131 | 104 | 0 | 71 | 103 | 22 | 11 | 75 | 66 |
| Binary | 11010001 | 1011001 | 1000100 | 0 | 111001 | 1000011 | 10010 | 1001 | 111101 | 110110 |
Color Harmonies of #D15944
Complementary color
Monochromatic Colors of #D15944
Black with #D15944
Text Example
Text Example
White with #D15944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15944; }
p { color: rgb(209,89,68); }
H1.HeaderClassName
{
color: #D15944;
}
.AnyTagClassName
{
color: #D15944;
}
</style>
background-color css
<style>
a { background-color: #D15944; }
a { background-color: rgb(209,89,68); }
div.DivClassName
{
background-color: #D15944;
}
.BgClassName
{
background-color: #D15944;
}
</style>
border-color css
<style>
span { border-color: #D15944; }
span { border-color: rgb(209,89,68); }
td.TdClassName
{
border-color: #D15944;
}
.TagClassName
{
border-color: #D15944;
}
</style>