Shades of Dark Coral #D55946
Tints of Dark Coral #D55946
RGB
CMYK
RGB Variations
Color information
#D55946 (or 0xD55946) is known color: Dark Coral. HEX triplet: D5, 59 and 46. RGB value is (213,89,70). Sum of RGB (Red+Green+Blue) = 213+89+70=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D55946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55946 is #2AA6B9. Grayscale: #7C7C7C. Windows color (decimal): -2795194 or 4610517. OLE color: 4610517.
HSL color Cylindrical-coordinate representation of color #D55946: hue angle of 7.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D55946 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 89 | 70 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.16 |
| HSL | 7.97º | 0.63% | 0.55% | - |
| HSV(B) | 7.97º | 0.67% | 0.84% | - |
| XYZ | 32.12 | 21.73 | 8.3 | - |
| YUV | 123.91 | 97.58 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 89 | 70 | 0 | 0.58 | 0.67 | 0.16 | 7.97 | 0.63 | 0.55 |
| Hex | D5 | 59 | 46 | 0 | 3A | 43 | 10 | 8 | 3F | 37 |
| Octal | 325 | 131 | 106 | 0 | 72 | 103 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1011001 | 1000110 | 0 | 111010 | 1000011 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55946
Complementary color
Monochromatic Colors of #D55946
Black with #D55946
Text Example
Text Example
White with #D55946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55946; }
p { color: rgb(213,89,70); }
H1.HeaderClassName
{
color: #D55946;
}
.AnyTagClassName
{
color: #D55946;
}
</style>
background-color css
<style>
a { background-color: #D55946; }
a { background-color: rgb(213,89,70); }
div.DivClassName
{
background-color: #D55946;
}
.BgClassName
{
background-color: #D55946;
}
</style>
border-color css
<style>
span { border-color: #D55946; }
span { border-color: rgb(213,89,70); }
td.TdClassName
{
border-color: #D55946;
}
.TagClassName
{
border-color: #D55946;
}
</style>