Shades of Dark Coral #DB5A3F
Tints of Dark Coral #DB5A3F
RGB
CMYK
RGB Variations
Color information
#DB5A3F (or 0xDB5A3F) is known color: Dark Coral. HEX triplet: DB, 5A and 3F. RGB value is (219,90,63). Sum of RGB (Red+Green+Blue) = 219+90+63=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A3F is #24A5C0. Grayscale: #7D7D7D. Windows color (decimal): -2401729 or 4152027. OLE color: 4152027.
HSL color Cylindrical-coordinate representation of color #DB5A3F: hue angle of 10.38º 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 #DB5A3F is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 63 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.14 |
| HSL | 10.38º | 0.68% | 0.55% | - |
| HSV(B) | 10.38º | 0.71% | 0.86% | - |
| XYZ | 33.77 | 22.73 | 7.31 | - |
| YUV | 125.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 63 | 0 | 0.59 | 0.71 | 0.14 | 10.38 | 0.68 | 0.55 |
| Hex | DB | 5A | 3F | 0 | 3B | 47 | E | A | 44 | 37 |
| Octal | 333 | 132 | 77 | 0 | 73 | 107 | 16 | 12 | 104 | 67 |
| Binary | 11011011 | 1011010 | 111111 | 0 | 111011 | 1000111 | 1110 | 1010 | 1000100 | 110111 |
Color Harmonies of #DB5A3F
Complementary color
Monochromatic Colors of #DB5A3F
Black with #DB5A3F
Text Example
Text Example
White with #DB5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A3F; }
p { color: rgb(219,90,63); }
H1.HeaderClassName
{
color: #DB5A3F;
}
.AnyTagClassName
{
color: #DB5A3F;
}
</style>
background-color css
<style>
a { background-color: #DB5A3F; }
a { background-color: rgb(219,90,63); }
div.DivClassName
{
background-color: #DB5A3F;
}
.BgClassName
{
background-color: #DB5A3F;
}
</style>
border-color css
<style>
span { border-color: #DB5A3F; }
span { border-color: rgb(219,90,63); }
td.TdClassName
{
border-color: #DB5A3F;
}
.TagClassName
{
border-color: #DB5A3F;
}
</style>