Shades of Dark Coral #DB5E40
Tints of Dark Coral #DB5E40
RGB
CMYK
RGB Variations
Color information
#DB5E40 (or 0xDB5E40) is known color: Dark Coral. HEX triplet: DB, 5E and 40. RGB value is (219,94,64). Sum of RGB (Red+Green+Blue) = 219+94+64=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E40 is #24A1BF. Grayscale: #808080. Windows color (decimal): -2400704 or 4218587. OLE color: 4218587.
HSL color Cylindrical-coordinate representation of color #DB5E40: hue angle of 11.61º 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 #DB5E40 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 64 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.14 |
| HSL | 11.61º | 0.68% | 0.55% | - |
| HSV(B) | 11.61º | 0.71% | 0.86% | - |
| XYZ | 34.14 | 23.44 | 7.57 | - |
| YUV | 127.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 64 | 0 | 0.57 | 0.71 | 0.14 | 11.61 | 0.68 | 0.55 |
| Hex | DB | 5E | 40 | 0 | 39 | 47 | E | C | 44 | 37 |
| Octal | 333 | 136 | 100 | 0 | 71 | 107 | 16 | 14 | 104 | 67 |
| Binary | 11011011 | 1011110 | 1000000 | 0 | 111001 | 1000111 | 1110 | 1100 | 1000100 | 110111 |
Color Harmonies of #DB5E40
Complementary color
Monochromatic Colors of #DB5E40
Black with #DB5E40
Text Example
Text Example
White with #DB5E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E40; }
p { color: rgb(219,94,64); }
H1.HeaderClassName
{
color: #DB5E40;
}
.AnyTagClassName
{
color: #DB5E40;
}
</style>
background-color css
<style>
a { background-color: #DB5E40; }
a { background-color: rgb(219,94,64); }
div.DivClassName
{
background-color: #DB5E40;
}
.BgClassName
{
background-color: #DB5E40;
}
</style>
border-color css
<style>
span { border-color: #DB5E40; }
span { border-color: rgb(219,94,64); }
td.TdClassName
{
border-color: #DB5E40;
}
.TagClassName
{
border-color: #DB5E40;
}
</style>