Shades of Dark Coral #D16147
Tints of Dark Coral #D16147
RGB
CMYK
RGB Variations
Color information
#D16147 (or 0xD16147) is known color: Dark Coral. HEX triplet: D1, 61 and 47. RGB value is (209,97,71). Sum of RGB (Red+Green+Blue) = 209+97+71=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16147 is #2E9EB8. Grayscale: #7F7F7F. Windows color (decimal): -3055289 or 4678097. OLE color: 4678097.
HSL color Cylindrical-coordinate representation of color #D16147: hue angle of 11.3º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D16147 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 71 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.18 |
| HSL | 11.3º | 0.6% | 0.55% | - |
| HSV(B) | 11.3º | 0.66% | 0.82% | - |
| XYZ | 31.71 | 22.56 | 8.64 | - |
| YUV | 127.52 | 96.11 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 71 | 0 | 0.54 | 0.66 | 0.18 | 11.3 | 0.6 | 0.55 |
| Hex | D1 | 61 | 47 | 0 | 36 | 42 | 12 | B | 3C | 37 |
| Octal | 321 | 141 | 107 | 0 | 66 | 102 | 22 | 13 | 74 | 67 |
| Binary | 11010001 | 1100001 | 1000111 | 0 | 110110 | 1000010 | 10010 | 1011 | 111100 | 110111 |
Color Harmonies of #D16147
Complementary color
Monochromatic Colors of #D16147
Black with #D16147
Text Example
Text Example
White with #D16147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16147; }
p { color: rgb(209,97,71); }
H1.HeaderClassName
{
color: #D16147;
}
.AnyTagClassName
{
color: #D16147;
}
</style>
background-color css
<style>
a { background-color: #D16147; }
a { background-color: rgb(209,97,71); }
div.DivClassName
{
background-color: #D16147;
}
.BgClassName
{
background-color: #D16147;
}
</style>
border-color css
<style>
span { border-color: #D16147; }
span { border-color: rgb(209,97,71); }
td.TdClassName
{
border-color: #D16147;
}
.TagClassName
{
border-color: #D16147;
}
</style>