Shades of Valencia #DA514F
Tints of Valencia #DA514F
RGB
CMYK
RGB Variations
Color information
#DA514F (or 0xDA514F) is known color: Valencia. HEX triplet: DA, 51 and 4F. RGB value is (218,81,79). Sum of RGB (Red+Green+Blue) = 218+81+79=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA514F is #25AEB0. Grayscale: #797979. Windows color (decimal): -2469553 or 5198298. OLE color: 5198298.
HSL color Cylindrical-coordinate representation of color #DA514F: hue angle of 0.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA514F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 79 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.15 |
| HSL | 0.86º | 0.65% | 0.58% | - |
| HSV(B) | 0.86º | 0.64% | 0.85% | - |
| XYZ | 33.27 | 21.35 | 9.77 | - |
| YUV | 121.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 79 | 0 | 0.63 | 0.64 | 0.15 | 0.86 | 0.65 | 0.58 |
| Hex | DA | 51 | 4F | 0 | 3F | 40 | F | 1 | 41 | 3A |
| Octal | 332 | 121 | 117 | 0 | 77 | 100 | 17 | 1 | 101 | 72 |
| Binary | 11011010 | 1010001 | 1001111 | 0 | 111111 | 1000000 | 1111 | 1 | 1000001 | 111010 |
Color Harmonies of #DA514F
Complementary color
Monochromatic Colors of #DA514F
Black with #DA514F
Text Example
Text Example
White with #DA514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA514F; }
p { color: rgb(218,81,79); }
H1.HeaderClassName
{
color: #DA514F;
}
.AnyTagClassName
{
color: #DA514F;
}
</style>
background-color css
<style>
a { background-color: #DA514F; }
a { background-color: rgb(218,81,79); }
div.DivClassName
{
background-color: #DA514F;
}
.BgClassName
{
background-color: #DA514F;
}
</style>
border-color css
<style>
span { border-color: #DA514F; }
span { border-color: rgb(218,81,79); }
td.TdClassName
{
border-color: #DA514F;
}
.TagClassName
{
border-color: #DA514F;
}
</style>