Shades of Dark Coral #D16048
Tints of Dark Coral #D16048
RGB
CMYK
RGB Variations
Color information
#D16048 (or 0xD16048) is known color: Dark Coral. HEX triplet: D1, 60 and 48. RGB value is (209,96,72). Sum of RGB (Red+Green+Blue) = 209+96+72=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D16048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16048 is #2E9FB7. Grayscale: #7F7F7F. Windows color (decimal): -3055544 or 4743377. OLE color: 4743377.
HSL color Cylindrical-coordinate representation of color #D16048: hue angle of 10.51º 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 #D16048 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 96 | 72 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.18 |
| HSL | 10.51º | 0.6% | 0.55% | - |
| HSV(B) | 10.51º | 0.66% | 0.82% | - |
| XYZ | 31.65 | 22.39 | 8.78 | - |
| YUV | 127.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 72 | 0 | 0.54 | 0.66 | 0.18 | 10.51 | 0.6 | 0.55 |
| Hex | D1 | 60 | 48 | 0 | 36 | 42 | 12 | B | 3C | 37 |
| Octal | 321 | 140 | 110 | 0 | 66 | 102 | 22 | 13 | 74 | 67 |
| Binary | 11010001 | 1100000 | 1001000 | 0 | 110110 | 1000010 | 10010 | 1011 | 111100 | 110111 |
Color Harmonies of #D16048
Complementary color
Monochromatic Colors of #D16048
Black with #D16048
Text Example
Text Example
White with #D16048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16048; }
p { color: rgb(209,96,72); }
H1.HeaderClassName
{
color: #D16048;
}
.AnyTagClassName
{
color: #D16048;
}
</style>
background-color css
<style>
a { background-color: #D16048; }
a { background-color: rgb(209,96,72); }
div.DivClassName
{
background-color: #D16048;
}
.BgClassName
{
background-color: #D16048;
}
</style>
border-color css
<style>
span { border-color: #D16048; }
span { border-color: rgb(209,96,72); }
td.TdClassName
{
border-color: #D16048;
}
.TagClassName
{
border-color: #D16048;
}
</style>