Shades of Dark Coral #D56248
Tints of Dark Coral #D56248
RGB
CMYK
RGB Variations
Color information
#D56248 (or 0xD56248) is known color: Dark Coral. HEX triplet: D5, 62 and 48. RGB value is (213,98,72). Sum of RGB (Red+Green+Blue) = 213+98+72=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D56248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56248 is #2A9DB7. Grayscale: #818181. Windows color (decimal): -2792888 or 4743893. OLE color: 4743893.
HSL color Cylindrical-coordinate representation of color #D56248: hue angle of 11.06º 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 #D56248 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 72 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.16 |
| HSL | 11.06º | 0.63% | 0.56% | - |
| HSV(B) | 11.06º | 0.66% | 0.84% | - |
| XYZ | 32.98 | 23.35 | 8.9 | - |
| YUV | 129.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 72 | 0 | 0.54 | 0.66 | 0.16 | 11.06 | 0.63 | 0.56 |
| Hex | D5 | 62 | 48 | 0 | 36 | 42 | 10 | B | 3F | 38 |
| Octal | 325 | 142 | 110 | 0 | 66 | 102 | 20 | 13 | 77 | 70 |
| Binary | 11010101 | 1100010 | 1001000 | 0 | 110110 | 1000010 | 10000 | 1011 | 111111 | 111000 |
Color Harmonies of #D56248
Complementary color
Monochromatic Colors of #D56248
Black with #D56248
Text Example
Text Example
White with #D56248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56248; }
p { color: rgb(213,98,72); }
H1.HeaderClassName
{
color: #D56248;
}
.AnyTagClassName
{
color: #D56248;
}
</style>
background-color css
<style>
a { background-color: #D56248; }
a { background-color: rgb(213,98,72); }
div.DivClassName
{
background-color: #D56248;
}
.BgClassName
{
background-color: #D56248;
}
</style>
border-color css
<style>
span { border-color: #D56248; }
span { border-color: rgb(213,98,72); }
td.TdClassName
{
border-color: #D56248;
}
.TagClassName
{
border-color: #D56248;
}
</style>