Shades of Dark Coral #D5553B
Tints of Dark Coral #D5553B
RGB
CMYK
RGB Variations
Color information
#D5553B (or 0xD5553B) is known color: Dark Coral. HEX triplet: D5, 55 and 3B. RGB value is (213,85,59). Sum of RGB (Red+Green+Blue) = 213+85+59=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5553B is #2AAAC4. Grayscale: #787878. Windows color (decimal): -2796229 or 3888597. OLE color: 3888597.
HSL color Cylindrical-coordinate representation of color #D5553B: hue angle of 10.13º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5553B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 59 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.16 |
| HSL | 10.13º | 0.65% | 0.53% | - |
| HSV(B) | 10.13º | 0.72% | 0.84% | - |
| XYZ | 31.48 | 20.96 | 6.52 | - |
| YUV | 120.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 59 | 0 | 0.60 | 0.72 | 0.16 | 10.13 | 0.65 | 0.53 |
| Hex | D5 | 55 | 3B | 0 | 3C | 48 | 10 | A | 41 | 35 |
| Octal | 325 | 125 | 73 | 0 | 74 | 110 | 20 | 12 | 101 | 65 |
| Binary | 11010101 | 1010101 | 111011 | 0 | 111100 | 1001000 | 10000 | 1010 | 1000001 | 110101 |
Color Harmonies of #D5553B
Complementary color
Monochromatic Colors of #D5553B
Black with #D5553B
Text Example
Text Example
White with #D5553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5553B; }
p { color: rgb(213,85,59); }
H1.HeaderClassName
{
color: #D5553B;
}
.AnyTagClassName
{
color: #D5553B;
}
</style>
background-color css
<style>
a { background-color: #D5553B; }
a { background-color: rgb(213,85,59); }
div.DivClassName
{
background-color: #D5553B;
}
.BgClassName
{
background-color: #D5553B;
}
</style>
border-color css
<style>
span { border-color: #D5553B; }
span { border-color: rgb(213,85,59); }
td.TdClassName
{
border-color: #D5553B;
}
.TagClassName
{
border-color: #D5553B;
}
</style>