Shades of Dark Coral #D5513D
Tints of Dark Coral #D5513D
RGB
CMYK
RGB Variations
Color information
#D5513D (or 0xD5513D) is known color: Dark Coral. HEX triplet: D5, 51 and 3D. RGB value is (213,81,61). Sum of RGB (Red+Green+Blue) = 213+81+61=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5513D is #2AAEC2. Grayscale: #767676. Windows color (decimal): -2797251 or 4018645. OLE color: 4018645.
HSL color Cylindrical-coordinate representation of color #D5513D: hue angle of 7.89º degrees, saturation: 0.64, 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 #D5513D is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 61 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.16 |
| HSL | 7.89º | 0.64% | 0.54% | - |
| HSV(B) | 7.89º | 0.71% | 0.84% | - |
| XYZ | 31.23 | 20.37 | 6.7 | - |
| YUV | 118.19 | 95.73 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 61 | 0 | 0.62 | 0.71 | 0.16 | 7.89 | 0.64 | 0.54 |
| Hex | D5 | 51 | 3D | 0 | 3E | 47 | 10 | 8 | 40 | 36 |
| Octal | 325 | 121 | 75 | 0 | 76 | 107 | 20 | 10 | 100 | 66 |
| Binary | 11010101 | 1010001 | 111101 | 0 | 111110 | 1000111 | 10000 | 1000 | 1000000 | 110110 |
Color Harmonies of #D5513D
Complementary color
Monochromatic Colors of #D5513D
Black with #D5513D
Text Example
Text Example
White with #D5513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5513D; }
p { color: rgb(213,81,61); }
H1.HeaderClassName
{
color: #D5513D;
}
.AnyTagClassName
{
color: #D5513D;
}
</style>
background-color css
<style>
a { background-color: #D5513D; }
a { background-color: rgb(213,81,61); }
div.DivClassName
{
background-color: #D5513D;
}
.BgClassName
{
background-color: #D5513D;
}
</style>
border-color css
<style>
span { border-color: #D5513D; }
span { border-color: rgb(213,81,61); }
td.TdClassName
{
border-color: #D5513D;
}
.TagClassName
{
border-color: #D5513D;
}
</style>