Shades of Dark Coral #D55840
Tints of Dark Coral #D55840
RGB
CMYK
RGB Variations
Color information
#D55840 (or 0xD55840) is known color: Dark Coral. HEX triplet: D5, 58 and 40. RGB value is (213,88,64). Sum of RGB (Red+Green+Blue) = 213+88+64=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D55840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55840 is #2AA7BF. Grayscale: #7A7A7A. Windows color (decimal): -2795456 or 4217045. OLE color: 4217045.
HSL color Cylindrical-coordinate representation of color #D55840: hue angle of 9.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D55840 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 64 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.16 |
| HSL | 9.66º | 0.64% | 0.54% | - |
| HSV(B) | 9.66º | 0.7% | 0.84% | - |
| XYZ | 31.86 | 21.5 | 7.32 | - |
| YUV | 122.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 64 | 0 | 0.59 | 0.70 | 0.16 | 9.66 | 0.64 | 0.54 |
| Hex | D5 | 58 | 40 | 0 | 3B | 46 | 10 | A | 40 | 36 |
| Octal | 325 | 130 | 100 | 0 | 73 | 106 | 20 | 12 | 100 | 66 |
| Binary | 11010101 | 1011000 | 1000000 | 0 | 111011 | 1000110 | 10000 | 1010 | 1000000 | 110110 |
Color Harmonies of #D55840
Complementary color
Monochromatic Colors of #D55840
Black with #D55840
Text Example
Text Example
White with #D55840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55840; }
p { color: rgb(213,88,64); }
H1.HeaderClassName
{
color: #D55840;
}
.AnyTagClassName
{
color: #D55840;
}
</style>
background-color css
<style>
a { background-color: #D55840; }
a { background-color: rgb(213,88,64); }
div.DivClassName
{
background-color: #D55840;
}
.BgClassName
{
background-color: #D55840;
}
</style>
border-color css
<style>
span { border-color: #D55840; }
span { border-color: rgb(213,88,64); }
td.TdClassName
{
border-color: #D55840;
}
.TagClassName
{
border-color: #D55840;
}
</style>