Shades of Dark Coral #D1624C
Tints of Dark Coral #D1624C
RGB
CMYK
RGB Variations
Color information
#D1624C (or 0xD1624C) is known color: Dark Coral. HEX triplet: D1, 62 and 4C. RGB value is (209,98,76). Sum of RGB (Red+Green+Blue) = 209+98+76=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1624C is #2E9DB3. Grayscale: #808080. Windows color (decimal): -3055028 or 5006033. OLE color: 5006033.
HSL color Cylindrical-coordinate representation of color #D1624C: hue angle of 9.92º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1624C is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 98 | 76 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.18 |
| HSL | 9.92º | 0.59% | 0.56% | - |
| HSV(B) | 9.92º | 0.64% | 0.82% | - |
| XYZ | 31.97 | 22.81 | 9.56 | - |
| YUV | 128.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 76 | 0 | 0.53 | 0.64 | 0.18 | 9.92 | 0.59 | 0.56 |
| Hex | D1 | 62 | 4C | 0 | 35 | 40 | 12 | A | 3B | 38 |
| Octal | 321 | 142 | 114 | 0 | 65 | 100 | 22 | 12 | 73 | 70 |
| Binary | 11010001 | 1100010 | 1001100 | 0 | 110101 | 1000000 | 10010 | 1010 | 111011 | 111000 |
Color Harmonies of #D1624C
Complementary color
Monochromatic Colors of #D1624C
Black with #D1624C
Text Example
Text Example
White with #D1624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1624C; }
p { color: rgb(209,98,76); }
H1.HeaderClassName
{
color: #D1624C;
}
.AnyTagClassName
{
color: #D1624C;
}
</style>
background-color css
<style>
a { background-color: #D1624C; }
a { background-color: rgb(209,98,76); }
div.DivClassName
{
background-color: #D1624C;
}
.BgClassName
{
background-color: #D1624C;
}
</style>
border-color css
<style>
span { border-color: #D1624C; }
span { border-color: rgb(209,98,76); }
td.TdClassName
{
border-color: #D1624C;
}
.TagClassName
{
border-color: #D1624C;
}
</style>