Shades of Dark Coral #D55D40
Tints of Dark Coral #D55D40
RGB
CMYK
RGB Variations
Color information
#D55D40 (or 0xD55D40) is known color: Dark Coral. HEX triplet: D5, 5D and 40. RGB value is (213,93,64). Sum of RGB (Red+Green+Blue) = 213+93+64=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D40 is #2AA2BF. Grayscale: #7D7D7D. Windows color (decimal): -2794176 or 4218325. OLE color: 4218325.
HSL color Cylindrical-coordinate representation of color #D55D40: hue angle of 11.68º 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 #D55D40 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 64 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.16 |
| HSL | 11.68º | 0.64% | 0.54% | - |
| HSV(B) | 11.68º | 0.7% | 0.84% | - |
| XYZ | 32.28 | 22.35 | 7.46 | - |
| YUV | 125.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 64 | 0 | 0.56 | 0.70 | 0.16 | 11.68 | 0.64 | 0.54 |
| Hex | D5 | 5D | 40 | 0 | 38 | 46 | 10 | C | 40 | 36 |
| Octal | 325 | 135 | 100 | 0 | 70 | 106 | 20 | 14 | 100 | 66 |
| Binary | 11010101 | 1011101 | 1000000 | 0 | 111000 | 1000110 | 10000 | 1100 | 1000000 | 110110 |
Color Harmonies of #D55D40
Complementary color
Monochromatic Colors of #D55D40
Black with #D55D40
Text Example
Text Example
White with #D55D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D40; }
p { color: rgb(213,93,64); }
H1.HeaderClassName
{
color: #D55D40;
}
.AnyTagClassName
{
color: #D55D40;
}
</style>
background-color css
<style>
a { background-color: #D55D40; }
a { background-color: rgb(213,93,64); }
div.DivClassName
{
background-color: #D55D40;
}
.BgClassName
{
background-color: #D55D40;
}
</style>
border-color css
<style>
span { border-color: #D55D40; }
span { border-color: rgb(213,93,64); }
td.TdClassName
{
border-color: #D55D40;
}
.TagClassName
{
border-color: #D55D40;
}
</style>