Shades of Dark Coral #D55C44
Tints of Dark Coral #D55C44
RGB
CMYK
RGB Variations
Color information
#D55C44 (or 0xD55C44) is known color: Dark Coral. HEX triplet: D5, 5C and 44. RGB value is (213,92,68). Sum of RGB (Red+Green+Blue) = 213+92+68=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55C44 is #2AA3BB. Grayscale: #7D7D7D. Windows color (decimal): -2794428 or 4480213. OLE color: 4480213.
HSL color Cylindrical-coordinate representation of color #D55C44: hue angle of 9.93º 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 #D55C44 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 92 | 68 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.16 |
| HSL | 9.93º | 0.63% | 0.55% | - |
| HSV(B) | 9.93º | 0.68% | 0.84% | - |
| XYZ | 32.31 | 22.22 | 8.05 | - |
| YUV | 125.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 92 | 68 | 0 | 0.57 | 0.68 | 0.16 | 9.93 | 0.63 | 0.55 |
| Hex | D5 | 5C | 44 | 0 | 39 | 44 | 10 | A | 3F | 37 |
| Octal | 325 | 134 | 104 | 0 | 71 | 104 | 20 | 12 | 77 | 67 |
| Binary | 11010101 | 1011100 | 1000100 | 0 | 111001 | 1000100 | 10000 | 1010 | 111111 | 110111 |
Color Harmonies of #D55C44
Complementary color
Monochromatic Colors of #D55C44
Black with #D55C44
Text Example
Text Example
White with #D55C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55C44; }
p { color: rgb(213,92,68); }
H1.HeaderClassName
{
color: #D55C44;
}
.AnyTagClassName
{
color: #D55C44;
}
</style>
background-color css
<style>
a { background-color: #D55C44; }
a { background-color: rgb(213,92,68); }
div.DivClassName
{
background-color: #D55C44;
}
.BgClassName
{
background-color: #D55C44;
}
</style>
border-color css
<style>
span { border-color: #D55C44; }
span { border-color: rgb(213,92,68); }
td.TdClassName
{
border-color: #D55C44;
}
.TagClassName
{
border-color: #D55C44;
}
</style>