Shades of Dark Coral #D56240
Tints of Dark Coral #D56240
RGB
CMYK
RGB Variations
Color information
#D56240 (or 0xD56240) is known color: Dark Coral. HEX triplet: D5, 62 and 40. RGB value is (213,98,64). Sum of RGB (Red+Green+Blue) = 213+98+64=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D56240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56240 is #2A9DBF. Grayscale: #808080. Windows color (decimal): -2792896 or 4219605. OLE color: 4219605.
HSL color Cylindrical-coordinate representation of color #D56240: hue angle of 13.69º 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 #D56240 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 64 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.16 |
| HSL | 13.69º | 0.64% | 0.54% | - |
| HSV(B) | 13.69º | 0.7% | 0.84% | - |
| XYZ | 32.73 | 23.25 | 7.61 | - |
| YUV | 128.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 64 | 0 | 0.54 | 0.70 | 0.16 | 13.69 | 0.64 | 0.54 |
| Hex | D5 | 62 | 40 | 0 | 36 | 46 | 10 | E | 40 | 36 |
| Octal | 325 | 142 | 100 | 0 | 66 | 106 | 20 | 16 | 100 | 66 |
| Binary | 11010101 | 1100010 | 1000000 | 0 | 110110 | 1000110 | 10000 | 1110 | 1000000 | 110110 |
Color Harmonies of #D56240
Complementary color
Monochromatic Colors of #D56240
Black with #D56240
Text Example
Text Example
White with #D56240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56240; }
p { color: rgb(213,98,64); }
H1.HeaderClassName
{
color: #D56240;
}
.AnyTagClassName
{
color: #D56240;
}
</style>
background-color css
<style>
a { background-color: #D56240; }
a { background-color: rgb(213,98,64); }
div.DivClassName
{
background-color: #D56240;
}
.BgClassName
{
background-color: #D56240;
}
</style>
border-color css
<style>
span { border-color: #D56240; }
span { border-color: rgb(213,98,64); }
td.TdClassName
{
border-color: #D56240;
}
.TagClassName
{
border-color: #D56240;
}
</style>