Shades of Dark Coral #D15345
Tints of Dark Coral #D15345
RGB
CMYK
RGB Variations
Color information
#D15345 (or 0xD15345) is known color: Dark Coral. HEX triplet: D1, 53 and 45. RGB value is (209,83,69). Sum of RGB (Red+Green+Blue) = 209+83+69=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D15345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15345 is #2EACBA. Grayscale: #777777. Windows color (decimal): -3058875 or 4543441. OLE color: 4543441.
HSL color Cylindrical-coordinate representation of color #D15345: hue angle of 6º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15345 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 69 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.18 |
| HSL | 6º | 0.6% | 0.55% | - |
| HSV(B) | 6º | 0.67% | 0.82% | - |
| XYZ | 30.46 | 20.17 | 7.92 | - |
| YUV | 119.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 69 | 0 | 0.60 | 0.67 | 0.18 | 6 | 0.6 | 0.55 |
| Hex | D1 | 53 | 45 | 0 | 3C | 43 | 12 | 6 | 3C | 37 |
| Octal | 321 | 123 | 105 | 0 | 74 | 103 | 22 | 6 | 74 | 67 |
| Binary | 11010001 | 1010011 | 1000101 | 0 | 111100 | 1000011 | 10010 | 110 | 111100 | 110111 |
Color Harmonies of #D15345
Complementary color
Monochromatic Colors of #D15345
Black with #D15345
Text Example
Text Example
White with #D15345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15345; }
p { color: rgb(209,83,69); }
H1.HeaderClassName
{
color: #D15345;
}
.AnyTagClassName
{
color: #D15345;
}
</style>
background-color css
<style>
a { background-color: #D15345; }
a { background-color: rgb(209,83,69); }
div.DivClassName
{
background-color: #D15345;
}
.BgClassName
{
background-color: #D15345;
}
</style>
border-color css
<style>
span { border-color: #D15345; }
span { border-color: rgb(209,83,69); }
td.TdClassName
{
border-color: #D15345;
}
.TagClassName
{
border-color: #D15345;
}
</style>