Shades of Dark Coral #D55E3E
Tints of Dark Coral #D55E3E
RGB
CMYK
RGB Variations
Color information
#D55E3E (or 0xD55E3E) is known color: Dark Coral. HEX triplet: D5, 5E and 3E. RGB value is (213,94,62). Sum of RGB (Red+Green+Blue) = 213+94+62=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55E3E is #2AA1C1. Grayscale: #7E7E7E. Windows color (decimal): -2793922 or 4087509. OLE color: 4087509.
HSL color Cylindrical-coordinate representation of color #D55E3E: hue angle of 12.72º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D55E3E is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 62 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.16 |
| HSL | 12.72º | 0.64% | 0.54% | - |
| HSV(B) | 12.72º | 0.71% | 0.84% | - |
| XYZ | 32.31 | 22.5 | 7.2 | - |
| YUV | 125.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 62 | 0 | 0.56 | 0.71 | 0.16 | 12.72 | 0.64 | 0.54 |
| Hex | D5 | 5E | 3E | 0 | 38 | 47 | 10 | D | 40 | 36 |
| Octal | 325 | 136 | 76 | 0 | 70 | 107 | 20 | 15 | 100 | 66 |
| Binary | 11010101 | 1011110 | 111110 | 0 | 111000 | 1000111 | 10000 | 1101 | 1000000 | 110110 |
Color Harmonies of #D55E3E
Complementary color
Monochromatic Colors of #D55E3E
Black with #D55E3E
Text Example
Text Example
White with #D55E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E3E; }
p { color: rgb(213,94,62); }
H1.HeaderClassName
{
color: #D55E3E;
}
.AnyTagClassName
{
color: #D55E3E;
}
</style>
background-color css
<style>
a { background-color: #D55E3E; }
a { background-color: rgb(213,94,62); }
div.DivClassName
{
background-color: #D55E3E;
}
.BgClassName
{
background-color: #D55E3E;
}
</style>
border-color css
<style>
span { border-color: #D55E3E; }
span { border-color: rgb(213,94,62); }
td.TdClassName
{
border-color: #D55E3E;
}
.TagClassName
{
border-color: #D55E3E;
}
</style>