Shades of Dark Coral #DA573F
Tints of Dark Coral #DA573F
RGB
CMYK
RGB Variations
Color information
#DA573F (or 0xDA573F) is known color: Dark Coral. HEX triplet: DA, 57 and 3F. RGB value is (218,87,63). Sum of RGB (Red+Green+Blue) = 218+87+63=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA573F is #25A8C0. Grayscale: #7B7B7B. Windows color (decimal): -2468033 or 4151258. OLE color: 4151258.
HSL color Cylindrical-coordinate representation of color #DA573F: hue angle of 9.29º 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 #DA573F is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 63 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.15 |
| HSL | 9.29º | 0.68% | 0.55% | - |
| HSV(B) | 9.29º | 0.71% | 0.85% | - |
| XYZ | 33.22 | 22.08 | 7.21 | - |
| YUV | 123.43 | 93.9 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 63 | 0 | 0.60 | 0.71 | 0.15 | 9.29 | 0.68 | 0.55 |
| Hex | DA | 57 | 3F | 0 | 3C | 47 | F | 9 | 44 | 37 |
| Octal | 332 | 127 | 77 | 0 | 74 | 107 | 17 | 11 | 104 | 67 |
| Binary | 11011010 | 1010111 | 111111 | 0 | 111100 | 1000111 | 1111 | 1001 | 1000100 | 110111 |
Color Harmonies of #DA573F
Complementary color
Monochromatic Colors of #DA573F
Black with #DA573F
Text Example
Text Example
White with #DA573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA573F; }
p { color: rgb(218,87,63); }
H1.HeaderClassName
{
color: #DA573F;
}
.AnyTagClassName
{
color: #DA573F;
}
</style>
background-color css
<style>
a { background-color: #DA573F; }
a { background-color: rgb(218,87,63); }
div.DivClassName
{
background-color: #DA573F;
}
.BgClassName
{
background-color: #DA573F;
}
</style>
border-color css
<style>
span { border-color: #DA573F; }
span { border-color: rgb(218,87,63); }
td.TdClassName
{
border-color: #DA573F;
}
.TagClassName
{
border-color: #DA573F;
}
</style>