Shades of Dark Coral #D55D43
Tints of Dark Coral #D55D43
RGB
CMYK
RGB Variations
Color information
#D55D43 (or 0xD55D43) is known color: Dark Coral. HEX triplet: D5, 5D and 43. RGB value is (213,93,67). Sum of RGB (Red+Green+Blue) = 213+93+67=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55D43 is #2AA2BC. Grayscale: #7E7E7E. Windows color (decimal): -2794173 or 4414933. OLE color: 4414933.
HSL color Cylindrical-coordinate representation of color #D55D43: hue angle of 10.68º 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 #D55D43 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 67 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.16 |
| HSL | 10.68º | 0.63% | 0.55% | - |
| HSV(B) | 10.68º | 0.69% | 0.84% | - |
| XYZ | 32.37 | 22.38 | 7.92 | - |
| YUV | 125.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 67 | 0 | 0.56 | 0.69 | 0.16 | 10.68 | 0.63 | 0.55 |
| Hex | D5 | 5D | 43 | 0 | 38 | 45 | 10 | B | 3F | 37 |
| Octal | 325 | 135 | 103 | 0 | 70 | 105 | 20 | 13 | 77 | 67 |
| Binary | 11010101 | 1011101 | 1000011 | 0 | 111000 | 1000101 | 10000 | 1011 | 111111 | 110111 |
Color Harmonies of #D55D43
Complementary color
Monochromatic Colors of #D55D43
Black with #D55D43
Text Example
Text Example
White with #D55D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55D43; }
p { color: rgb(213,93,67); }
H1.HeaderClassName
{
color: #D55D43;
}
.AnyTagClassName
{
color: #D55D43;
}
</style>
background-color css
<style>
a { background-color: #D55D43; }
a { background-color: rgb(213,93,67); }
div.DivClassName
{
background-color: #D55D43;
}
.BgClassName
{
background-color: #D55D43;
}
</style>
border-color css
<style>
span { border-color: #D55D43; }
span { border-color: rgb(213,93,67); }
td.TdClassName
{
border-color: #D55D43;
}
.TagClassName
{
border-color: #D55D43;
}
</style>