Shades of Dark Coral #D15641
Tints of Dark Coral #D15641
RGB
CMYK
RGB Variations
Color information
#D15641 (or 0xD15641) is known color: Dark Coral. HEX triplet: D1, 56 and 41. RGB value is (209,86,65). Sum of RGB (Red+Green+Blue) = 209+86+65=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15641 is #2EA9BE. Grayscale: #787878. Windows color (decimal): -3058111 or 4282065. OLE color: 4282065.
HSL color Cylindrical-coordinate representation of color #D15641: hue angle of 8.75º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D15641 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 65 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.18 |
| HSL | 8.75º | 0.61% | 0.54% | - |
| HSV(B) | 8.75º | 0.69% | 0.82% | - |
| XYZ | 30.58 | 20.59 | 7.36 | - |
| YUV | 120.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 65 | 0 | 0.59 | 0.69 | 0.18 | 8.75 | 0.61 | 0.54 |
| Hex | D1 | 56 | 41 | 0 | 3B | 45 | 12 | 9 | 3D | 36 |
| Octal | 321 | 126 | 101 | 0 | 73 | 105 | 22 | 11 | 75 | 66 |
| Binary | 11010001 | 1010110 | 1000001 | 0 | 111011 | 1000101 | 10010 | 1001 | 111101 | 110110 |
Color Harmonies of #D15641
Complementary color
Monochromatic Colors of #D15641
Black with #D15641
Text Example
Text Example
White with #D15641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15641; }
p { color: rgb(209,86,65); }
H1.HeaderClassName
{
color: #D15641;
}
.AnyTagClassName
{
color: #D15641;
}
</style>
background-color css
<style>
a { background-color: #D15641; }
a { background-color: rgb(209,86,65); }
div.DivClassName
{
background-color: #D15641;
}
.BgClassName
{
background-color: #D15641;
}
</style>
border-color css
<style>
span { border-color: #D15641; }
span { border-color: rgb(209,86,65); }
td.TdClassName
{
border-color: #D15641;
}
.TagClassName
{
border-color: #D15641;
}
</style>