Shades of Dark Coral #D1644D
Tints of Dark Coral #D1644D
RGB
CMYK
RGB Variations
Color information
#D1644D (or 0xD1644D) is known color: Dark Coral. HEX triplet: D1, 64 and 4D. RGB value is (209,100,77). Sum of RGB (Red+Green+Blue) = 209+100+77=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1644D is #2E9BB2. Grayscale: #828282. Windows color (decimal): -3054515 or 5072081. OLE color: 5072081.
HSL color Cylindrical-coordinate representation of color #D1644D: hue angle of 10.45º 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 #D1644D is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 77 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.18 |
| HSL | 10.45º | 0.59% | 0.56% | - |
| HSV(B) | 10.45º | 0.63% | 0.82% | - |
| XYZ | 32.19 | 23.21 | 9.8 | - |
| YUV | 129.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 77 | 0 | 0.52 | 0.63 | 0.18 | 10.45 | 0.59 | 0.56 |
| Hex | D1 | 64 | 4D | 0 | 34 | 3F | 12 | A | 3B | 38 |
| Octal | 321 | 144 | 115 | 0 | 64 | 77 | 22 | 12 | 73 | 70 |
| Binary | 11010001 | 1100100 | 1001101 | 0 | 110100 | 111111 | 10010 | 1010 | 111011 | 111000 |
Color Harmonies of #D1644D
Complementary color
Monochromatic Colors of #D1644D
Black with #D1644D
Text Example
Text Example
White with #D1644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1644D; }
p { color: rgb(209,100,77); }
H1.HeaderClassName
{
color: #D1644D;
}
.AnyTagClassName
{
color: #D1644D;
}
</style>
background-color css
<style>
a { background-color: #D1644D; }
a { background-color: rgb(209,100,77); }
div.DivClassName
{
background-color: #D1644D;
}
.BgClassName
{
background-color: #D1644D;
}
</style>
border-color css
<style>
span { border-color: #D1644D; }
span { border-color: rgb(209,100,77); }
td.TdClassName
{
border-color: #D1644D;
}
.TagClassName
{
border-color: #D1644D;
}
</style>