Shades of Valencia #DA4949
Tints of Valencia #DA4949
RGB
CMYK
RGB Variations
Color information
#DA4949 (or 0xDA4949) is known color: Valencia. HEX triplet: DA, 49 and 49. RGB value is (218,73,73). Sum of RGB (Red+Green+Blue) = 218+73+73=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4949 is #25B6B6. Grayscale: #747474. Windows color (decimal): -2471607 or 4803034. OLE color: 4803034.
HSL color Cylindrical-coordinate representation of color #DA4949: hue angle of 0º 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 #DA4949 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.15 |
| HSL | 0º | 0.66% | 0.57% | - |
| HSV(B) | 0º | 0.67% | 0.85% | - |
| XYZ | 32.5 | 20.15 | 8.48 | - |
| YUV | 116.36 | 103.54 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 73 | 0 | 0.67 | 0.67 | 0.15 | 0 | 0.66 | 0.57 |
| Hex | DA | 49 | 49 | 0 | 43 | 43 | F | 0 | 42 | 39 |
| Octal | 332 | 111 | 111 | 0 | 103 | 103 | 17 | 0 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1001001 | 0 | 1000011 | 1000011 | 1111 | 0 | 1000010 | 111001 |
Color Harmonies of #DA4949
Complementary color
Monochromatic Colors of #DA4949
Black with #DA4949
Text Example
Text Example
White with #DA4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4949; }
p { color: rgb(218,73,73); }
H1.HeaderClassName
{
color: #DA4949;
}
.AnyTagClassName
{
color: #DA4949;
}
</style>
background-color css
<style>
a { background-color: #DA4949; }
a { background-color: rgb(218,73,73); }
div.DivClassName
{
background-color: #DA4949;
}
.BgClassName
{
background-color: #DA4949;
}
</style>
border-color css
<style>
span { border-color: #DA4949; }
span { border-color: rgb(218,73,73); }
td.TdClassName
{
border-color: #DA4949;
}
.TagClassName
{
border-color: #DA4949;
}
</style>