Shades of Dark Coral #D16244
Tints of Dark Coral #D16244
RGB
CMYK
RGB Variations
Color information
#D16244 (or 0xD16244) is known color: Dark Coral. HEX triplet: D1, 62 and 44. RGB value is (209,98,68). Sum of RGB (Red+Green+Blue) = 209+98+68=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D16244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16244 is #2E9DBB. Grayscale: #808080. Windows color (decimal): -3055036 or 4481745. OLE color: 4481745.
HSL color Cylindrical-coordinate representation of color #D16244: hue angle of 12.77º 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 #D16244 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 68 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.18 |
| HSL | 12.77º | 0.61% | 0.54% | - |
| HSV(B) | 12.77º | 0.67% | 0.82% | - |
| XYZ | 31.71 | 22.71 | 8.18 | - |
| YUV | 127.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 68 | 0 | 0.53 | 0.67 | 0.18 | 12.77 | 0.61 | 0.54 |
| Hex | D1 | 62 | 44 | 0 | 35 | 43 | 12 | D | 3D | 36 |
| Octal | 321 | 142 | 104 | 0 | 65 | 103 | 22 | 15 | 75 | 66 |
| Binary | 11010001 | 1100010 | 1000100 | 0 | 110101 | 1000011 | 10010 | 1101 | 111101 | 110110 |
Color Harmonies of #D16244
Complementary color
Monochromatic Colors of #D16244
Black with #D16244
Text Example
Text Example
White with #D16244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16244; }
p { color: rgb(209,98,68); }
H1.HeaderClassName
{
color: #D16244;
}
.AnyTagClassName
{
color: #D16244;
}
</style>
background-color css
<style>
a { background-color: #D16244; }
a { background-color: rgb(209,98,68); }
div.DivClassName
{
background-color: #D16244;
}
.BgClassName
{
background-color: #D16244;
}
</style>
border-color css
<style>
span { border-color: #D16244; }
span { border-color: rgb(209,98,68); }
td.TdClassName
{
border-color: #D16244;
}
.TagClassName
{
border-color: #D16244;
}
</style>