Shades of Dark Coral #D3634E
Tints of Dark Coral #D3634E
RGB
CMYK
RGB Variations
Color information
#D3634E (or 0xD3634E) is known color: Dark Coral. HEX triplet: D3, 63 and 4E. RGB value is (211,99,78). Sum of RGB (Red+Green+Blue) = 211+99+78=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3634E is #2C9CB1. Grayscale: #828282. Windows color (decimal): -2923698 or 5137363. OLE color: 5137363.
HSL color Cylindrical-coordinate representation of color #D3634E: hue angle of 9.47º 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 #D3634E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 78 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.17 |
| HSL | 9.47º | 0.6% | 0.57% | - |
| HSV(B) | 9.47º | 0.63% | 0.83% | - |
| XYZ | 32.7 | 23.32 | 9.99 | - |
| YUV | 130.09 | 98.61 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 78 | 0 | 0.53 | 0.63 | 0.17 | 9.47 | 0.6 | 0.57 |
| Hex | D3 | 63 | 4E | 0 | 35 | 3F | 11 | 9 | 3C | 39 |
| Octal | 323 | 143 | 116 | 0 | 65 | 77 | 21 | 11 | 74 | 71 |
| Binary | 11010011 | 1100011 | 1001110 | 0 | 110101 | 111111 | 10001 | 1001 | 111100 | 111001 |
Color Harmonies of #D3634E
Complementary color
Monochromatic Colors of #D3634E
Black with #D3634E
Text Example
Text Example
White with #D3634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3634E; }
p { color: rgb(211,99,78); }
H1.HeaderClassName
{
color: #D3634E;
}
.AnyTagClassName
{
color: #D3634E;
}
</style>
background-color css
<style>
a { background-color: #D3634E; }
a { background-color: rgb(211,99,78); }
div.DivClassName
{
background-color: #D3634E;
}
.BgClassName
{
background-color: #D3634E;
}
</style>
border-color css
<style>
span { border-color: #D3634E; }
span { border-color: rgb(211,99,78); }
td.TdClassName
{
border-color: #D3634E;
}
.TagClassName
{
border-color: #D3634E;
}
</style>