Shades of Dark Coral #DA5E3F
Tints of Dark Coral #DA5E3F
RGB
CMYK
RGB Variations
Color information
#DA5E3F (or 0xDA5E3F) is known color: Dark Coral. HEX triplet: DA, 5E and 3F. RGB value is (218,94,63). Sum of RGB (Red+Green+Blue) = 218+94+63=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E3F is #25A1C0. Grayscale: #7F7F7F. Windows color (decimal): -2466241 or 4153050. OLE color: 4153050.
HSL color Cylindrical-coordinate representation of color #DA5E3F: hue angle of 12º 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 #DA5E3F is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 63 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.15 |
| HSL | 12º | 0.68% | 0.55% | - |
| HSV(B) | 12º | 0.71% | 0.85% | - |
| XYZ | 33.81 | 23.27 | 7.41 | - |
| YUV | 127.54 | 91.58 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 63 | 0 | 0.57 | 0.71 | 0.15 | 12 | 0.68 | 0.55 |
| Hex | DA | 5E | 3F | 0 | 39 | 47 | F | C | 44 | 37 |
| Octal | 332 | 136 | 77 | 0 | 71 | 107 | 17 | 14 | 104 | 67 |
| Binary | 11011010 | 1011110 | 111111 | 0 | 111001 | 1000111 | 1111 | 1100 | 1000100 | 110111 |
Color Harmonies of #DA5E3F
Complementary color
Monochromatic Colors of #DA5E3F
Black with #DA5E3F
Text Example
Text Example
White with #DA5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5E3F; }
p { color: rgb(218,94,63); }
H1.HeaderClassName
{
color: #DA5E3F;
}
.AnyTagClassName
{
color: #DA5E3F;
}
</style>
background-color css
<style>
a { background-color: #DA5E3F; }
a { background-color: rgb(218,94,63); }
div.DivClassName
{
background-color: #DA5E3F;
}
.BgClassName
{
background-color: #DA5E3F;
}
</style>
border-color css
<style>
span { border-color: #DA5E3F; }
span { border-color: rgb(218,94,63); }
td.TdClassName
{
border-color: #DA5E3F;
}
.TagClassName
{
border-color: #DA5E3F;
}
</style>