Shades of Dark Coral #D45440
Tints of Dark Coral #D45440
RGB
CMYK
RGB Variations
Color information
#D45440 (or 0xD45440) is known color: Dark Coral. HEX triplet: D4, 54 and 40. RGB value is (212,84,64). Sum of RGB (Red+Green+Blue) = 212+84+64=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D45440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45440 is #2BABBF. Grayscale: #787878. Windows color (decimal): -2862016 or 4216020. OLE color: 4216020.
HSL color Cylindrical-coordinate representation of color #D45440: hue angle of 8.11º 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 #D45440 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 64 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.17 |
| HSL | 8.11º | 0.63% | 0.54% | - |
| HSV(B) | 8.11º | 0.7% | 0.83% | - |
| XYZ | 31.25 | 20.71 | 7.2 | - |
| YUV | 119.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 64 | 0 | 0.60 | 0.70 | 0.17 | 8.11 | 0.63 | 0.54 |
| Hex | D4 | 54 | 40 | 0 | 3C | 46 | 11 | 8 | 3F | 36 |
| Octal | 324 | 124 | 100 | 0 | 74 | 106 | 21 | 10 | 77 | 66 |
| Binary | 11010100 | 1010100 | 1000000 | 0 | 111100 | 1000110 | 10001 | 1000 | 111111 | 110110 |
Color Harmonies of #D45440
Complementary color
Monochromatic Colors of #D45440
Black with #D45440
Text Example
Text Example
White with #D45440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45440; }
p { color: rgb(212,84,64); }
H1.HeaderClassName
{
color: #D45440;
}
.AnyTagClassName
{
color: #D45440;
}
</style>
background-color css
<style>
a { background-color: #D45440; }
a { background-color: rgb(212,84,64); }
div.DivClassName
{
background-color: #D45440;
}
.BgClassName
{
background-color: #D45440;
}
</style>
border-color css
<style>
span { border-color: #D45440; }
span { border-color: rgb(212,84,64); }
td.TdClassName
{
border-color: #D45440;
}
.TagClassName
{
border-color: #D45440;
}
</style>