Shades of Dark Coral #D7573F
Tints of Dark Coral #D7573F
RGB
CMYK
RGB Variations
Color information
#D7573F (or 0xD7573F) is known color: Dark Coral. HEX triplet: D7, 57 and 3F. RGB value is (215,87,63). Sum of RGB (Red+Green+Blue) = 215+87+63=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D7573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7573F is #28A8C0. Grayscale: #7A7A7A. Windows color (decimal): -2664641 or 4151255. OLE color: 4151255.
HSL color Cylindrical-coordinate representation of color #D7573F: hue angle of 9.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7573F is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 63 | - |
| CMYK | 0 | 0.60 | 0.71 | 0.16 |
| HSL | 9.47º | 0.66% | 0.55% | - |
| HSV(B) | 9.47º | 0.71% | 0.84% | - |
| XYZ | 32.33 | 21.62 | 7.17 | - |
| YUV | 122.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 63 | 0 | 0.60 | 0.71 | 0.16 | 9.47 | 0.66 | 0.55 |
| Hex | D7 | 57 | 3F | 0 | 3C | 47 | 10 | 9 | 42 | 37 |
| Octal | 327 | 127 | 77 | 0 | 74 | 107 | 20 | 11 | 102 | 67 |
| Binary | 11010111 | 1010111 | 111111 | 0 | 111100 | 1000111 | 10000 | 1001 | 1000010 | 110111 |
Color Harmonies of #D7573F
Complementary color
Monochromatic Colors of #D7573F
Black with #D7573F
Text Example
Text Example
White with #D7573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7573F; }
p { color: rgb(215,87,63); }
H1.HeaderClassName
{
color: #D7573F;
}
.AnyTagClassName
{
color: #D7573F;
}
</style>
background-color css
<style>
a { background-color: #D7573F; }
a { background-color: rgb(215,87,63); }
div.DivClassName
{
background-color: #D7573F;
}
.BgClassName
{
background-color: #D7573F;
}
</style>
border-color css
<style>
span { border-color: #D7573F; }
span { border-color: rgb(215,87,63); }
td.TdClassName
{
border-color: #D7573F;
}
.TagClassName
{
border-color: #D7573F;
}
</style>