Shades of Dark Coral #D56146
Tints of Dark Coral #D56146
RGB
CMYK
RGB Variations
Color information
#D56146 (or 0xD56146) is known color: Dark Coral. HEX triplet: D5, 61 and 46. RGB value is (213,97,70). Sum of RGB (Red+Green+Blue) = 213+97+70=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D56146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56146 is #2A9EB9. Grayscale: #808080. Windows color (decimal): -2793146 or 4612565. OLE color: 4612565.
HSL color Cylindrical-coordinate representation of color #D56146: hue angle of 11.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D56146 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 70 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.16 |
| HSL | 11.33º | 0.63% | 0.55% | - |
| HSV(B) | 11.33º | 0.67% | 0.84% | - |
| XYZ | 32.82 | 23.14 | 8.53 | - |
| YUV | 128.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 70 | 0 | 0.54 | 0.67 | 0.16 | 11.33 | 0.63 | 0.55 |
| Hex | D5 | 61 | 46 | 0 | 36 | 43 | 10 | B | 3F | 37 |
| Octal | 325 | 141 | 106 | 0 | 66 | 103 | 20 | 13 | 77 | 67 |
| Binary | 11010101 | 1100001 | 1000110 | 0 | 110110 | 1000011 | 10000 | 1011 | 111111 | 110111 |
Color Harmonies of #D56146
Complementary color
Monochromatic Colors of #D56146
Black with #D56146
Text Example
Text Example
White with #D56146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56146; }
p { color: rgb(213,97,70); }
H1.HeaderClassName
{
color: #D56146;
}
.AnyTagClassName
{
color: #D56146;
}
</style>
background-color css
<style>
a { background-color: #D56146; }
a { background-color: rgb(213,97,70); }
div.DivClassName
{
background-color: #D56146;
}
.BgClassName
{
background-color: #D56146;
}
</style>
border-color css
<style>
span { border-color: #D56146; }
span { border-color: rgb(213,97,70); }
td.TdClassName
{
border-color: #D56146;
}
.TagClassName
{
border-color: #D56146;
}
</style>