Shades of Dark Coral #D56041
Tints of Dark Coral #D56041
RGB
CMYK
RGB Variations
Color information
#D56041 (or 0xD56041) is known color: Dark Coral. HEX triplet: D5, 60 and 41. RGB value is (213,96,65). Sum of RGB (Red+Green+Blue) = 213+96+65=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D56041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56041 is #2A9FBE. Grayscale: #7F7F7F. Windows color (decimal): -2793407 or 4284629. OLE color: 4284629.
HSL color Cylindrical-coordinate representation of color #D56041: hue angle of 12.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D56041 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 65 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.16 |
| HSL | 12.57º | 0.64% | 0.55% | - |
| HSV(B) | 12.57º | 0.69% | 0.84% | - |
| XYZ | 32.58 | 22.89 | 7.7 | - |
| YUV | 127.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 65 | 0 | 0.55 | 0.69 | 0.16 | 12.57 | 0.64 | 0.55 |
| Hex | D5 | 60 | 41 | 0 | 37 | 45 | 10 | D | 40 | 37 |
| Octal | 325 | 140 | 101 | 0 | 67 | 105 | 20 | 15 | 100 | 67 |
| Binary | 11010101 | 1100000 | 1000001 | 0 | 110111 | 1000101 | 10000 | 1101 | 1000000 | 110111 |
Color Harmonies of #D56041
Complementary color
Monochromatic Colors of #D56041
Black with #D56041
Text Example
Text Example
White with #D56041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56041; }
p { color: rgb(213,96,65); }
H1.HeaderClassName
{
color: #D56041;
}
.AnyTagClassName
{
color: #D56041;
}
</style>
background-color css
<style>
a { background-color: #D56041; }
a { background-color: rgb(213,96,65); }
div.DivClassName
{
background-color: #D56041;
}
.BgClassName
{
background-color: #D56041;
}
</style>
border-color css
<style>
span { border-color: #D56041; }
span { border-color: rgb(213,96,65); }
td.TdClassName
{
border-color: #D56041;
}
.TagClassName
{
border-color: #D56041;
}
</style>