Shades of Dark Coral #DD5C3F
Tints of Dark Coral #DD5C3F
RGB
CMYK
RGB Variations
Color information
#DD5C3F (or 0xDD5C3F) is known color: Dark Coral. HEX triplet: DD, 5C and 3F. RGB value is (221,92,63). Sum of RGB (Red+Green+Blue) = 221+92+63=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5C3F is #22A3C0. Grayscale: #7F7F7F. Windows color (decimal): -2270145 or 4152541. OLE color: 4152541.
HSL color Cylindrical-coordinate representation of color #DD5C3F: hue angle of 11.01º 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 #DD5C3F is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 63 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.13 |
| HSL | 11.01º | 0.7% | 0.56% | - |
| HSV(B) | 11.01º | 0.71% | 0.87% | - |
| XYZ | 34.54 | 23.39 | 7.4 | - |
| YUV | 127.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 63 | 0 | 0.58 | 0.71 | 0.13 | 11.01 | 0.7 | 0.56 |
| Hex | DD | 5C | 3F | 0 | 3A | 47 | D | B | 46 | 38 |
| Octal | 335 | 134 | 77 | 0 | 72 | 107 | 15 | 13 | 106 | 70 |
| Binary | 11011101 | 1011100 | 111111 | 0 | 111010 | 1000111 | 1101 | 1011 | 1000110 | 111000 |
Color Harmonies of #DD5C3F
Complementary color
Monochromatic Colors of #DD5C3F
Black with #DD5C3F
Text Example
Text Example
White with #DD5C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C3F; }
p { color: rgb(221,92,63); }
H1.HeaderClassName
{
color: #DD5C3F;
}
.AnyTagClassName
{
color: #DD5C3F;
}
</style>
background-color css
<style>
a { background-color: #DD5C3F; }
a { background-color: rgb(221,92,63); }
div.DivClassName
{
background-color: #DD5C3F;
}
.BgClassName
{
background-color: #DD5C3F;
}
</style>
border-color css
<style>
span { border-color: #DD5C3F; }
span { border-color: rgb(221,92,63); }
td.TdClassName
{
border-color: #DD5C3F;
}
.TagClassName
{
border-color: #DD5C3F;
}
</style>