Shades of Dark Coral #D55040
Tints of Dark Coral #D55040
RGB
CMYK
RGB Variations
Color information
#D55040 (or 0xD55040) is known color: Dark Coral. HEX triplet: D5, 50 and 40. RGB value is (213,80,64). Sum of RGB (Red+Green+Blue) = 213+80+64=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D55040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55040 is #2AAFBF. Grayscale: #767676. Windows color (decimal): -2797504 or 4214997. OLE color: 4214997.
HSL color Cylindrical-coordinate representation of color #D55040: hue angle of 6.44º 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 #D55040 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 80 | 64 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.16 |
| HSL | 6.44º | 0.64% | 0.54% | - |
| HSV(B) | 6.44º | 0.7% | 0.84% | - |
| XYZ | 31.23 | 20.25 | 7.11 | - |
| YUV | 117.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 80 | 64 | 0 | 0.62 | 0.70 | 0.16 | 6.44 | 0.64 | 0.54 |
| Hex | D5 | 50 | 40 | 0 | 3E | 46 | 10 | 6 | 40 | 36 |
| Octal | 325 | 120 | 100 | 0 | 76 | 106 | 20 | 6 | 100 | 66 |
| Binary | 11010101 | 1010000 | 1000000 | 0 | 111110 | 1000110 | 10000 | 110 | 1000000 | 110110 |
Color Harmonies of #D55040
Complementary color
Monochromatic Colors of #D55040
Black with #D55040
Text Example
Text Example
White with #D55040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55040; }
p { color: rgb(213,80,64); }
H1.HeaderClassName
{
color: #D55040;
}
.AnyTagClassName
{
color: #D55040;
}
</style>
background-color css
<style>
a { background-color: #D55040; }
a { background-color: rgb(213,80,64); }
div.DivClassName
{
background-color: #D55040;
}
.BgClassName
{
background-color: #D55040;
}
</style>
border-color css
<style>
span { border-color: #D55040; }
span { border-color: rgb(213,80,64); }
td.TdClassName
{
border-color: #D55040;
}
.TagClassName
{
border-color: #D55040;
}
</style>