Shades of Dark Coral #D25540
Tints of Dark Coral #D25540
RGB
CMYK
RGB Variations
Color information
#D25540 (or 0xD25540) is known color: Dark Coral. HEX triplet: D2, 55 and 40. RGB value is (210,85,64). Sum of RGB (Red+Green+Blue) = 210+85+64=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D25540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25540 is #2DAABF. Grayscale: #787878. Windows color (decimal): -2992832 or 4216274. OLE color: 4216274.
HSL color Cylindrical-coordinate representation of color #D25540: hue angle of 8.63º 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 #D25540 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 64 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.18 |
| HSL | 8.63º | 0.62% | 0.54% | - |
| HSV(B) | 8.63º | 0.7% | 0.82% | - |
| XYZ | 30.75 | 20.57 | 7.2 | - |
| YUV | 119.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 64 | 0 | 0.60 | 0.70 | 0.18 | 8.63 | 0.62 | 0.54 |
| Hex | D2 | 55 | 40 | 0 | 3C | 46 | 12 | 9 | 3E | 36 |
| Octal | 322 | 125 | 100 | 0 | 74 | 106 | 22 | 11 | 76 | 66 |
| Binary | 11010010 | 1010101 | 1000000 | 0 | 111100 | 1000110 | 10010 | 1001 | 111110 | 110110 |
Color Harmonies of #D25540
Complementary color
Monochromatic Colors of #D25540
Black with #D25540
Text Example
Text Example
White with #D25540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25540; }
p { color: rgb(210,85,64); }
H1.HeaderClassName
{
color: #D25540;
}
.AnyTagClassName
{
color: #D25540;
}
</style>
background-color css
<style>
a { background-color: #D25540; }
a { background-color: rgb(210,85,64); }
div.DivClassName
{
background-color: #D25540;
}
.BgClassName
{
background-color: #D25540;
}
</style>
border-color css
<style>
span { border-color: #D25540; }
span { border-color: rgb(210,85,64); }
td.TdClassName
{
border-color: #D25540;
}
.TagClassName
{
border-color: #D25540;
}
</style>