Shades of Dark Coral #D56144
Tints of Dark Coral #D56144
RGB
CMYK
RGB Variations
Color information
#D56144 (or 0xD56144) is known color: Dark Coral. HEX triplet: D5, 61 and 44. RGB value is (213,97,68). Sum of RGB (Red+Green+Blue) = 213+97+68=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D56144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56144 is #2A9EBB. Grayscale: #808080. Windows color (decimal): -2793148 or 4481493. OLE color: 4481493.
HSL color Cylindrical-coordinate representation of color #D56144: hue angle of 12º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D56144 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 68 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.16 |
| HSL | 12º | 0.63% | 0.55% | - |
| HSV(B) | 12º | 0.68% | 0.84% | - |
| XYZ | 32.76 | 23.11 | 8.2 | - |
| YUV | 128.38 | 93.93 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 68 | 0 | 0.54 | 0.68 | 0.16 | 12 | 0.63 | 0.55 |
| Hex | D5 | 61 | 44 | 0 | 36 | 44 | 10 | C | 3F | 37 |
| Octal | 325 | 141 | 104 | 0 | 66 | 104 | 20 | 14 | 77 | 67 |
| Binary | 11010101 | 1100001 | 1000100 | 0 | 110110 | 1000100 | 10000 | 1100 | 111111 | 110111 |
Color Harmonies of #D56144
Complementary color
Monochromatic Colors of #D56144
Black with #D56144
Text Example
Text Example
White with #D56144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56144; }
p { color: rgb(213,97,68); }
H1.HeaderClassName
{
color: #D56144;
}
.AnyTagClassName
{
color: #D56144;
}
</style>
background-color css
<style>
a { background-color: #D56144; }
a { background-color: rgb(213,97,68); }
div.DivClassName
{
background-color: #D56144;
}
.BgClassName
{
background-color: #D56144;
}
</style>
border-color css
<style>
span { border-color: #D56144; }
span { border-color: rgb(213,97,68); }
td.TdClassName
{
border-color: #D56144;
}
.TagClassName
{
border-color: #D56144;
}
</style>