Shades of Dark Coral #DB5E41
Tints of Dark Coral #DB5E41
RGB
CMYK
RGB Variations
Color information
#DB5E41 (or 0xDB5E41) is known color: Dark Coral. HEX triplet: DB, 5E and 41. RGB value is (219,94,65). Sum of RGB (Red+Green+Blue) = 219+94+65=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E41 is #24A1BE. Grayscale: #808080. Windows color (decimal): -2400703 or 4284123. OLE color: 4284123.
HSL color Cylindrical-coordinate representation of color #DB5E41: hue angle of 11.3º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB5E41 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 94 | 65 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.14 |
| HSL | 11.3º | 0.68% | 0.56% | - |
| HSV(B) | 11.3º | 0.7% | 0.86% | - |
| XYZ | 34.17 | 23.45 | 7.73 | - |
| YUV | 128.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 65 | 0 | 0.57 | 0.70 | 0.14 | 11.3 | 0.68 | 0.56 |
| Hex | DB | 5E | 41 | 0 | 39 | 46 | E | B | 44 | 38 |
| Octal | 333 | 136 | 101 | 0 | 71 | 106 | 16 | 13 | 104 | 70 |
| Binary | 11011011 | 1011110 | 1000001 | 0 | 111001 | 1000110 | 1110 | 1011 | 1000100 | 111000 |
Color Harmonies of #DB5E41
Complementary color
Monochromatic Colors of #DB5E41
Black with #DB5E41
Text Example
Text Example
White with #DB5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5E41; }
p { color: rgb(219,94,65); }
H1.HeaderClassName
{
color: #DB5E41;
}
.AnyTagClassName
{
color: #DB5E41;
}
</style>
background-color css
<style>
a { background-color: #DB5E41; }
a { background-color: rgb(219,94,65); }
div.DivClassName
{
background-color: #DB5E41;
}
.BgClassName
{
background-color: #DB5E41;
}
</style>
border-color css
<style>
span { border-color: #DB5E41; }
span { border-color: rgb(219,94,65); }
td.TdClassName
{
border-color: #DB5E41;
}
.TagClassName
{
border-color: #DB5E41;
}
</style>