Shades of Dark Coral #DB5E3F
Tints of Dark Coral #DB5E3F
RGB
CMYK
RGB Variations
Color information
#DB5E3F (or 0xDB5E3F) is known color: Dark Coral. HEX triplet: DB, 5E and 3F. RGB value is (219,94,63). Sum of RGB (Red+Green+Blue) = 219+94+63=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E3F is #24A1C0. Grayscale: #808080. Windows color (decimal): -2400705 or 4153051. OLE color: 4153051.
HSL color Cylindrical-coordinate representation of color #DB5E3F: hue angle of 11.92º 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 #DB5E3F is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 63 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.14 |
| HSL | 11.92º | 0.68% | 0.55% | - |
| HSV(B) | 11.92º | 0.71% | 0.86% | - |
| XYZ | 34.11 | 23.42 | 7.43 | - |
| YUV | 127.84 | 91.41 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 63 | 0 | 0.57 | 0.71 | 0.14 | 11.92 | 0.68 | 0.55 |
| Hex | DB | 5E | 3F | 0 | 39 | 47 | E | C | 44 | 37 |
| Octal | 333 | 136 | 77 | 0 | 71 | 107 | 16 | 14 | 104 | 67 |
| Binary | 11011011 | 1011110 | 111111 | 0 | 111001 | 1000111 | 1110 | 1100 | 1000100 | 110111 |
Color Harmonies of #DB5E3F
Complementary color
Monochromatic Colors of #DB5E3F
Black with #DB5E3F
Text Example
Text Example
White with #DB5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E3F; }
p { color: rgb(219,94,63); }
H1.HeaderClassName
{
color: #DB5E3F;
}
.AnyTagClassName
{
color: #DB5E3F;
}
</style>
background-color css
<style>
a { background-color: #DB5E3F; }
a { background-color: rgb(219,94,63); }
div.DivClassName
{
background-color: #DB5E3F;
}
.BgClassName
{
background-color: #DB5E3F;
}
</style>
border-color css
<style>
span { border-color: #DB5E3F; }
span { border-color: rgb(219,94,63); }
td.TdClassName
{
border-color: #DB5E3F;
}
.TagClassName
{
border-color: #DB5E3F;
}
</style>