Shades of Dark Coral #D55F49
Tints of Dark Coral #D55F49
RGB
CMYK
RGB Variations
Color information
#D55F49 (or 0xD55F49) is known color: Dark Coral. HEX triplet: D5, 5F and 49. RGB value is (213,95,73). Sum of RGB (Red+Green+Blue) = 213+95+73=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F49 is #2AA0B6. Grayscale: #7F7F7F. Windows color (decimal): -2793655 or 4808661. OLE color: 4808661.
HSL color Cylindrical-coordinate representation of color #D55F49: hue angle of 9.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D55F49 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 73 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.16 |
| HSL | 9.43º | 0.63% | 0.56% | - |
| HSV(B) | 9.43º | 0.66% | 0.84% | - |
| XYZ | 32.74 | 22.81 | 8.98 | - |
| YUV | 127.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 73 | 0 | 0.55 | 0.66 | 0.16 | 9.43 | 0.63 | 0.56 |
| Hex | D5 | 5F | 49 | 0 | 37 | 42 | 10 | 9 | 3E | 38 |
| Octal | 325 | 137 | 111 | 0 | 67 | 102 | 20 | 11 | 76 | 70 |
| Binary | 11010101 | 1011111 | 1001001 | 0 | 110111 | 1000010 | 10000 | 1001 | 111110 | 111000 |
Color Harmonies of #D55F49
Complementary color
Monochromatic Colors of #D55F49
Black with #D55F49
Text Example
Text Example
White with #D55F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F49; }
p { color: rgb(213,95,73); }
H1.HeaderClassName
{
color: #D55F49;
}
.AnyTagClassName
{
color: #D55F49;
}
</style>
background-color css
<style>
a { background-color: #D55F49; }
a { background-color: rgb(213,95,73); }
div.DivClassName
{
background-color: #D55F49;
}
.BgClassName
{
background-color: #D55F49;
}
</style>
border-color css
<style>
span { border-color: #D55F49; }
span { border-color: rgb(213,95,73); }
td.TdClassName
{
border-color: #D55F49;
}
.TagClassName
{
border-color: #D55F49;
}
</style>