Shades of Dark Coral #D4553D
Tints of Dark Coral #D4553D
RGB
CMYK
RGB Variations
Color information
#D4553D (or 0xD4553D) is known color: Dark Coral. HEX triplet: D4, 55 and 3D. RGB value is (212,85,61). Sum of RGB (Red+Green+Blue) = 212+85+61=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4553D is #2BAAC2. Grayscale: #787878. Windows color (decimal): -2861763 or 4019668. OLE color: 4019668.
HSL color Cylindrical-coordinate representation of color #D4553D: hue angle of 9.54º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4553D is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 61 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.17 |
| HSL | 9.54º | 0.64% | 0.54% | - |
| HSV(B) | 9.54º | 0.71% | 0.83% | - |
| XYZ | 31.24 | 20.83 | 6.79 | - |
| YUV | 120.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 61 | 0 | 0.60 | 0.71 | 0.17 | 9.54 | 0.64 | 0.54 |
| Hex | D4 | 55 | 3D | 0 | 3C | 47 | 11 | A | 40 | 36 |
| Octal | 324 | 125 | 75 | 0 | 74 | 107 | 21 | 12 | 100 | 66 |
| Binary | 11010100 | 1010101 | 111101 | 0 | 111100 | 1000111 | 10001 | 1010 | 1000000 | 110110 |
Color Harmonies of #D4553D
Complementary color
Monochromatic Colors of #D4553D
Black with #D4553D
Text Example
Text Example
White with #D4553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4553D; }
p { color: rgb(212,85,61); }
H1.HeaderClassName
{
color: #D4553D;
}
.AnyTagClassName
{
color: #D4553D;
}
</style>
background-color css
<style>
a { background-color: #D4553D; }
a { background-color: rgb(212,85,61); }
div.DivClassName
{
background-color: #D4553D;
}
.BgClassName
{
background-color: #D4553D;
}
</style>
border-color css
<style>
span { border-color: #D4553D; }
span { border-color: rgb(212,85,61); }
td.TdClassName
{
border-color: #D4553D;
}
.TagClassName
{
border-color: #D4553D;
}
</style>