Shades of Dark Coral #D4553B
Tints of Dark Coral #D4553B
RGB
CMYK
RGB Variations
Color information
#D4553B (or 0xD4553B) is known color: Dark Coral. HEX triplet: D4, 55 and 3B. RGB value is (212,85,59). Sum of RGB (Red+Green+Blue) = 212+85+59=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4553B is #2BAAC4. Grayscale: #787878. Windows color (decimal): -2861765 or 3888596. OLE color: 3888596.
HSL color Cylindrical-coordinate representation of color #D4553B: hue angle of 10.2º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4553B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 59 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.17 |
| HSL | 10.2º | 0.64% | 0.53% | - |
| HSV(B) | 10.2º | 0.72% | 0.83% | - |
| XYZ | 31.19 | 20.81 | 6.51 | - |
| YUV | 120.01 | 93.58 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 59 | 0 | 0.60 | 0.72 | 0.17 | 10.2 | 0.64 | 0.53 |
| Hex | D4 | 55 | 3B | 0 | 3C | 48 | 11 | A | 40 | 35 |
| Octal | 324 | 125 | 73 | 0 | 74 | 110 | 21 | 12 | 100 | 65 |
| Binary | 11010100 | 1010101 | 111011 | 0 | 111100 | 1001000 | 10001 | 1010 | 1000000 | 110101 |
Color Harmonies of #D4553B
Complementary color
Monochromatic Colors of #D4553B
Black with #D4553B
Text Example
Text Example
White with #D4553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4553B; }
p { color: rgb(212,85,59); }
H1.HeaderClassName
{
color: #D4553B;
}
.AnyTagClassName
{
color: #D4553B;
}
</style>
background-color css
<style>
a { background-color: #D4553B; }
a { background-color: rgb(212,85,59); }
div.DivClassName
{
background-color: #D4553B;
}
.BgClassName
{
background-color: #D4553B;
}
</style>
border-color css
<style>
span { border-color: #D4553B; }
span { border-color: rgb(212,85,59); }
td.TdClassName
{
border-color: #D4553B;
}
.TagClassName
{
border-color: #D4553B;
}
</style>