Shades of Dark Coral #DD553F
Tints of Dark Coral #DD553F
RGB
CMYK
RGB Variations
Color information
#DD553F (or 0xDD553F) is known color: Dark Coral. HEX triplet: DD, 55 and 3F. RGB value is (221,85,63). Sum of RGB (Red+Green+Blue) = 221+85+63=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD553F is #22AAC0. Grayscale: #7B7B7B. Windows color (decimal): -2271937 or 4150749. OLE color: 4150749.
HSL color Cylindrical-coordinate representation of color #DD553F: hue angle of 8.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD553F is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 63 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.13 |
| HSL | 8.35º | 0.7% | 0.56% | - |
| HSV(B) | 8.35º | 0.71% | 0.87% | - |
| XYZ | 33.96 | 22.23 | 7.2 | - |
| YUV | 123.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 63 | 0 | 0.62 | 0.71 | 0.13 | 8.35 | 0.7 | 0.56 |
| Hex | DD | 55 | 3F | 0 | 3E | 47 | D | 8 | 46 | 38 |
| Octal | 335 | 125 | 77 | 0 | 76 | 107 | 15 | 10 | 106 | 70 |
| Binary | 11011101 | 1010101 | 111111 | 0 | 111110 | 1000111 | 1101 | 1000 | 1000110 | 111000 |
Color Harmonies of #DD553F
Complementary color
Monochromatic Colors of #DD553F
Black with #DD553F
Text Example
Text Example
White with #DD553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD553F; }
p { color: rgb(221,85,63); }
H1.HeaderClassName
{
color: #DD553F;
}
.AnyTagClassName
{
color: #DD553F;
}
</style>
background-color css
<style>
a { background-color: #DD553F; }
a { background-color: rgb(221,85,63); }
div.DivClassName
{
background-color: #DD553F;
}
.BgClassName
{
background-color: #DD553F;
}
</style>
border-color css
<style>
span { border-color: #DD553F; }
span { border-color: rgb(221,85,63); }
td.TdClassName
{
border-color: #DD553F;
}
.TagClassName
{
border-color: #DD553F;
}
</style>