Shades of Dark Coral #D6513D
Tints of Dark Coral #D6513D
RGB
CMYK
RGB Variations
Color information
#D6513D (or 0xD6513D) is known color: Dark Coral. HEX triplet: D6, 51 and 3D. RGB value is (214,81,61). Sum of RGB (Red+Green+Blue) = 214+81+61=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6513D is #29AEC2. Grayscale: #767676. Windows color (decimal): -2731715 or 4018646. OLE color: 4018646.
HSL color Cylindrical-coordinate representation of color #D6513D: hue angle of 7.84º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6513D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 61 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.16 |
| HSL | 7.84º | 0.65% | 0.54% | - |
| HSV(B) | 7.84º | 0.71% | 0.84% | - |
| XYZ | 31.52 | 20.52 | 6.71 | - |
| YUV | 118.49 | 95.56 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 61 | 0 | 0.62 | 0.71 | 0.16 | 7.84 | 0.65 | 0.54 |
| Hex | D6 | 51 | 3D | 0 | 3E | 47 | 10 | 8 | 41 | 36 |
| Octal | 326 | 121 | 75 | 0 | 76 | 107 | 20 | 10 | 101 | 66 |
| Binary | 11010110 | 1010001 | 111101 | 0 | 111110 | 1000111 | 10000 | 1000 | 1000001 | 110110 |
Color Harmonies of #D6513D
Complementary color
Monochromatic Colors of #D6513D
Black with #D6513D
Text Example
Text Example
White with #D6513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6513D; }
p { color: rgb(214,81,61); }
H1.HeaderClassName
{
color: #D6513D;
}
.AnyTagClassName
{
color: #D6513D;
}
</style>
background-color css
<style>
a { background-color: #D6513D; }
a { background-color: rgb(214,81,61); }
div.DivClassName
{
background-color: #D6513D;
}
.BgClassName
{
background-color: #D6513D;
}
</style>
border-color css
<style>
span { border-color: #D6513D; }
span { border-color: rgb(214,81,61); }
td.TdClassName
{
border-color: #D6513D;
}
.TagClassName
{
border-color: #D6513D;
}
</style>