Shades of Dark Coral #D55540
Tints of Dark Coral #D55540
RGB
CMYK
RGB Variations
Color information
#D55540 (or 0xD55540) is known color: Dark Coral. HEX triplet: D5, 55 and 40. RGB value is (213,85,64). Sum of RGB (Red+Green+Blue) = 213+85+64=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55540 is #2AAABF. Grayscale: #797979. Windows color (decimal): -2796224 or 4216277. OLE color: 4216277.
HSL color Cylindrical-coordinate representation of color #D55540: hue angle of 8.46º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D55540 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 64 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.16 |
| HSL | 8.46º | 0.64% | 0.54% | - |
| HSV(B) | 8.46º | 0.7% | 0.84% | - |
| XYZ | 31.61 | 21.01 | 7.24 | - |
| YUV | 120.88 | 95.91 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 64 | 0 | 0.60 | 0.70 | 0.16 | 8.46 | 0.64 | 0.54 |
| Hex | D5 | 55 | 40 | 0 | 3C | 46 | 10 | 8 | 40 | 36 |
| Octal | 325 | 125 | 100 | 0 | 74 | 106 | 20 | 10 | 100 | 66 |
| Binary | 11010101 | 1010101 | 1000000 | 0 | 111100 | 1000110 | 10000 | 1000 | 1000000 | 110110 |
Color Harmonies of #D55540
Complementary color
Monochromatic Colors of #D55540
Black with #D55540
Text Example
Text Example
White with #D55540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55540; }
p { color: rgb(213,85,64); }
H1.HeaderClassName
{
color: #D55540;
}
.AnyTagClassName
{
color: #D55540;
}
</style>
background-color css
<style>
a { background-color: #D55540; }
a { background-color: rgb(213,85,64); }
div.DivClassName
{
background-color: #D55540;
}
.BgClassName
{
background-color: #D55540;
}
</style>
border-color css
<style>
span { border-color: #D55540; }
span { border-color: rgb(213,85,64); }
td.TdClassName
{
border-color: #D55540;
}
.TagClassName
{
border-color: #D55540;
}
</style>