Shades of Dark Coral #D15445
Tints of Dark Coral #D15445
RGB
CMYK
RGB Variations
Color information
#D15445 (or 0xD15445) is known color: Dark Coral. HEX triplet: D1, 54 and 45. RGB value is (209,84,69). Sum of RGB (Red+Green+Blue) = 209+84+69=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D15445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15445 is #2EABBA. Grayscale: #777777. Windows color (decimal): -3058619 or 4543697. OLE color: 4543697.
HSL color Cylindrical-coordinate representation of color #D15445: hue angle of 6.43º 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 #D15445 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 69 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.18 |
| HSL | 6.43º | 0.6% | 0.55% | - |
| HSV(B) | 6.43º | 0.67% | 0.82% | - |
| XYZ | 30.54 | 20.33 | 7.94 | - |
| YUV | 119.67 | 99.41 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 69 | 0 | 0.60 | 0.67 | 0.18 | 6.43 | 0.6 | 0.55 |
| Hex | D1 | 54 | 45 | 0 | 3C | 43 | 12 | 6 | 3C | 37 |
| Octal | 321 | 124 | 105 | 0 | 74 | 103 | 22 | 6 | 74 | 67 |
| Binary | 11010001 | 1010100 | 1000101 | 0 | 111100 | 1000011 | 10010 | 110 | 111100 | 110111 |
Color Harmonies of #D15445
Complementary color
Monochromatic Colors of #D15445
Black with #D15445
Text Example
Text Example
White with #D15445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15445; }
p { color: rgb(209,84,69); }
H1.HeaderClassName
{
color: #D15445;
}
.AnyTagClassName
{
color: #D15445;
}
</style>
background-color css
<style>
a { background-color: #D15445; }
a { background-color: rgb(209,84,69); }
div.DivClassName
{
background-color: #D15445;
}
.BgClassName
{
background-color: #D15445;
}
</style>
border-color css
<style>
span { border-color: #D15445; }
span { border-color: rgb(209,84,69); }
td.TdClassName
{
border-color: #D15445;
}
.TagClassName
{
border-color: #D15445;
}
</style>