Shades of Dark Coral #D8553B
Tints of Dark Coral #D8553B
RGB
CMYK
RGB Variations
Color information
#D8553B (or 0xD8553B) is known color: Dark Coral. HEX triplet: D8, 55 and 3B. RGB value is (216,85,59). Sum of RGB (Red+Green+Blue) = 216+85+59=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8553B is #27AAC4. Grayscale: #797979. Windows color (decimal): -2599621 or 3888600. OLE color: 3888600.
HSL color Cylindrical-coordinate representation of color #D8553B: hue angle of 9.94º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8553B is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 59 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.15 |
| HSL | 9.94º | 0.67% | 0.54% | - |
| HSV(B) | 9.94º | 0.73% | 0.85% | - |
| XYZ | 32.36 | 21.41 | 6.57 | - |
| YUV | 121.21 | 92.9 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 59 | 0 | 0.61 | 0.73 | 0.15 | 9.94 | 0.67 | 0.54 |
| Hex | D8 | 55 | 3B | 0 | 3D | 49 | F | A | 43 | 36 |
| Octal | 330 | 125 | 73 | 0 | 75 | 111 | 17 | 12 | 103 | 66 |
| Binary | 11011000 | 1010101 | 111011 | 0 | 111101 | 1001001 | 1111 | 1010 | 1000011 | 110110 |
Color Harmonies of #D8553B
Complementary color
Monochromatic Colors of #D8553B
Black with #D8553B
Text Example
Text Example
White with #D8553B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8553B; }
p { color: rgb(216,85,59); }
H1.HeaderClassName
{
color: #D8553B;
}
.AnyTagClassName
{
color: #D8553B;
}
</style>
background-color css
<style>
a { background-color: #D8553B; }
a { background-color: rgb(216,85,59); }
div.DivClassName
{
background-color: #D8553B;
}
.BgClassName
{
background-color: #D8553B;
}
</style>
border-color css
<style>
span { border-color: #D8553B; }
span { border-color: rgb(216,85,59); }
td.TdClassName
{
border-color: #D8553B;
}
.TagClassName
{
border-color: #D8553B;
}
</style>