Shades of Dark Coral #D15442
Tints of Dark Coral #D15442
RGB
CMYK
RGB Variations
Color information
#D15442 (or 0xD15442) is known color: Dark Coral. HEX triplet: D1, 54 and 42. RGB value is (209,84,66). Sum of RGB (Red+Green+Blue) = 209+84+66=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D15442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15442 is #2EABBD. Grayscale: #777777. Windows color (decimal): -3058622 or 4347089. OLE color: 4347089.
HSL color Cylindrical-coordinate representation of color #D15442: hue angle of 7.55º 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 #D15442 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 66 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.18 |
| HSL | 7.55º | 0.61% | 0.54% | - |
| HSV(B) | 7.55º | 0.68% | 0.82% | - |
| XYZ | 30.45 | 20.29 | 7.47 | - |
| YUV | 119.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 66 | 0 | 0.60 | 0.68 | 0.18 | 7.55 | 0.61 | 0.54 |
| Hex | D1 | 54 | 42 | 0 | 3C | 44 | 12 | 8 | 3D | 36 |
| Octal | 321 | 124 | 102 | 0 | 74 | 104 | 22 | 10 | 75 | 66 |
| Binary | 11010001 | 1010100 | 1000010 | 0 | 111100 | 1000100 | 10010 | 1000 | 111101 | 110110 |
Color Harmonies of #D15442
Complementary color
Monochromatic Colors of #D15442
Black with #D15442
Text Example
Text Example
White with #D15442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15442; }
p { color: rgb(209,84,66); }
H1.HeaderClassName
{
color: #D15442;
}
.AnyTagClassName
{
color: #D15442;
}
</style>
background-color css
<style>
a { background-color: #D15442; }
a { background-color: rgb(209,84,66); }
div.DivClassName
{
background-color: #D15442;
}
.BgClassName
{
background-color: #D15442;
}
</style>
border-color css
<style>
span { border-color: #D15442; }
span { border-color: rgb(209,84,66); }
td.TdClassName
{
border-color: #D15442;
}
.TagClassName
{
border-color: #D15442;
}
</style>