Shades of Dark Coral #D25F49
Tints of Dark Coral #D25F49
RGB
CMYK
RGB Variations
Color information
#D25F49 (or 0xD25F49) is known color: Dark Coral. HEX triplet: D2, 5F and 49. RGB value is (210,95,73). Sum of RGB (Red+Green+Blue) = 210+95+73=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25F49 is #2DA0B6. Grayscale: #7F7F7F. Windows color (decimal): -2990263 or 4808658. OLE color: 4808658.
HSL color Cylindrical-coordinate representation of color #D25F49: hue angle of 9.64º 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 #D25F49 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 73 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.18 |
| HSL | 9.64º | 0.6% | 0.55% | - |
| HSV(B) | 9.64º | 0.65% | 0.82% | - |
| XYZ | 31.87 | 22.37 | 8.94 | - |
| YUV | 126.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 73 | 0 | 0.55 | 0.65 | 0.18 | 9.64 | 0.6 | 0.55 |
| Hex | D2 | 5F | 49 | 0 | 37 | 41 | 12 | A | 3C | 37 |
| Octal | 322 | 137 | 111 | 0 | 67 | 101 | 22 | 12 | 74 | 67 |
| Binary | 11010010 | 1011111 | 1001001 | 0 | 110111 | 1000001 | 10010 | 1010 | 111100 | 110111 |
Color Harmonies of #D25F49
Complementary color
Monochromatic Colors of #D25F49
Black with #D25F49
Text Example
Text Example
White with #D25F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F49; }
p { color: rgb(210,95,73); }
H1.HeaderClassName
{
color: #D25F49;
}
.AnyTagClassName
{
color: #D25F49;
}
</style>
background-color css
<style>
a { background-color: #D25F49; }
a { background-color: rgb(210,95,73); }
div.DivClassName
{
background-color: #D25F49;
}
.BgClassName
{
background-color: #D25F49;
}
</style>
border-color css
<style>
span { border-color: #D25F49; }
span { border-color: rgb(210,95,73); }
td.TdClassName
{
border-color: #D25F49;
}
.TagClassName
{
border-color: #D25F49;
}
</style>