Shades of Valencia #DA5949
Tints of Valencia #DA5949
RGB
CMYK
RGB Variations
Color information
#DA5949 (or 0xDA5949) is known color: Valencia. HEX triplet: DA, 59 and 49. RGB value is (218,89,73). Sum of RGB (Red+Green+Blue) = 218+89+73=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5949 is #25A6B6. Grayscale: #7D7D7D. Windows color (decimal): -2467511 or 4807130. OLE color: 4807130.
HSL color Cylindrical-coordinate representation of color #DA5949: hue angle of 6.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA5949 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 73 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.15 |
| HSL | 6.62º | 0.66% | 0.57% | - |
| HSV(B) | 6.62º | 0.67% | 0.85% | - |
| XYZ | 33.69 | 22.53 | 8.88 | - |
| YUV | 125.75 | 98.24 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 73 | 0 | 0.59 | 0.67 | 0.15 | 6.62 | 0.66 | 0.57 |
| Hex | DA | 59 | 49 | 0 | 3B | 43 | F | 7 | 42 | 39 |
| Octal | 332 | 131 | 111 | 0 | 73 | 103 | 17 | 7 | 102 | 71 |
| Binary | 11011010 | 1011001 | 1001001 | 0 | 111011 | 1000011 | 1111 | 111 | 1000010 | 111001 |
Color Harmonies of #DA5949
Complementary color
Monochromatic Colors of #DA5949
Black with #DA5949
Text Example
Text Example
White with #DA5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5949; }
p { color: rgb(218,89,73); }
H1.HeaderClassName
{
color: #DA5949;
}
.AnyTagClassName
{
color: #DA5949;
}
</style>
background-color css
<style>
a { background-color: #DA5949; }
a { background-color: rgb(218,89,73); }
div.DivClassName
{
background-color: #DA5949;
}
.BgClassName
{
background-color: #DA5949;
}
</style>
border-color css
<style>
span { border-color: #DA5949; }
span { border-color: rgb(218,89,73); }
td.TdClassName
{
border-color: #DA5949;
}
.TagClassName
{
border-color: #DA5949;
}
</style>