Shades of Dark Coral #D2573B
Tints of Dark Coral #D2573B
RGB
CMYK
RGB Variations
Color information
#D2573B (or 0xD2573B) is known color: Dark Coral. HEX triplet: D2, 57 and 3B. RGB value is (210,87,59). Sum of RGB (Red+Green+Blue) = 210+87+59=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2573B is #2DA8C4. Grayscale: #787878. Windows color (decimal): -2992325 or 3889106. OLE color: 3889106.
HSL color Cylindrical-coordinate representation of color #D2573B: hue angle of 11.13º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2573B is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 59 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.18 |
| HSL | 11.13º | 0.63% | 0.53% | - |
| HSV(B) | 11.13º | 0.72% | 0.82% | - |
| XYZ | 30.78 | 20.83 | 6.54 | - |
| YUV | 120.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 59 | 0 | 0.59 | 0.72 | 0.18 | 11.13 | 0.63 | 0.53 |
| Hex | D2 | 57 | 3B | 0 | 3B | 48 | 12 | B | 3F | 35 |
| Octal | 322 | 127 | 73 | 0 | 73 | 110 | 22 | 13 | 77 | 65 |
| Binary | 11010010 | 1010111 | 111011 | 0 | 111011 | 1001000 | 10010 | 1011 | 111111 | 110101 |
Color Harmonies of #D2573B
Complementary color
Monochromatic Colors of #D2573B
Black with #D2573B
Text Example
Text Example
White with #D2573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2573B; }
p { color: rgb(210,87,59); }
H1.HeaderClassName
{
color: #D2573B;
}
.AnyTagClassName
{
color: #D2573B;
}
</style>
background-color css
<style>
a { background-color: #D2573B; }
a { background-color: rgb(210,87,59); }
div.DivClassName
{
background-color: #D2573B;
}
.BgClassName
{
background-color: #D2573B;
}
</style>
border-color css
<style>
span { border-color: #D2573B; }
span { border-color: rgb(210,87,59); }
td.TdClassName
{
border-color: #D2573B;
}
.TagClassName
{
border-color: #D2573B;
}
</style>