Shades of Dark Coral #D1614D
Tints of Dark Coral #D1614D
RGB
CMYK
RGB Variations
Color information
#D1614D (or 0xD1614D) is known color: Dark Coral. HEX triplet: D1, 61 and 4D. RGB value is (209,97,77). Sum of RGB (Red+Green+Blue) = 209+97+77=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1614D is #2E9EB2. Grayscale: #808080. Windows color (decimal): -3055283 or 5071313. OLE color: 5071313.
HSL color Cylindrical-coordinate representation of color #D1614D: hue angle of 9.09º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1614D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 97 | 77 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.18 |
| HSL | 9.09º | 0.59% | 0.56% | - |
| HSV(B) | 9.09º | 0.63% | 0.82% | - |
| XYZ | 31.91 | 22.64 | 9.71 | - |
| YUV | 128.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 97 | 77 | 0 | 0.54 | 0.63 | 0.18 | 9.09 | 0.59 | 0.56 |
| Hex | D1 | 61 | 4D | 0 | 36 | 3F | 12 | 9 | 3B | 38 |
| Octal | 321 | 141 | 115 | 0 | 66 | 77 | 22 | 11 | 73 | 70 |
| Binary | 11010001 | 1100001 | 1001101 | 0 | 110110 | 111111 | 10010 | 1001 | 111011 | 111000 |
Color Harmonies of #D1614D
Complementary color
Monochromatic Colors of #D1614D
Black with #D1614D
Text Example
Text Example
White with #D1614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1614D; }
p { color: rgb(209,97,77); }
H1.HeaderClassName
{
color: #D1614D;
}
.AnyTagClassName
{
color: #D1614D;
}
</style>
background-color css
<style>
a { background-color: #D1614D; }
a { background-color: rgb(209,97,77); }
div.DivClassName
{
background-color: #D1614D;
}
.BgClassName
{
background-color: #D1614D;
}
</style>
border-color css
<style>
span { border-color: #D1614D; }
span { border-color: rgb(209,97,77); }
td.TdClassName
{
border-color: #D1614D;
}
.TagClassName
{
border-color: #D1614D;
}
</style>