Shades of Dark Coral #D55443
Tints of Dark Coral #D55443
RGB
CMYK
RGB Variations
Color information
#D55443 (or 0xD55443) is known color: Dark Coral. HEX triplet: D5, 54 and 43. RGB value is (213,84,67). Sum of RGB (Red+Green+Blue) = 213+84+67=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D55443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55443 is #2AABBC. Grayscale: #787878. Windows color (decimal): -2796477 or 4412629. OLE color: 4412629.
HSL color Cylindrical-coordinate representation of color #D55443: hue angle of 6.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D55443 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 67 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.16 |
| HSL | 6.99º | 0.63% | 0.55% | - |
| HSV(B) | 6.99º | 0.69% | 0.84% | - |
| XYZ | 31.62 | 20.89 | 7.68 | - |
| YUV | 120.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 67 | 0 | 0.61 | 0.69 | 0.16 | 6.99 | 0.63 | 0.55 |
| Hex | D5 | 54 | 43 | 0 | 3D | 45 | 10 | 7 | 3F | 37 |
| Octal | 325 | 124 | 103 | 0 | 75 | 105 | 20 | 7 | 77 | 67 |
| Binary | 11010101 | 1010100 | 1000011 | 0 | 111101 | 1000101 | 10000 | 111 | 111111 | 110111 |
Color Harmonies of #D55443
Complementary color
Monochromatic Colors of #D55443
Black with #D55443
Text Example
Text Example
White with #D55443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55443; }
p { color: rgb(213,84,67); }
H1.HeaderClassName
{
color: #D55443;
}
.AnyTagClassName
{
color: #D55443;
}
</style>
background-color css
<style>
a { background-color: #D55443; }
a { background-color: rgb(213,84,67); }
div.DivClassName
{
background-color: #D55443;
}
.BgClassName
{
background-color: #D55443;
}
</style>
border-color css
<style>
span { border-color: #D55443; }
span { border-color: rgb(213,84,67); }
td.TdClassName
{
border-color: #D55443;
}
.TagClassName
{
border-color: #D55443;
}
</style>