Shades of Dark Coral #D1644E
Tints of Dark Coral #D1644E
RGB
CMYK
RGB Variations
Color information
#D1644E (or 0xD1644E) is known color: Dark Coral. HEX triplet: D1, 64 and 4E. RGB value is (209,100,78). Sum of RGB (Red+Green+Blue) = 209+100+78=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1644E is #2E9BB1. Grayscale: #828282. Windows color (decimal): -3054514 or 5137617. OLE color: 5137617.
HSL color Cylindrical-coordinate representation of color #D1644E: hue angle of 10.08º 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 #D1644E is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 78 | - |
| CMYK | 0 | 0.52 | 0.63 | 0.18 |
| HSL | 10.08º | 0.59% | 0.56% | - |
| HSV(B) | 10.08º | 0.63% | 0.82% | - |
| XYZ | 32.23 | 23.22 | 9.99 | - |
| YUV | 130.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 78 | 0 | 0.52 | 0.63 | 0.18 | 10.08 | 0.59 | 0.56 |
| Hex | D1 | 64 | 4E | 0 | 34 | 3F | 12 | A | 3B | 38 |
| Octal | 321 | 144 | 116 | 0 | 64 | 77 | 22 | 12 | 73 | 70 |
| Binary | 11010001 | 1100100 | 1001110 | 0 | 110100 | 111111 | 10010 | 1010 | 111011 | 111000 |
Color Harmonies of #D1644E
Complementary color
Monochromatic Colors of #D1644E
Black with #D1644E
Text Example
Text Example
White with #D1644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1644E; }
p { color: rgb(209,100,78); }
H1.HeaderClassName
{
color: #D1644E;
}
.AnyTagClassName
{
color: #D1644E;
}
</style>
background-color css
<style>
a { background-color: #D1644E; }
a { background-color: rgb(209,100,78); }
div.DivClassName
{
background-color: #D1644E;
}
.BgClassName
{
background-color: #D1644E;
}
</style>
border-color css
<style>
span { border-color: #D1644E; }
span { border-color: rgb(209,100,78); }
td.TdClassName
{
border-color: #D1644E;
}
.TagClassName
{
border-color: #D1644E;
}
</style>