Shades of Valencia #DA514D
Tints of Valencia #DA514D
RGB
CMYK
RGB Variations
Color information
#DA514D (or 0xDA514D) is known color: Valencia. HEX triplet: DA, 51 and 4D. RGB value is (218,81,77). Sum of RGB (Red+Green+Blue) = 218+81+77=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA514D is #25AEB2. Grayscale: #797979. Windows color (decimal): -2469555 or 5067226. OLE color: 5067226.
HSL color Cylindrical-coordinate representation of color #DA514D: hue angle of 1.7º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA514D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 77 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.15 |
| HSL | 1.7º | 0.66% | 0.58% | - |
| HSV(B) | 1.7º | 0.65% | 0.85% | - |
| XYZ | 33.2 | 21.33 | 9.39 | - |
| YUV | 121.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 77 | 0 | 0.63 | 0.65 | 0.15 | 1.7 | 0.66 | 0.58 |
| Hex | DA | 51 | 4D | 0 | 3F | 41 | F | 2 | 42 | 3A |
| Octal | 332 | 121 | 115 | 0 | 77 | 101 | 17 | 2 | 102 | 72 |
| Binary | 11011010 | 1010001 | 1001101 | 0 | 111111 | 1000001 | 1111 | 10 | 1000010 | 111010 |
Color Harmonies of #DA514D
Complementary color
Monochromatic Colors of #DA514D
Black with #DA514D
Text Example
Text Example
White with #DA514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA514D; }
p { color: rgb(218,81,77); }
H1.HeaderClassName
{
color: #DA514D;
}
.AnyTagClassName
{
color: #DA514D;
}
</style>
background-color css
<style>
a { background-color: #DA514D; }
a { background-color: rgb(218,81,77); }
div.DivClassName
{
background-color: #DA514D;
}
.BgClassName
{
background-color: #DA514D;
}
</style>
border-color css
<style>
span { border-color: #DA514D; }
span { border-color: rgb(218,81,77); }
td.TdClassName
{
border-color: #DA514D;
}
.TagClassName
{
border-color: #DA514D;
}
</style>