Shades of Dark Coral #DB513D
Tints of Dark Coral #DB513D
RGB
CMYK
RGB Variations
Color information
#DB513D (or 0xDB513D) is known color: Dark Coral. HEX triplet: DB, 51 and 3D. RGB value is (219,81,61). Sum of RGB (Red+Green+Blue) = 219+81+61=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB513D is #24AEC2. Grayscale: #787878. Windows color (decimal): -2404035 or 4018651. OLE color: 4018651.
HSL color Cylindrical-coordinate representation of color #DB513D: hue angle of 7.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB513D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.14 |
| HSL | 7.59º | 0.69% | 0.55% | - |
| HSV(B) | 7.59º | 0.72% | 0.86% | - |
| XYZ | 33 | 21.28 | 6.78 | - |
| YUV | 119.98 | 94.72 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 61 | 0 | 0.63 | 0.72 | 0.14 | 7.59 | 0.69 | 0.55 |
| Hex | DB | 51 | 3D | 0 | 3F | 48 | E | 8 | 45 | 37 |
| Octal | 333 | 121 | 75 | 0 | 77 | 110 | 16 | 10 | 105 | 67 |
| Binary | 11011011 | 1010001 | 111101 | 0 | 111111 | 1001000 | 1110 | 1000 | 1000101 | 110111 |
Color Harmonies of #DB513D
Complementary color
Monochromatic Colors of #DB513D
Black with #DB513D
Text Example
Text Example
White with #DB513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB513D; }
p { color: rgb(219,81,61); }
H1.HeaderClassName
{
color: #DB513D;
}
.AnyTagClassName
{
color: #DB513D;
}
</style>
background-color css
<style>
a { background-color: #DB513D; }
a { background-color: rgb(219,81,61); }
div.DivClassName
{
background-color: #DB513D;
}
.BgClassName
{
background-color: #DB513D;
}
</style>
border-color css
<style>
span { border-color: #DB513D; }
span { border-color: rgb(219,81,61); }
td.TdClassName
{
border-color: #DB513D;
}
.TagClassName
{
border-color: #DB513D;
}
</style>