Shades of Dark Coral #D44D3F
Tints of Dark Coral #D44D3F
RGB
CMYK
RGB Variations
Color information
#D44D3F (or 0xD44D3F) is known color: Dark Coral. HEX triplet: D4, 4D and 3F. RGB value is (212,77,63). Sum of RGB (Red+Green+Blue) = 212+77+63=352 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.23% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44D3F is #2BB2C0. Grayscale: #737373. Windows color (decimal): -2863809 or 4148692. OLE color: 4148692.
HSL color Cylindrical-coordinate representation of color #D44D3F: hue angle of 5.64º 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 #D44D3F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 77 | 63 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.17 |
| HSL | 5.64º | 0.63% | 0.54% | - |
| HSV(B) | 5.64º | 0.7% | 0.83% | - |
| XYZ | 30.7 | 19.66 | 6.88 | - |
| YUV | 115.77 | 98.23 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 77 | 63 | 0 | 0.64 | 0.70 | 0.17 | 5.64 | 0.63 | 0.54 |
| Hex | D4 | 4D | 3F | 0 | 40 | 46 | 11 | 6 | 3F | 36 |
| Octal | 324 | 115 | 77 | 0 | 100 | 106 | 21 | 6 | 77 | 66 |
| Binary | 11010100 | 1001101 | 111111 | 0 | 1000000 | 1000110 | 10001 | 110 | 111111 | 110110 |
Color Harmonies of #D44D3F
Complementary color
Monochromatic Colors of #D44D3F
Black with #D44D3F
Text Example
Text Example
White with #D44D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44D3F; }
p { color: rgb(212,77,63); }
H1.HeaderClassName
{
color: #D44D3F;
}
.AnyTagClassName
{
color: #D44D3F;
}
</style>
background-color css
<style>
a { background-color: #D44D3F; }
a { background-color: rgb(212,77,63); }
div.DivClassName
{
background-color: #D44D3F;
}
.BgClassName
{
background-color: #D44D3F;
}
</style>
border-color css
<style>
span { border-color: #D44D3F; }
span { border-color: rgb(212,77,63); }
td.TdClassName
{
border-color: #D44D3F;
}
.TagClassName
{
border-color: #D44D3F;
}
</style>