Shades of Dark Coral #D3644E
Tints of Dark Coral #D3644E
RGB
CMYK
RGB Variations
Color information
#D3644E (or 0xD3644E) is known color: Dark Coral. HEX triplet: D3, 64 and 4E. RGB value is (211,100,78). Sum of RGB (Red+Green+Blue) = 211+100+78=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3644E is #2C9BB1. Grayscale: #828282. Windows color (decimal): -2923442 or 5137619. OLE color: 5137619.
HSL color Cylindrical-coordinate representation of color #D3644E: hue angle of 9.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3644E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 78 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.17 |
| HSL | 9.92º | 0.6% | 0.57% | - |
| HSV(B) | 9.92º | 0.63% | 0.83% | - |
| XYZ | 32.8 | 23.51 | 10.02 | - |
| YUV | 130.68 | 98.27 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 78 | 0 | 0.53 | 0.63 | 0.17 | 9.92 | 0.6 | 0.57 |
| Hex | D3 | 64 | 4E | 0 | 35 | 3F | 11 | A | 3C | 39 |
| Octal | 323 | 144 | 116 | 0 | 65 | 77 | 21 | 12 | 74 | 71 |
| Binary | 11010011 | 1100100 | 1001110 | 0 | 110101 | 111111 | 10001 | 1010 | 111100 | 111001 |
Color Harmonies of #D3644E
Complementary color
Monochromatic Colors of #D3644E
Black with #D3644E
Text Example
Text Example
White with #D3644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3644E; }
p { color: rgb(211,100,78); }
H1.HeaderClassName
{
color: #D3644E;
}
.AnyTagClassName
{
color: #D3644E;
}
</style>
background-color css
<style>
a { background-color: #D3644E; }
a { background-color: rgb(211,100,78); }
div.DivClassName
{
background-color: #D3644E;
}
.BgClassName
{
background-color: #D3644E;
}
</style>
border-color css
<style>
span { border-color: #D3644E; }
span { border-color: rgb(211,100,78); }
td.TdClassName
{
border-color: #D3644E;
}
.TagClassName
{
border-color: #D3644E;
}
</style>