Shades of Dark Coral #D14C3E
Tints of Dark Coral #D14C3E
RGB
CMYK
RGB Variations
Color information
#D14C3E (or 0xD14C3E) is known color: Dark Coral. HEX triplet: D1, 4C and 3E. RGB value is (209,76,62). Sum of RGB (Red+Green+Blue) = 209+76+62=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14C3E is #2EB3C1. Grayscale: #727272. Windows color (decimal): -3060674 or 4082897. OLE color: 4082897.
HSL color Cylindrical-coordinate representation of color #D14C3E: hue angle of 5.71º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14C3E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 62 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.18 |
| HSL | 5.71º | 0.62% | 0.53% | - |
| HSV(B) | 5.71º | 0.7% | 0.82% | - |
| XYZ | 29.75 | 19.07 | 6.67 | - |
| YUV | 114.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 62 | 0 | 0.64 | 0.70 | 0.18 | 5.71 | 0.62 | 0.53 |
| Hex | D1 | 4C | 3E | 0 | 40 | 46 | 12 | 6 | 3E | 35 |
| Octal | 321 | 114 | 76 | 0 | 100 | 106 | 22 | 6 | 76 | 65 |
| Binary | 11010001 | 1001100 | 111110 | 0 | 1000000 | 1000110 | 10010 | 110 | 111110 | 110101 |
Color Harmonies of #D14C3E
Complementary color
Monochromatic Colors of #D14C3E
Black with #D14C3E
Text Example
Text Example
White with #D14C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C3E; }
p { color: rgb(209,76,62); }
H1.HeaderClassName
{
color: #D14C3E;
}
.AnyTagClassName
{
color: #D14C3E;
}
</style>
background-color css
<style>
a { background-color: #D14C3E; }
a { background-color: rgb(209,76,62); }
div.DivClassName
{
background-color: #D14C3E;
}
.BgClassName
{
background-color: #D14C3E;
}
</style>
border-color css
<style>
span { border-color: #D14C3E; }
span { border-color: rgb(209,76,62); }
td.TdClassName
{
border-color: #D14C3E;
}
.TagClassName
{
border-color: #D14C3E;
}
</style>