Shades of Dark Coral #DD553D
Tints of Dark Coral #DD553D
RGB
CMYK
RGB Variations
Color information
#DD553D (or 0xDD553D) is known color: Dark Coral. HEX triplet: DD, 55 and 3D. RGB value is (221,85,61). Sum of RGB (Red+Green+Blue) = 221+85+61=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD553D is #22AAC2. Grayscale: #7B7B7B. Windows color (decimal): -2271939 or 4019677. OLE color: 4019677.
HSL color Cylindrical-coordinate representation of color #DD553D: hue angle of 9º 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 #DD553D is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 61 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.13 |
| HSL | 9º | 0.7% | 0.55% | - |
| HSV(B) | 9º | 0.72% | 0.87% | - |
| XYZ | 33.91 | 22.21 | 6.91 | - |
| YUV | 122.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 61 | 0 | 0.62 | 0.72 | 0.13 | 9 | 0.7 | 0.55 |
| Hex | DD | 55 | 3D | 0 | 3E | 48 | D | 9 | 46 | 37 |
| Octal | 335 | 125 | 75 | 0 | 76 | 110 | 15 | 11 | 106 | 67 |
| Binary | 11011101 | 1010101 | 111101 | 0 | 111110 | 1001000 | 1101 | 1001 | 1000110 | 110111 |
Color Harmonies of #DD553D
Complementary color
Monochromatic Colors of #DD553D
Black with #DD553D
Text Example
Text Example
White with #DD553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD553D; }
p { color: rgb(221,85,61); }
H1.HeaderClassName
{
color: #DD553D;
}
.AnyTagClassName
{
color: #DD553D;
}
</style>
background-color css
<style>
a { background-color: #DD553D; }
a { background-color: rgb(221,85,61); }
div.DivClassName
{
background-color: #DD553D;
}
.BgClassName
{
background-color: #DD553D;
}
</style>
border-color css
<style>
span { border-color: #DD553D; }
span { border-color: rgb(221,85,61); }
td.TdClassName
{
border-color: #DD553D;
}
.TagClassName
{
border-color: #DD553D;
}
</style>