Shades of Dark Coral #D2573F
Tints of Dark Coral #D2573F
RGB
CMYK
RGB Variations
Color information
#D2573F (or 0xD2573F) is known color: Dark Coral. HEX triplet: D2, 57 and 3F. RGB value is (210,87,63). Sum of RGB (Red+Green+Blue) = 210+87+63=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2573F is #2DA8C0. Grayscale: #797979. Windows color (decimal): -2992321 or 4151250. OLE color: 4151250.
HSL color Cylindrical-coordinate representation of color #D2573F: hue angle of 9.8º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2573F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 63 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.18 |
| HSL | 9.8º | 0.62% | 0.54% | - |
| HSV(B) | 9.8º | 0.7% | 0.82% | - |
| XYZ | 30.88 | 20.88 | 7.1 | - |
| YUV | 121.04 | 95.25 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 63 | 0 | 0.59 | 0.70 | 0.18 | 9.8 | 0.62 | 0.54 |
| Hex | D2 | 57 | 3F | 0 | 3B | 46 | 12 | A | 3E | 36 |
| Octal | 322 | 127 | 77 | 0 | 73 | 106 | 22 | 12 | 76 | 66 |
| Binary | 11010010 | 1010111 | 111111 | 0 | 111011 | 1000110 | 10010 | 1010 | 111110 | 110110 |
Color Harmonies of #D2573F
Complementary color
Monochromatic Colors of #D2573F
Black with #D2573F
Text Example
Text Example
White with #D2573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2573F; }
p { color: rgb(210,87,63); }
H1.HeaderClassName
{
color: #D2573F;
}
.AnyTagClassName
{
color: #D2573F;
}
</style>
background-color css
<style>
a { background-color: #D2573F; }
a { background-color: rgb(210,87,63); }
div.DivClassName
{
background-color: #D2573F;
}
.BgClassName
{
background-color: #D2573F;
}
</style>
border-color css
<style>
span { border-color: #D2573F; }
span { border-color: rgb(210,87,63); }
td.TdClassName
{
border-color: #D2573F;
}
.TagClassName
{
border-color: #D2573F;
}
</style>