Shades of Dark Coral #D6573C
Tints of Dark Coral #D6573C
RGB
CMYK
RGB Variations
Color information
#D6573C (or 0xD6573C) is known color: Dark Coral. HEX triplet: D6, 57 and 3C. RGB value is (214,87,60). Sum of RGB (Red+Green+Blue) = 214+87+60=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6573C is #29A8C3. Grayscale: #7A7A7A. Windows color (decimal): -2730180 or 3954646. OLE color: 3954646.
HSL color Cylindrical-coordinate representation of color #D6573C: hue angle of 10.52º degrees, saturation: 0.65, 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 #D6573C is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 60 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.16 |
| HSL | 10.52º | 0.65% | 0.54% | - |
| HSV(B) | 10.52º | 0.72% | 0.84% | - |
| XYZ | 31.96 | 21.44 | 6.73 | - |
| YUV | 121.9 | 93.08 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 60 | 0 | 0.59 | 0.72 | 0.16 | 10.52 | 0.65 | 0.54 |
| Hex | D6 | 57 | 3C | 0 | 3B | 48 | 10 | B | 41 | 36 |
| Octal | 326 | 127 | 74 | 0 | 73 | 110 | 20 | 13 | 101 | 66 |
| Binary | 11010110 | 1010111 | 111100 | 0 | 111011 | 1001000 | 10000 | 1011 | 1000001 | 110110 |
Color Harmonies of #D6573C
Complementary color
Monochromatic Colors of #D6573C
Black with #D6573C
Text Example
Text Example
White with #D6573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6573C; }
p { color: rgb(214,87,60); }
H1.HeaderClassName
{
color: #D6573C;
}
.AnyTagClassName
{
color: #D6573C;
}
</style>
background-color css
<style>
a { background-color: #D6573C; }
a { background-color: rgb(214,87,60); }
div.DivClassName
{
background-color: #D6573C;
}
.BgClassName
{
background-color: #D6573C;
}
</style>
border-color css
<style>
span { border-color: #D6573C; }
span { border-color: rgb(214,87,60); }
td.TdClassName
{
border-color: #D6573C;
}
.TagClassName
{
border-color: #D6573C;
}
</style>