Shades of Dark Coral #D9573D
Tints of Dark Coral #D9573D
RGB
CMYK
RGB Variations
Color information
#D9573D (or 0xD9573D) is known color: Dark Coral. HEX triplet: D9, 57 and 3D. RGB value is (217,87,61). Sum of RGB (Red+Green+Blue) = 217+87+61=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9573D is #26A8C2. Grayscale: #7B7B7B. Windows color (decimal): -2533571 or 4020185. OLE color: 4020185.
HSL color Cylindrical-coordinate representation of color #D9573D: hue angle of 10º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9573D is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 61 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.15 |
| HSL | 10º | 0.67% | 0.55% | - |
| HSV(B) | 10º | 0.72% | 0.85% | - |
| XYZ | 32.87 | 21.91 | 6.91 | - |
| YUV | 122.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 61 | 0 | 0.60 | 0.72 | 0.15 | 10 | 0.67 | 0.55 |
| Hex | D9 | 57 | 3D | 0 | 3C | 48 | F | A | 43 | 37 |
| Octal | 331 | 127 | 75 | 0 | 74 | 110 | 17 | 12 | 103 | 67 |
| Binary | 11011001 | 1010111 | 111101 | 0 | 111100 | 1001000 | 1111 | 1010 | 1000011 | 110111 |
Color Harmonies of #D9573D
Complementary color
Monochromatic Colors of #D9573D
Black with #D9573D
Text Example
Text Example
White with #D9573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9573D; }
p { color: rgb(217,87,61); }
H1.HeaderClassName
{
color: #D9573D;
}
.AnyTagClassName
{
color: #D9573D;
}
</style>
background-color css
<style>
a { background-color: #D9573D; }
a { background-color: rgb(217,87,61); }
div.DivClassName
{
background-color: #D9573D;
}
.BgClassName
{
background-color: #D9573D;
}
</style>
border-color css
<style>
span { border-color: #D9573D; }
span { border-color: rgb(217,87,61); }
td.TdClassName
{
border-color: #D9573D;
}
.TagClassName
{
border-color: #D9573D;
}
</style>