Shades of Dark Coral #D8553F
Tints of Dark Coral #D8553F
RGB
CMYK
RGB Variations
Color information
#D8553F (or 0xD8553F) is known color: Dark Coral. HEX triplet: D8, 55 and 3F. RGB value is (216,85,63). Sum of RGB (Red+Green+Blue) = 216+85+63=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D8553F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8553F is #27AAC0. Grayscale: #797979. Windows color (decimal): -2599617 or 4150744. OLE color: 4150744.
HSL color Cylindrical-coordinate representation of color #D8553F: hue angle of 8.63º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8553F is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 63 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.15 |
| HSL | 8.63º | 0.66% | 0.55% | - |
| HSV(B) | 8.63º | 0.71% | 0.85% | - |
| XYZ | 32.46 | 21.45 | 7.13 | - |
| YUV | 121.66 | 94.9 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 63 | 0 | 0.61 | 0.71 | 0.15 | 8.63 | 0.66 | 0.55 |
| Hex | D8 | 55 | 3F | 0 | 3D | 47 | F | 9 | 42 | 37 |
| Octal | 330 | 125 | 77 | 0 | 75 | 107 | 17 | 11 | 102 | 67 |
| Binary | 11011000 | 1010101 | 111111 | 0 | 111101 | 1000111 | 1111 | 1001 | 1000010 | 110111 |
Color Harmonies of #D8553F
Complementary color
Monochromatic Colors of #D8553F
Black with #D8553F
Text Example
Text Example
White with #D8553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8553F; }
p { color: rgb(216,85,63); }
H1.HeaderClassName
{
color: #D8553F;
}
.AnyTagClassName
{
color: #D8553F;
}
</style>
background-color css
<style>
a { background-color: #D8553F; }
a { background-color: rgb(216,85,63); }
div.DivClassName
{
background-color: #D8553F;
}
.BgClassName
{
background-color: #D8553F;
}
</style>
border-color css
<style>
span { border-color: #D8553F; }
span { border-color: rgb(216,85,63); }
td.TdClassName
{
border-color: #D8553F;
}
.TagClassName
{
border-color: #D8553F;
}
</style>