Shades of Dark Coral #D14D41
Tints of Dark Coral #D14D41
RGB
CMYK
RGB Variations
Color information
#D14D41 (or 0xD14D41) is known color: Dark Coral. HEX triplet: D1, 4D and 41. RGB value is (209,77,65). Sum of RGB (Red+Green+Blue) = 209+77+65=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D14D41 is #2EB2BE. Grayscale: #737373. Windows color (decimal): -3060415 or 4279761. OLE color: 4279761.
HSL color Cylindrical-coordinate representation of color #D14D41: hue angle of 5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14D41 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 65 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.18 |
| HSL | 5º | 0.61% | 0.54% | - |
| HSV(B) | 5º | 0.69% | 0.82% | - |
| XYZ | 29.9 | 19.24 | 7.14 | - |
| YUV | 115.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 65 | 0 | 0.63 | 0.69 | 0.18 | 5 | 0.61 | 0.54 |
| Hex | D1 | 4D | 41 | 0 | 3F | 45 | 12 | 5 | 3D | 36 |
| Octal | 321 | 115 | 101 | 0 | 77 | 105 | 22 | 5 | 75 | 66 |
| Binary | 11010001 | 1001101 | 1000001 | 0 | 111111 | 1000101 | 10010 | 101 | 111101 | 110110 |
Color Harmonies of #D14D41
Complementary color
Monochromatic Colors of #D14D41
Black with #D14D41
Text Example
Text Example
White with #D14D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D41; }
p { color: rgb(209,77,65); }
H1.HeaderClassName
{
color: #D14D41;
}
.AnyTagClassName
{
color: #D14D41;
}
</style>
background-color css
<style>
a { background-color: #D14D41; }
a { background-color: rgb(209,77,65); }
div.DivClassName
{
background-color: #D14D41;
}
.BgClassName
{
background-color: #D14D41;
}
</style>
border-color css
<style>
span { border-color: #D14D41; }
span { border-color: rgb(209,77,65); }
td.TdClassName
{
border-color: #D14D41;
}
.TagClassName
{
border-color: #D14D41;
}
</style>