Shades of Dark Coral #D45840
Tints of Dark Coral #D45840
RGB
CMYK
RGB Variations
Color information
#D45840 (or 0xD45840) is known color: Dark Coral. HEX triplet: D4, 58 and 40. RGB value is (212,88,64). Sum of RGB (Red+Green+Blue) = 212+88+64=364 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.24% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 212 - color contains mainly: red. Hex color #D45840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45840 is #2BA7BF. Grayscale: #7A7A7A. Windows color (decimal): -2860992 or 4217044. OLE color: 4217044.
HSL color Cylindrical-coordinate representation of color #D45840: hue angle of 9.73º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D45840 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 64 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.17 |
| HSL | 9.73º | 0.63% | 0.54% | - |
| HSV(B) | 9.73º | 0.7% | 0.83% | - |
| XYZ | 31.57 | 21.35 | 7.31 | - |
| YUV | 122.34 | 95.08 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 64 | 0 | 0.58 | 0.70 | 0.17 | 9.73 | 0.63 | 0.54 |
| Hex | D4 | 58 | 40 | 0 | 3A | 46 | 11 | A | 3F | 36 |
| Octal | 324 | 130 | 100 | 0 | 72 | 106 | 21 | 12 | 77 | 66 |
| Binary | 11010100 | 1011000 | 1000000 | 0 | 111010 | 1000110 | 10001 | 1010 | 111111 | 110110 |
Color Harmonies of #D45840
Complementary color
Monochromatic Colors of #D45840
Black with #D45840
Text Example
Text Example
White with #D45840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45840; }
p { color: rgb(212,88,64); }
H1.HeaderClassName
{
color: #D45840;
}
.AnyTagClassName
{
color: #D45840;
}
</style>
background-color css
<style>
a { background-color: #D45840; }
a { background-color: rgb(212,88,64); }
div.DivClassName
{
background-color: #D45840;
}
.BgClassName
{
background-color: #D45840;
}
</style>
border-color css
<style>
span { border-color: #D45840; }
span { border-color: rgb(212,88,64); }
td.TdClassName
{
border-color: #D45840;
}
.TagClassName
{
border-color: #D45840;
}
</style>