Shades of Dark Coral #DA513D
Tints of Dark Coral #DA513D
RGB
CMYK
RGB Variations
Color information
#DA513D (or 0xDA513D) is known color: Dark Coral. HEX triplet: DA, 51 and 3D. RGB value is (218,81,61). Sum of RGB (Red+Green+Blue) = 218+81+61=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA513D is #25AEC2. Grayscale: #777777. Windows color (decimal): -2469571 or 4018650. OLE color: 4018650.
HSL color Cylindrical-coordinate representation of color #DA513D: hue angle of 7.64º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA513D is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 61 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.15 |
| HSL | 7.64º | 0.68% | 0.55% | - |
| HSV(B) | 7.64º | 0.72% | 0.85% | - |
| XYZ | 32.7 | 21.13 | 6.77 | - |
| YUV | 119.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 61 | 0 | 0.63 | 0.72 | 0.15 | 7.64 | 0.68 | 0.55 |
| Hex | DA | 51 | 3D | 0 | 3F | 48 | F | 8 | 44 | 37 |
| Octal | 332 | 121 | 75 | 0 | 77 | 110 | 17 | 10 | 104 | 67 |
| Binary | 11011010 | 1010001 | 111101 | 0 | 111111 | 1001000 | 1111 | 1000 | 1000100 | 110111 |
Color Harmonies of #DA513D
Complementary color
Monochromatic Colors of #DA513D
Black with #DA513D
Text Example
Text Example
White with #DA513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA513D; }
p { color: rgb(218,81,61); }
H1.HeaderClassName
{
color: #DA513D;
}
.AnyTagClassName
{
color: #DA513D;
}
</style>
background-color css
<style>
a { background-color: #DA513D; }
a { background-color: rgb(218,81,61); }
div.DivClassName
{
background-color: #DA513D;
}
.BgClassName
{
background-color: #DA513D;
}
</style>
border-color css
<style>
span { border-color: #DA513D; }
span { border-color: rgb(218,81,61); }
td.TdClassName
{
border-color: #DA513D;
}
.TagClassName
{
border-color: #DA513D;
}
</style>