Shades of Dark Coral #D4593D
Tints of Dark Coral #D4593D
RGB
CMYK
RGB Variations
Color information
#D4593D (or 0xD4593D) is known color: Dark Coral. HEX triplet: D4, 59 and 3D. RGB value is (212,89,61). Sum of RGB (Red+Green+Blue) = 212+89+61=362 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.56% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 212 - color contains mainly: red. Hex color #D4593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4593D is #2BA6C2. Grayscale: #7A7A7A. Windows color (decimal): -2860739 or 4020692. OLE color: 4020692.
HSL color Cylindrical-coordinate representation of color #D4593D: hue angle of 11.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4593D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 61 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.17 |
| HSL | 11.13º | 0.64% | 0.54% | - |
| HSV(B) | 11.13º | 0.71% | 0.83% | - |
| XYZ | 31.57 | 21.48 | 6.9 | - |
| YUV | 122.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 61 | 0 | 0.58 | 0.71 | 0.17 | 11.13 | 0.64 | 0.54 |
| Hex | D4 | 59 | 3D | 0 | 3A | 47 | 11 | B | 40 | 36 |
| Octal | 324 | 131 | 75 | 0 | 72 | 107 | 21 | 13 | 100 | 66 |
| Binary | 11010100 | 1011001 | 111101 | 0 | 111010 | 1000111 | 10001 | 1011 | 1000000 | 110110 |
Color Harmonies of #D4593D
Complementary color
Monochromatic Colors of #D4593D
Black with #D4593D
Text Example
Text Example
White with #D4593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4593D; }
p { color: rgb(212,89,61); }
H1.HeaderClassName
{
color: #D4593D;
}
.AnyTagClassName
{
color: #D4593D;
}
</style>
background-color css
<style>
a { background-color: #D4593D; }
a { background-color: rgb(212,89,61); }
div.DivClassName
{
background-color: #D4593D;
}
.BgClassName
{
background-color: #D4593D;
}
</style>
border-color css
<style>
span { border-color: #D4593D; }
span { border-color: rgb(212,89,61); }
td.TdClassName
{
border-color: #D4593D;
}
.TagClassName
{
border-color: #D4593D;
}
</style>