Shades of Dark Coral #D25C49
Tints of Dark Coral #D25C49
RGB
CMYK
RGB Variations
Color information
#D25C49 (or 0xD25C49) is known color: Dark Coral. HEX triplet: D2, 5C and 49. RGB value is (210,92,73). Sum of RGB (Red+Green+Blue) = 210+92+73=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25C49 is #2DA3B6. Grayscale: #7D7D7D. Windows color (decimal): -2991031 or 4807890. OLE color: 4807890.
HSL color Cylindrical-coordinate representation of color #D25C49: hue angle of 8.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D25C49 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 73 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.18 |
| HSL | 8.32º | 0.6% | 0.55% | - |
| HSV(B) | 8.32º | 0.65% | 0.82% | - |
| XYZ | 31.61 | 21.84 | 8.85 | - |
| YUV | 125.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 73 | 0 | 0.56 | 0.65 | 0.18 | 8.32 | 0.6 | 0.55 |
| Hex | D2 | 5C | 49 | 0 | 38 | 41 | 12 | 8 | 3C | 37 |
| Octal | 322 | 134 | 111 | 0 | 70 | 101 | 22 | 10 | 74 | 67 |
| Binary | 11010010 | 1011100 | 1001001 | 0 | 111000 | 1000001 | 10010 | 1000 | 111100 | 110111 |
Color Harmonies of #D25C49
Complementary color
Monochromatic Colors of #D25C49
Black with #D25C49
Text Example
Text Example
White with #D25C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C49; }
p { color: rgb(210,92,73); }
H1.HeaderClassName
{
color: #D25C49;
}
.AnyTagClassName
{
color: #D25C49;
}
</style>
background-color css
<style>
a { background-color: #D25C49; }
a { background-color: rgb(210,92,73); }
div.DivClassName
{
background-color: #D25C49;
}
.BgClassName
{
background-color: #D25C49;
}
</style>
border-color css
<style>
span { border-color: #D25C49; }
span { border-color: rgb(210,92,73); }
td.TdClassName
{
border-color: #D25C49;
}
.TagClassName
{
border-color: #D25C49;
}
</style>