Shades of Dark Coral #DC583E
Tints of Dark Coral #DC583E
RGB
CMYK
RGB Variations
Color information
#DC583E (or 0xDC583E) is known color: Dark Coral. HEX triplet: DC, 58 and 3E. RGB value is (220,88,62). Sum of RGB (Red+Green+Blue) = 220+88+62=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC583E is #23A7C1. Grayscale: #7C7C7C. Windows color (decimal): -2336706 or 4085980. OLE color: 4085980.
HSL color Cylindrical-coordinate representation of color #DC583E: hue angle of 9.87º 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 #DC583E is Cyan = 0, Magento = 0.6, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 62 | - |
| CMYK | 0 | 0.6 | 0.72 | 0.14 |
| HSL | 9.87º | 0.69% | 0.55% | - |
| HSV(B) | 9.87º | 0.72% | 0.86% | - |
| XYZ | 33.87 | 22.54 | 7.12 | - |
| YUV | 124.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 62 | 0 | 0.6 | 0.72 | 0.14 | 9.87 | 0.69 | 0.55 |
| Hex | DC | 58 | 3E | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 334 | 130 | 76 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011100 | 1011000 | 111110 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DC583E
Complementary color
Monochromatic Colors of #DC583E
Black with #DC583E
Text Example
Text Example
White with #DC583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC583E; }
p { color: rgb(220,88,62); }
H1.HeaderClassName
{
color: #DC583E;
}
.AnyTagClassName
{
color: #DC583E;
}
</style>
background-color css
<style>
a { background-color: #DC583E; }
a { background-color: rgb(220,88,62); }
div.DivClassName
{
background-color: #DC583E;
}
.BgClassName
{
background-color: #DC583E;
}
</style>
border-color css
<style>
span { border-color: #DC583E; }
span { border-color: rgb(220,88,62); }
td.TdClassName
{
border-color: #DC583E;
}
.TagClassName
{
border-color: #DC583E;
}
</style>