Shades of Dark Coral #D15545
Tints of Dark Coral #D15545
RGB
CMYK
RGB Variations
Color information
#D15545 (or 0xD15545) is known color: Dark Coral. HEX triplet: D1, 55 and 45. RGB value is (209,85,69). Sum of RGB (Red+Green+Blue) = 209+85+69=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D15545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15545 is #2EAABA. Grayscale: #787878. Windows color (decimal): -3058363 or 4543953. OLE color: 4543953.
HSL color Cylindrical-coordinate representation of color #D15545: hue angle of 6.86º 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 #D15545 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 69 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.18 |
| HSL | 6.86º | 0.6% | 0.55% | - |
| HSV(B) | 6.86º | 0.67% | 0.82% | - |
| XYZ | 30.62 | 20.48 | 7.97 | - |
| YUV | 120.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 69 | 0 | 0.59 | 0.67 | 0.18 | 6.86 | 0.6 | 0.55 |
| Hex | D1 | 55 | 45 | 0 | 3B | 43 | 12 | 7 | 3C | 37 |
| Octal | 321 | 125 | 105 | 0 | 73 | 103 | 22 | 7 | 74 | 67 |
| Binary | 11010001 | 1010101 | 1000101 | 0 | 111011 | 1000011 | 10010 | 111 | 111100 | 110111 |
Color Harmonies of #D15545
Complementary color
Monochromatic Colors of #D15545
Black with #D15545
Text Example
Text Example
White with #D15545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15545; }
p { color: rgb(209,85,69); }
H1.HeaderClassName
{
color: #D15545;
}
.AnyTagClassName
{
color: #D15545;
}
</style>
background-color css
<style>
a { background-color: #D15545; }
a { background-color: rgb(209,85,69); }
div.DivClassName
{
background-color: #D15545;
}
.BgClassName
{
background-color: #D15545;
}
</style>
border-color css
<style>
span { border-color: #D15545; }
span { border-color: rgb(209,85,69); }
td.TdClassName
{
border-color: #D15545;
}
.TagClassName
{
border-color: #D15545;
}
</style>