Shades of Dark Coral #DB573E
Tints of Dark Coral #DB573E
RGB
CMYK
RGB Variations
Color information
#DB573E (or 0xDB573E) is known color: Dark Coral. HEX triplet: DB, 57 and 3E. RGB value is (219,87,62). Sum of RGB (Red+Green+Blue) = 219+87+62=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB573E is #24A8C1. Grayscale: #7B7B7B. Windows color (decimal): -2402498 or 4085723. OLE color: 4085723.
HSL color Cylindrical-coordinate representation of color #DB573E: hue angle of 9.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB573E is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 62 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 9.55º | 0.69% | 0.55% | - |
| HSV(B) | 9.55º | 0.72% | 0.86% | - |
| XYZ | 33.49 | 22.22 | 7.08 | - |
| YUV | 123.62 | 93.23 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 62 | 0 | 0.60 | 0.72 | 0.14 | 9.55 | 0.69 | 0.55 |
| Hex | DB | 57 | 3E | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 333 | 127 | 76 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1010111 | 111110 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB573E
Complementary color
Monochromatic Colors of #DB573E
Black with #DB573E
Text Example
Text Example
White with #DB573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB573E; }
p { color: rgb(219,87,62); }
H1.HeaderClassName
{
color: #DB573E;
}
.AnyTagClassName
{
color: #DB573E;
}
</style>
background-color css
<style>
a { background-color: #DB573E; }
a { background-color: rgb(219,87,62); }
div.DivClassName
{
background-color: #DB573E;
}
.BgClassName
{
background-color: #DB573E;
}
</style>
border-color css
<style>
span { border-color: #DB573E; }
span { border-color: rgb(219,87,62); }
td.TdClassName
{
border-color: #DB573E;
}
.TagClassName
{
border-color: #DB573E;
}
</style>