Shades of Dark Coral #DA513B
Tints of Dark Coral #DA513B
RGB
CMYK
RGB Variations
Color information
#DA513B (or 0xDA513B) is known color: Dark Coral. HEX triplet: DA, 51 and 3B. RGB value is (218,81,59). Sum of RGB (Red+Green+Blue) = 218+81+59=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 59 (23.44% from 255 or 16.48% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA513B is #25AEC4. Grayscale: #777777. Windows color (decimal): -2469573 or 3887578. OLE color: 3887578.
HSL color Cylindrical-coordinate representation of color #DA513B: hue angle of 8.3º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA513B is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 59 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.15 |
| HSL | 8.3º | 0.68% | 0.54% | - |
| HSV(B) | 8.3º | 0.73% | 0.85% | - |
| XYZ | 32.65 | 21.11 | 6.49 | - |
| YUV | 119.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 59 | 0 | 0.63 | 0.73 | 0.15 | 8.3 | 0.68 | 0.54 |
| Hex | DA | 51 | 3B | 0 | 3F | 49 | F | 8 | 44 | 36 |
| Octal | 332 | 121 | 73 | 0 | 77 | 111 | 17 | 10 | 104 | 66 |
| Binary | 11011010 | 1010001 | 111011 | 0 | 111111 | 1001001 | 1111 | 1000 | 1000100 | 110110 |
Color Harmonies of #DA513B
Complementary color
Monochromatic Colors of #DA513B
Black with #DA513B
Text Example
Text Example
White with #DA513B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA513B; }
p { color: rgb(218,81,59); }
H1.HeaderClassName
{
color: #DA513B;
}
.AnyTagClassName
{
color: #DA513B;
}
</style>
background-color css
<style>
a { background-color: #DA513B; }
a { background-color: rgb(218,81,59); }
div.DivClassName
{
background-color: #DA513B;
}
.BgClassName
{
background-color: #DA513B;
}
</style>
border-color css
<style>
span { border-color: #DA513B; }
span { border-color: rgb(218,81,59); }
td.TdClassName
{
border-color: #DA513B;
}
.TagClassName
{
border-color: #DA513B;
}
</style>