Shades of Dark Coral #D7573D
Tints of Dark Coral #D7573D
RGB
CMYK
RGB Variations
Color information
#D7573D (or 0xD7573D) is known color: Dark Coral. HEX triplet: D7, 57 and 3D. RGB value is (215,87,61). Sum of RGB (Red+Green+Blue) = 215+87+61=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7573D is #28A8C2. Grayscale: #7A7A7A. Windows color (decimal): -2664643 or 4020183. OLE color: 4020183.
HSL color Cylindrical-coordinate representation of color #D7573D: hue angle of 10.13º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D7573D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.16 |
| HSL | 10.13º | 0.66% | 0.54% | - |
| HSV(B) | 10.13º | 0.72% | 0.84% | - |
| XYZ | 32.27 | 21.6 | 6.88 | - |
| YUV | 122.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 61 | 0 | 0.60 | 0.72 | 0.16 | 10.13 | 0.66 | 0.54 |
| Hex | D7 | 57 | 3D | 0 | 3C | 48 | 10 | A | 42 | 36 |
| Octal | 327 | 127 | 75 | 0 | 74 | 110 | 20 | 12 | 102 | 66 |
| Binary | 11010111 | 1010111 | 111101 | 0 | 111100 | 1001000 | 10000 | 1010 | 1000010 | 110110 |
Color Harmonies of #D7573D
Complementary color
Monochromatic Colors of #D7573D
Black with #D7573D
Text Example
Text Example
White with #D7573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7573D; }
p { color: rgb(215,87,61); }
H1.HeaderClassName
{
color: #D7573D;
}
.AnyTagClassName
{
color: #D7573D;
}
</style>
background-color css
<style>
a { background-color: #D7573D; }
a { background-color: rgb(215,87,61); }
div.DivClassName
{
background-color: #D7573D;
}
.BgClassName
{
background-color: #D7573D;
}
</style>
border-color css
<style>
span { border-color: #D7573D; }
span { border-color: rgb(215,87,61); }
td.TdClassName
{
border-color: #D7573D;
}
.TagClassName
{
border-color: #D7573D;
}
</style>