Shades of Dark Coral #D25A49
Tints of Dark Coral #D25A49
RGB
CMYK
RGB Variations
Color information
#D25A49 (or 0xD25A49) is known color: Dark Coral. HEX triplet: D2, 5A and 49. RGB value is (210,90,73). Sum of RGB (Red+Green+Blue) = 210+90+73=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25A49 is #2DA5B6. Grayscale: #7C7C7C. Windows color (decimal): -2991543 or 4807378. OLE color: 4807378.
HSL color Cylindrical-coordinate representation of color #D25A49: hue angle of 7.45º 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 #D25A49 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.18 |
| HSL | 7.45º | 0.6% | 0.55% | - |
| HSV(B) | 7.45º | 0.65% | 0.82% | - |
| XYZ | 31.44 | 21.5 | 8.8 | - |
| YUV | 123.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 73 | 0 | 0.57 | 0.65 | 0.18 | 7.45 | 0.6 | 0.55 |
| Hex | D2 | 5A | 49 | 0 | 39 | 41 | 12 | 7 | 3C | 37 |
| Octal | 322 | 132 | 111 | 0 | 71 | 101 | 22 | 7 | 74 | 67 |
| Binary | 11010010 | 1011010 | 1001001 | 0 | 111001 | 1000001 | 10010 | 111 | 111100 | 110111 |
Color Harmonies of #D25A49
Complementary color
Monochromatic Colors of #D25A49
Black with #D25A49
Text Example
Text Example
White with #D25A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A49; }
p { color: rgb(210,90,73); }
H1.HeaderClassName
{
color: #D25A49;
}
.AnyTagClassName
{
color: #D25A49;
}
</style>
background-color css
<style>
a { background-color: #D25A49; }
a { background-color: rgb(210,90,73); }
div.DivClassName
{
background-color: #D25A49;
}
.BgClassName
{
background-color: #D25A49;
}
</style>
border-color css
<style>
span { border-color: #D25A49; }
span { border-color: rgb(210,90,73); }
td.TdClassName
{
border-color: #D25A49;
}
.TagClassName
{
border-color: #D25A49;
}
</style>