Shades of Dark Coral #D55844
Tints of Dark Coral #D55844
RGB
CMYK
RGB Variations
Color information
#D55844 (or 0xD55844) is known color: Dark Coral. HEX triplet: D5, 58 and 44. RGB value is (213,88,68). Sum of RGB (Red+Green+Blue) = 213+88+68=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55844 is #2AA7BB. Grayscale: #7B7B7B. Windows color (decimal): -2795452 or 4479189. OLE color: 4479189.
HSL color Cylindrical-coordinate representation of color #D55844: hue angle of 8.28º 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 #D55844 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 68 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.16 |
| HSL | 8.28º | 0.63% | 0.55% | - |
| HSV(B) | 8.28º | 0.68% | 0.84% | - |
| XYZ | 31.97 | 21.54 | 7.94 | - |
| YUV | 123.1 | 96.91 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 68 | 0 | 0.59 | 0.68 | 0.16 | 8.28 | 0.63 | 0.55 |
| Hex | D5 | 58 | 44 | 0 | 3B | 44 | 10 | 8 | 3F | 37 |
| Octal | 325 | 130 | 104 | 0 | 73 | 104 | 20 | 10 | 77 | 67 |
| Binary | 11010101 | 1011000 | 1000100 | 0 | 111011 | 1000100 | 10000 | 1000 | 111111 | 110111 |
Color Harmonies of #D55844
Complementary color
Monochromatic Colors of #D55844
Black with #D55844
Text Example
Text Example
White with #D55844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55844; }
p { color: rgb(213,88,68); }
H1.HeaderClassName
{
color: #D55844;
}
.AnyTagClassName
{
color: #D55844;
}
</style>
background-color css
<style>
a { background-color: #D55844; }
a { background-color: rgb(213,88,68); }
div.DivClassName
{
background-color: #D55844;
}
.BgClassName
{
background-color: #D55844;
}
</style>
border-color css
<style>
span { border-color: #D55844; }
span { border-color: rgb(213,88,68); }
td.TdClassName
{
border-color: #D55844;
}
.TagClassName
{
border-color: #D55844;
}
</style>