Shades of Dark Coral #DC573D
Tints of Dark Coral #DC573D
RGB
CMYK
RGB Variations
Color information
#DC573D (or 0xDC573D) is known color: Dark Coral. HEX triplet: DC, 57 and 3D. RGB value is (220,87,61). Sum of RGB (Red+Green+Blue) = 220+87+61=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC573D is #23A8C2. Grayscale: #7C7C7C. Windows color (decimal): -2336963 or 4020188. OLE color: 4020188.
HSL color Cylindrical-coordinate representation of color #DC573D: hue angle of 9.81º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC573D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 9.81º | 0.69% | 0.55% | - |
| HSV(B) | 9.81º | 0.72% | 0.86% | - |
| XYZ | 33.77 | 22.37 | 6.95 | - |
| YUV | 123.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 61 | 0 | 0.60 | 0.72 | 0.14 | 9.81 | 0.69 | 0.55 |
| Hex | DC | 57 | 3D | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 334 | 127 | 75 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011100 | 1010111 | 111101 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DC573D
Complementary color
Monochromatic Colors of #DC573D
Black with #DC573D
Text Example
Text Example
White with #DC573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC573D; }
p { color: rgb(220,87,61); }
H1.HeaderClassName
{
color: #DC573D;
}
.AnyTagClassName
{
color: #DC573D;
}
</style>
background-color css
<style>
a { background-color: #DC573D; }
a { background-color: rgb(220,87,61); }
div.DivClassName
{
background-color: #DC573D;
}
.BgClassName
{
background-color: #DC573D;
}
</style>
border-color css
<style>
span { border-color: #DC573D; }
span { border-color: rgb(220,87,61); }
td.TdClassName
{
border-color: #DC573D;
}
.TagClassName
{
border-color: #DC573D;
}
</style>