Shades of Dark Coral #DD583E
Tints of Dark Coral #DD583E
RGB
CMYK
RGB Variations
Color information
#DD583E (or 0xDD583E) is known color: Dark Coral. HEX triplet: DD, 58 and 3E. RGB value is (221,88,62). Sum of RGB (Red+Green+Blue) = 221+88+62=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD583E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD583E is #22A7C1. Grayscale: #7D7D7D. Windows color (decimal): -2271170 or 4085981. OLE color: 4085981.
HSL color Cylindrical-coordinate representation of color #DD583E: hue angle of 9.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD583E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 62 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.13 |
| HSL | 9.81º | 0.7% | 0.55% | - |
| HSV(B) | 9.81º | 0.72% | 0.87% | - |
| XYZ | 34.18 | 22.7 | 7.14 | - |
| YUV | 124.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 62 | 0 | 0.60 | 0.72 | 0.13 | 9.81 | 0.7 | 0.55 |
| Hex | DD | 58 | 3E | 0 | 3C | 48 | D | A | 46 | 37 |
| Octal | 335 | 130 | 76 | 0 | 74 | 110 | 15 | 12 | 106 | 67 |
| Binary | 11011101 | 1011000 | 111110 | 0 | 111100 | 1001000 | 1101 | 1010 | 1000110 | 110111 |
Color Harmonies of #DD583E
Complementary color
Monochromatic Colors of #DD583E
Black with #DD583E
Text Example
Text Example
White with #DD583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD583E; }
p { color: rgb(221,88,62); }
H1.HeaderClassName
{
color: #DD583E;
}
.AnyTagClassName
{
color: #DD583E;
}
</style>
background-color css
<style>
a { background-color: #DD583E; }
a { background-color: rgb(221,88,62); }
div.DivClassName
{
background-color: #DD583E;
}
.BgClassName
{
background-color: #DD583E;
}
</style>
border-color css
<style>
span { border-color: #DD583E; }
span { border-color: rgb(221,88,62); }
td.TdClassName
{
border-color: #DD583E;
}
.TagClassName
{
border-color: #DD583E;
}
</style>