Shades of Dark Coral #D16143
Tints of Dark Coral #D16143
RGB
CMYK
RGB Variations
Color information
#D16143 (or 0xD16143) is known color: Dark Coral. HEX triplet: D1, 61 and 43. RGB value is (209,97,67). Sum of RGB (Red+Green+Blue) = 209+97+67=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D16143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16143 is #2E9EBC. Grayscale: #7F7F7F. Windows color (decimal): -3055293 or 4415953. OLE color: 4415953.
HSL color Cylindrical-coordinate representation of color #D16143: hue angle of 12.68º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D16143 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 67 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.18 |
| HSL | 12.68º | 0.61% | 0.54% | - |
| HSV(B) | 12.68º | 0.68% | 0.82% | - |
| XYZ | 31.58 | 22.51 | 7.99 | - |
| YUV | 127.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 67 | 0 | 0.54 | 0.68 | 0.18 | 12.68 | 0.61 | 0.54 |
| Hex | D1 | 61 | 43 | 0 | 36 | 44 | 12 | D | 3D | 36 |
| Octal | 321 | 141 | 103 | 0 | 66 | 104 | 22 | 15 | 75 | 66 |
| Binary | 11010001 | 1100001 | 1000011 | 0 | 110110 | 1000100 | 10010 | 1101 | 111101 | 110110 |
Color Harmonies of #D16143
Complementary color
Monochromatic Colors of #D16143
Black with #D16143
Text Example
Text Example
White with #D16143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16143; }
p { color: rgb(209,97,67); }
H1.HeaderClassName
{
color: #D16143;
}
.AnyTagClassName
{
color: #D16143;
}
</style>
background-color css
<style>
a { background-color: #D16143; }
a { background-color: rgb(209,97,67); }
div.DivClassName
{
background-color: #D16143;
}
.BgClassName
{
background-color: #D16143;
}
</style>
border-color css
<style>
span { border-color: #D16143; }
span { border-color: rgb(209,97,67); }
td.TdClassName
{
border-color: #D16143;
}
.TagClassName
{
border-color: #D16143;
}
</style>