Shades of Dark Coral #DA5340
Tints of Dark Coral #DA5340
RGB
CMYK
RGB Variations
Color information
#DA5340 (or 0xDA5340) is known color: Dark Coral. HEX triplet: DA, 53 and 40. RGB value is (218,83,64). Sum of RGB (Red+Green+Blue) = 218+83+64=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5340 is #25ACBF. Grayscale: #797979. Windows color (decimal): -2469056 or 4215770. OLE color: 4215770.
HSL color Cylindrical-coordinate representation of color #DA5340: hue angle of 7.4º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA5340 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 64 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.15 |
| HSL | 7.4º | 0.68% | 0.55% | - |
| HSV(B) | 7.4º | 0.71% | 0.85% | - |
| XYZ | 32.93 | 21.46 | 7.26 | - |
| YUV | 121.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 64 | 0 | 0.62 | 0.71 | 0.15 | 7.4 | 0.68 | 0.55 |
| Hex | DA | 53 | 40 | 0 | 3E | 47 | F | 7 | 44 | 37 |
| Octal | 332 | 123 | 100 | 0 | 76 | 107 | 17 | 7 | 104 | 67 |
| Binary | 11011010 | 1010011 | 1000000 | 0 | 111110 | 1000111 | 1111 | 111 | 1000100 | 110111 |
Color Harmonies of #DA5340
Complementary color
Monochromatic Colors of #DA5340
Black with #DA5340
Text Example
Text Example
White with #DA5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5340; }
p { color: rgb(218,83,64); }
H1.HeaderClassName
{
color: #DA5340;
}
.AnyTagClassName
{
color: #DA5340;
}
</style>
background-color css
<style>
a { background-color: #DA5340; }
a { background-color: rgb(218,83,64); }
div.DivClassName
{
background-color: #DA5340;
}
.BgClassName
{
background-color: #DA5340;
}
</style>
border-color css
<style>
span { border-color: #DA5340; }
span { border-color: rgb(218,83,64); }
td.TdClassName
{
border-color: #DA5340;
}
.TagClassName
{
border-color: #DA5340;
}
</style>