Shades of Dark Coral #D55845
Tints of Dark Coral #D55845
RGB
CMYK
RGB Variations
Color information
#D55845 (or 0xD55845) is known color: Dark Coral. HEX triplet: D5, 58 and 45. RGB value is (213,88,69). Sum of RGB (Red+Green+Blue) = 213+88+69=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55845 is #2AA7BA. Grayscale: #7B7B7B. Windows color (decimal): -2795451 or 4544725. OLE color: 4544725.
HSL color Cylindrical-coordinate representation of color #D55845: hue angle of 7.92º 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 #D55845 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 69 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 7.92º | 0.63% | 0.55% | - |
| HSV(B) | 7.92º | 0.68% | 0.84% | - |
| XYZ | 32 | 21.56 | 8.1 | - |
| YUV | 123.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 69 | 0 | 0.59 | 0.68 | 0.16 | 7.92 | 0.63 | 0.55 |
| Hex | D5 | 58 | 45 | 0 | 3B | 44 | 10 | 8 | 3F | 37 |
| Octal | 325 | 130 | 105 | 0 | 73 | 104 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1011000 | 1000101 | 0 | 111011 | 1000100 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55845
Complementary color
Monochromatic Colors of #D55845
Black with #D55845
Text Example
Text Example
White with #D55845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55845; }
p { color: rgb(213,88,69); }
H1.HeaderClassName
{
color: #D55845;
}
.AnyTagClassName
{
color: #D55845;
}
</style>
background-color css
<style>
a { background-color: #D55845; }
a { background-color: rgb(213,88,69); }
div.DivClassName
{
background-color: #D55845;
}
.BgClassName
{
background-color: #D55845;
}
</style>
border-color css
<style>
span { border-color: #D55845; }
span { border-color: rgb(213,88,69); }
td.TdClassName
{
border-color: #D55845;
}
.TagClassName
{
border-color: #D55845;
}
</style>