Shades of Dark Coral #D56048
Tints of Dark Coral #D56048
RGB
CMYK
RGB Variations
Color information
#D56048 (or 0xD56048) is known color: Dark Coral. HEX triplet: D5, 60 and 48. RGB value is (213,96,72). Sum of RGB (Red+Green+Blue) = 213+96+72=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D56048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56048 is #2A9FB7. Grayscale: #808080. Windows color (decimal): -2793400 or 4743381. OLE color: 4743381.
HSL color Cylindrical-coordinate representation of color #D56048: hue angle of 10.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D56048 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 72 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.16 |
| HSL | 10.21º | 0.63% | 0.56% | - |
| HSV(B) | 10.21º | 0.66% | 0.84% | - |
| XYZ | 32.79 | 22.98 | 8.84 | - |
| YUV | 128.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 72 | 0 | 0.55 | 0.66 | 0.16 | 10.21 | 0.63 | 0.56 |
| Hex | D5 | 60 | 48 | 0 | 37 | 42 | 10 | A | 3F | 38 |
| Octal | 325 | 140 | 110 | 0 | 67 | 102 | 20 | 12 | 77 | 70 |
| Binary | 11010101 | 1100000 | 1001000 | 0 | 110111 | 1000010 | 10000 | 1010 | 111111 | 111000 |
Color Harmonies of #D56048
Complementary color
Monochromatic Colors of #D56048
Black with #D56048
Text Example
Text Example
White with #D56048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56048; }
p { color: rgb(213,96,72); }
H1.HeaderClassName
{
color: #D56048;
}
.AnyTagClassName
{
color: #D56048;
}
</style>
background-color css
<style>
a { background-color: #D56048; }
a { background-color: rgb(213,96,72); }
div.DivClassName
{
background-color: #D56048;
}
.BgClassName
{
background-color: #D56048;
}
</style>
border-color css
<style>
span { border-color: #D56048; }
span { border-color: rgb(213,96,72); }
td.TdClassName
{
border-color: #D56048;
}
.TagClassName
{
border-color: #D56048;
}
</style>