Shades of Dark Coral #D16242
Tints of Dark Coral #D16242
RGB
CMYK
RGB Variations
Color information
#D16242 (or 0xD16242) is known color: Dark Coral. HEX triplet: D1, 62 and 42. RGB value is (209,98,66). Sum of RGB (Red+Green+Blue) = 209+98+66=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D16242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16242 is #2E9DBD. Grayscale: #7F7F7F. Windows color (decimal): -3055038 or 4350673. OLE color: 4350673.
HSL color Cylindrical-coordinate representation of color #D16242: hue angle of 13.43º 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 #D16242 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 66 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.18 |
| HSL | 13.43º | 0.61% | 0.54% | - |
| HSV(B) | 13.43º | 0.68% | 0.82% | - |
| XYZ | 31.65 | 22.68 | 7.86 | - |
| YUV | 127.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 66 | 0 | 0.53 | 0.68 | 0.18 | 13.43 | 0.61 | 0.54 |
| Hex | D1 | 62 | 42 | 0 | 35 | 44 | 12 | D | 3D | 36 |
| Octal | 321 | 142 | 102 | 0 | 65 | 104 | 22 | 15 | 75 | 66 |
| Binary | 11010001 | 1100010 | 1000010 | 0 | 110101 | 1000100 | 10010 | 1101 | 111101 | 110110 |
Color Harmonies of #D16242
Complementary color
Monochromatic Colors of #D16242
Black with #D16242
Text Example
Text Example
White with #D16242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16242; }
p { color: rgb(209,98,66); }
H1.HeaderClassName
{
color: #D16242;
}
.AnyTagClassName
{
color: #D16242;
}
</style>
background-color css
<style>
a { background-color: #D16242; }
a { background-color: rgb(209,98,66); }
div.DivClassName
{
background-color: #D16242;
}
.BgClassName
{
background-color: #D16242;
}
</style>
border-color css
<style>
span { border-color: #D16242; }
span { border-color: rgb(209,98,66); }
td.TdClassName
{
border-color: #D16242;
}
.TagClassName
{
border-color: #D16242;
}
</style>