Shades of Dark Coral #DB5D3F
Tints of Dark Coral #DB5D3F
RGB
CMYK
RGB Variations
Color information
#DB5D3F (or 0xDB5D3F) is known color: Dark Coral. HEX triplet: DB, 5D and 3F. RGB value is (219,93,63). Sum of RGB (Red+Green+Blue) = 219+93+63=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5D3F is #24A2C0. Grayscale: #7F7F7F. Windows color (decimal): -2400961 or 4152795. OLE color: 4152795.
HSL color Cylindrical-coordinate representation of color #DB5D3F: hue angle of 11.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB5D3F is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 93 | 63 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.14 |
| HSL | 11.54º | 0.68% | 0.55% | - |
| HSV(B) | 11.54º | 0.71% | 0.86% | - |
| XYZ | 34.02 | 23.25 | 7.4 | - |
| YUV | 127.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 93 | 63 | 0 | 0.58 | 0.71 | 0.14 | 11.54 | 0.68 | 0.55 |
| Hex | DB | 5D | 3F | 0 | 3A | 47 | E | C | 44 | 37 |
| Octal | 333 | 135 | 77 | 0 | 72 | 107 | 16 | 14 | 104 | 67 |
| Binary | 11011011 | 1011101 | 111111 | 0 | 111010 | 1000111 | 1110 | 1100 | 1000100 | 110111 |
Color Harmonies of #DB5D3F
Complementary color
Monochromatic Colors of #DB5D3F
Black with #DB5D3F
Text Example
Text Example
White with #DB5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5D3F; }
p { color: rgb(219,93,63); }
H1.HeaderClassName
{
color: #DB5D3F;
}
.AnyTagClassName
{
color: #DB5D3F;
}
</style>
background-color css
<style>
a { background-color: #DB5D3F; }
a { background-color: rgb(219,93,63); }
div.DivClassName
{
background-color: #DB5D3F;
}
.BgClassName
{
background-color: #DB5D3F;
}
</style>
border-color css
<style>
span { border-color: #DB5D3F; }
span { border-color: rgb(219,93,63); }
td.TdClassName
{
border-color: #DB5D3F;
}
.TagClassName
{
border-color: #DB5D3F;
}
</style>