Shades of Dark Coral #D55745
Tints of Dark Coral #D55745
RGB
CMYK
RGB Variations
Color information
#D55745 (or 0xD55745) is known color: Dark Coral. HEX triplet: D5, 57 and 45. RGB value is (213,87,69). Sum of RGB (Red+Green+Blue) = 213+87+69=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55745 is #2AA8BA. Grayscale: #7A7A7A. Windows color (decimal): -2795707 or 4544469. OLE color: 4544469.
HSL color Cylindrical-coordinate representation of color #D55745: hue angle of 7.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D55745 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 69 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 7.5º | 0.63% | 0.55% | - |
| HSV(B) | 7.5º | 0.68% | 0.84% | - |
| XYZ | 31.92 | 21.39 | 8.08 | - |
| YUV | 122.62 | 97.74 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 69 | 0 | 0.59 | 0.68 | 0.16 | 7.5 | 0.63 | 0.55 |
| Hex | D5 | 57 | 45 | 0 | 3B | 44 | 10 | 8 | 3F | 37 |
| Octal | 325 | 127 | 105 | 0 | 73 | 104 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1010111 | 1000101 | 0 | 111011 | 1000100 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55745
Complementary color
Monochromatic Colors of #D55745
Black with #D55745
Text Example
Text Example
White with #D55745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55745; }
p { color: rgb(213,87,69); }
H1.HeaderClassName
{
color: #D55745;
}
.AnyTagClassName
{
color: #D55745;
}
</style>
background-color css
<style>
a { background-color: #D55745; }
a { background-color: rgb(213,87,69); }
div.DivClassName
{
background-color: #D55745;
}
.BgClassName
{
background-color: #D55745;
}
</style>
border-color css
<style>
span { border-color: #D55745; }
span { border-color: rgb(213,87,69); }
td.TdClassName
{
border-color: #D55745;
}
.TagClassName
{
border-color: #D55745;
}
</style>