Shades of Dark Coral #DB573D
Tints of Dark Coral #DB573D
RGB
CMYK
RGB Variations
Color information
#DB573D (or 0xDB573D) is known color: Dark Coral. HEX triplet: DB, 57 and 3D. RGB value is (219,87,61). Sum of RGB (Red+Green+Blue) = 219+87+61=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB573D is #24A8C2. Grayscale: #7B7B7B. Windows color (decimal): -2402499 or 4020187. OLE color: 4020187.
HSL color Cylindrical-coordinate representation of color #DB573D: hue angle of 9.87º 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 #DB573D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.14 |
| HSL | 9.87º | 0.69% | 0.55% | - |
| HSV(B) | 9.87º | 0.72% | 0.86% | - |
| XYZ | 33.46 | 22.21 | 6.94 | - |
| YUV | 123.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 61 | 0 | 0.60 | 0.72 | 0.14 | 9.87 | 0.69 | 0.55 |
| Hex | DB | 57 | 3D | 0 | 3C | 48 | E | A | 45 | 37 |
| Octal | 333 | 127 | 75 | 0 | 74 | 110 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1010111 | 111101 | 0 | 111100 | 1001000 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB573D
Complementary color
Monochromatic Colors of #DB573D
Black with #DB573D
Text Example
Text Example
White with #DB573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB573D; }
p { color: rgb(219,87,61); }
H1.HeaderClassName
{
color: #DB573D;
}
.AnyTagClassName
{
color: #DB573D;
}
</style>
background-color css
<style>
a { background-color: #DB573D; }
a { background-color: rgb(219,87,61); }
div.DivClassName
{
background-color: #DB573D;
}
.BgClassName
{
background-color: #DB573D;
}
</style>
border-color css
<style>
span { border-color: #DB573D; }
span { border-color: rgb(219,87,61); }
td.TdClassName
{
border-color: #DB573D;
}
.TagClassName
{
border-color: #DB573D;
}
</style>