Shades of Dark Coral #D0573C
Tints of Dark Coral #D0573C
RGB
CMYK
RGB Variations
Color information
#D0573C (or 0xD0573C) is known color: Dark Coral. HEX triplet: D0, 57 and 3C. RGB value is (208,87,60). Sum of RGB (Red+Green+Blue) = 208+87+60=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0573C is #2FA8C3. Grayscale: #787878. Windows color (decimal): -3123396 or 3954640. OLE color: 3954640.
HSL color Cylindrical-coordinate representation of color #D0573C: hue angle of 10.95º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0573C is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 60 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.18 |
| HSL | 10.95º | 0.61% | 0.53% | - |
| HSV(B) | 10.95º | 0.71% | 0.82% | - |
| XYZ | 30.24 | 20.55 | 6.65 | - |
| YUV | 120.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 60 | 0 | 0.58 | 0.71 | 0.18 | 10.95 | 0.61 | 0.53 |
| Hex | D0 | 57 | 3C | 0 | 3A | 47 | 12 | B | 3D | 35 |
| Octal | 320 | 127 | 74 | 0 | 72 | 107 | 22 | 13 | 75 | 65 |
| Binary | 11010000 | 1010111 | 111100 | 0 | 111010 | 1000111 | 10010 | 1011 | 111101 | 110101 |
Color Harmonies of #D0573C
Complementary color
Monochromatic Colors of #D0573C
Black with #D0573C
Text Example
Text Example
White with #D0573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0573C; }
p { color: rgb(208,87,60); }
H1.HeaderClassName
{
color: #D0573C;
}
.AnyTagClassName
{
color: #D0573C;
}
</style>
background-color css
<style>
a { background-color: #D0573C; }
a { background-color: rgb(208,87,60); }
div.DivClassName
{
background-color: #D0573C;
}
.BgClassName
{
background-color: #D0573C;
}
</style>
border-color css
<style>
span { border-color: #D0573C; }
span { border-color: rgb(208,87,60); }
td.TdClassName
{
border-color: #D0573C;
}
.TagClassName
{
border-color: #D0573C;
}
</style>