Shades of Dark Coral #D24D40
Tints of Dark Coral #D24D40
RGB
CMYK
RGB Variations
Color information
#D24D40 (or 0xD24D40) is known color: Dark Coral. HEX triplet: D2, 4D and 40. RGB value is (210,77,64). Sum of RGB (Red+Green+Blue) = 210+77+64=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D24D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D24D40 is #2DB2BF. Grayscale: #737373. Windows color (decimal): -2994880 or 4214226. OLE color: 4214226.
HSL color Cylindrical-coordinate representation of color #D24D40: hue angle of 5.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D24D40 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 77 | 64 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.18 |
| HSL | 5.34º | 0.62% | 0.54% | - |
| HSV(B) | 5.34º | 0.7% | 0.82% | - |
| XYZ | 30.16 | 19.38 | 7 | - |
| YUV | 115.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 77 | 64 | 0 | 0.63 | 0.70 | 0.18 | 5.34 | 0.62 | 0.54 |
| Hex | D2 | 4D | 40 | 0 | 3F | 46 | 12 | 5 | 3E | 36 |
| Octal | 322 | 115 | 100 | 0 | 77 | 106 | 22 | 5 | 76 | 66 |
| Binary | 11010010 | 1001101 | 1000000 | 0 | 111111 | 1000110 | 10010 | 101 | 111110 | 110110 |
Color Harmonies of #D24D40
Complementary color
Monochromatic Colors of #D24D40
Black with #D24D40
Text Example
Text Example
White with #D24D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24D40; }
p { color: rgb(210,77,64); }
H1.HeaderClassName
{
color: #D24D40;
}
.AnyTagClassName
{
color: #D24D40;
}
</style>
background-color css
<style>
a { background-color: #D24D40; }
a { background-color: rgb(210,77,64); }
div.DivClassName
{
background-color: #D24D40;
}
.BgClassName
{
background-color: #D24D40;
}
</style>
border-color css
<style>
span { border-color: #D24D40; }
span { border-color: rgb(210,77,64); }
td.TdClassName
{
border-color: #D24D40;
}
.TagClassName
{
border-color: #D24D40;
}
</style>