Shades of Valencia #DA4E49
Tints of Valencia #DA4E49
RGB
CMYK
RGB Variations
Color information
#DA4E49 (or 0xDA4E49) is known color: Valencia. HEX triplet: DA, 4E and 49. RGB value is (218,78,73). Sum of RGB (Red+Green+Blue) = 218+78+73=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E49 is #25B1B6. Grayscale: #777777. Windows color (decimal): -2470327 or 4804314. OLE color: 4804314.
HSL color Cylindrical-coordinate representation of color #DA4E49: hue angle of 2.07º 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 #DA4E49 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 73 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.15 |
| HSL | 2.07º | 0.66% | 0.57% | - |
| HSV(B) | 2.07º | 0.67% | 0.85% | - |
| XYZ | 32.84 | 20.84 | 8.59 | - |
| YUV | 119.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 73 | 0 | 0.64 | 0.67 | 0.15 | 2.07 | 0.66 | 0.57 |
| Hex | DA | 4E | 49 | 0 | 40 | 43 | F | 2 | 42 | 39 |
| Octal | 332 | 116 | 111 | 0 | 100 | 103 | 17 | 2 | 102 | 71 |
| Binary | 11011010 | 1001110 | 1001001 | 0 | 1000000 | 1000011 | 1111 | 10 | 1000010 | 111001 |
Color Harmonies of #DA4E49
Complementary color
Monochromatic Colors of #DA4E49
Black with #DA4E49
Text Example
Text Example
White with #DA4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E49; }
p { color: rgb(218,78,73); }
H1.HeaderClassName
{
color: #DA4E49;
}
.AnyTagClassName
{
color: #DA4E49;
}
</style>
background-color css
<style>
a { background-color: #DA4E49; }
a { background-color: rgb(218,78,73); }
div.DivClassName
{
background-color: #DA4E49;
}
.BgClassName
{
background-color: #DA4E49;
}
</style>
border-color css
<style>
span { border-color: #DA4E49; }
span { border-color: rgb(218,78,73); }
td.TdClassName
{
border-color: #DA4E49;
}
.TagClassName
{
border-color: #DA4E49;
}
</style>