Shades of Dark Coral #DA573D
Tints of Dark Coral #DA573D
RGB
CMYK
RGB Variations
Color information
#DA573D (or 0xDA573D) is known color: Dark Coral. HEX triplet: DA, 57 and 3D. RGB value is (218,87,61). Sum of RGB (Red+Green+Blue) = 218+87+61=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA573D is #25A8C2. Grayscale: #7B7B7B. Windows color (decimal): -2468035 or 4020186. OLE color: 4020186.
HSL color Cylindrical-coordinate representation of color #DA573D: hue angle of 9.94º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA573D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.15 |
| HSL | 9.94º | 0.68% | 0.55% | - |
| HSV(B) | 9.94º | 0.72% | 0.85% | - |
| XYZ | 33.16 | 22.06 | 6.92 | - |
| YUV | 123.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 61 | 0 | 0.60 | 0.72 | 0.15 | 9.94 | 0.68 | 0.55 |
| Hex | DA | 57 | 3D | 0 | 3C | 48 | F | A | 44 | 37 |
| Octal | 332 | 127 | 75 | 0 | 74 | 110 | 17 | 12 | 104 | 67 |
| Binary | 11011010 | 1010111 | 111101 | 0 | 111100 | 1001000 | 1111 | 1010 | 1000100 | 110111 |
Color Harmonies of #DA573D
Complementary color
Monochromatic Colors of #DA573D
Black with #DA573D
Text Example
Text Example
White with #DA573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA573D; }
p { color: rgb(218,87,61); }
H1.HeaderClassName
{
color: #DA573D;
}
.AnyTagClassName
{
color: #DA573D;
}
</style>
background-color css
<style>
a { background-color: #DA573D; }
a { background-color: rgb(218,87,61); }
div.DivClassName
{
background-color: #DA573D;
}
.BgClassName
{
background-color: #DA573D;
}
</style>
border-color css
<style>
span { border-color: #DA573D; }
span { border-color: rgb(218,87,61); }
td.TdClassName
{
border-color: #DA573D;
}
.TagClassName
{
border-color: #DA573D;
}
</style>