Shades of Dark Coral #D55846
Tints of Dark Coral #D55846
RGB
CMYK
RGB Variations
Color information
#D55846 (or 0xD55846) is known color: Dark Coral. HEX triplet: D5, 58 and 46. RGB value is (213,88,70). Sum of RGB (Red+Green+Blue) = 213+88+70=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D55846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55846 is #2AA7B9. Grayscale: #7B7B7B. Windows color (decimal): -2795450 or 4610261. OLE color: 4610261.
HSL color Cylindrical-coordinate representation of color #D55846: hue angle of 7.55º 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 #D55846 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 70 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.16 |
| HSL | 7.55º | 0.63% | 0.55% | - |
| HSV(B) | 7.55º | 0.67% | 0.84% | - |
| XYZ | 32.04 | 21.57 | 8.27 | - |
| YUV | 123.32 | 97.91 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 70 | 0 | 0.59 | 0.67 | 0.16 | 7.55 | 0.63 | 0.55 |
| Hex | D5 | 58 | 46 | 0 | 3B | 43 | 10 | 8 | 3F | 37 |
| Octal | 325 | 130 | 106 | 0 | 73 | 103 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1011000 | 1000110 | 0 | 111011 | 1000011 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55846
Complementary color
Monochromatic Colors of #D55846
Black with #D55846
Text Example
Text Example
White with #D55846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55846; }
p { color: rgb(213,88,70); }
H1.HeaderClassName
{
color: #D55846;
}
.AnyTagClassName
{
color: #D55846;
}
</style>
background-color css
<style>
a { background-color: #D55846; }
a { background-color: rgb(213,88,70); }
div.DivClassName
{
background-color: #D55846;
}
.BgClassName
{
background-color: #D55846;
}
</style>
border-color css
<style>
span { border-color: #D55846; }
span { border-color: rgb(213,88,70); }
td.TdClassName
{
border-color: #D55846;
}
.TagClassName
{
border-color: #D55846;
}
</style>