Shades of Dark Coral #DB573C
Tints of Dark Coral #DB573C
RGB
CMYK
RGB Variations
Color information
#DB573C (or 0xDB573C) is known color: Dark Coral. HEX triplet: DB, 57 and 3C. RGB value is (219,87,60). Sum of RGB (Red+Green+Blue) = 219+87+60=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB573C is #24A8C3. Grayscale: #7B7B7B. Windows color (decimal): -2402500 or 3954651. OLE color: 3954651.
HSL color Cylindrical-coordinate representation of color #DB573C: hue angle of 10.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB573C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 60 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.14 |
| HSL | 10.19º | 0.69% | 0.55% | - |
| HSV(B) | 10.19º | 0.73% | 0.86% | - |
| XYZ | 33.44 | 22.2 | 6.8 | - |
| YUV | 123.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 60 | 0 | 0.60 | 0.73 | 0.14 | 10.19 | 0.69 | 0.55 |
| Hex | DB | 57 | 3C | 0 | 3C | 49 | E | A | 45 | 37 |
| Octal | 333 | 127 | 74 | 0 | 74 | 111 | 16 | 12 | 105 | 67 |
| Binary | 11011011 | 1010111 | 111100 | 0 | 111100 | 1001001 | 1110 | 1010 | 1000101 | 110111 |
Color Harmonies of #DB573C
Complementary color
Monochromatic Colors of #DB573C
Black with #DB573C
Text Example
Text Example
White with #DB573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB573C; }
p { color: rgb(219,87,60); }
H1.HeaderClassName
{
color: #DB573C;
}
.AnyTagClassName
{
color: #DB573C;
}
</style>
background-color css
<style>
a { background-color: #DB573C; }
a { background-color: rgb(219,87,60); }
div.DivClassName
{
background-color: #DB573C;
}
.BgClassName
{
background-color: #DB573C;
}
</style>
border-color css
<style>
span { border-color: #DB573C; }
span { border-color: rgb(219,87,60); }
td.TdClassName
{
border-color: #DB573C;
}
.TagClassName
{
border-color: #DB573C;
}
</style>