Shades of Valencia #DB4F49
Tints of Valencia #DB4F49
RGB
CMYK
RGB Variations
Color information
#DB4F49 (or 0xDB4F49) is known color: Valencia. HEX triplet: DB, 4F and 49. RGB value is (219,79,73). Sum of RGB (Red+Green+Blue) = 219+79+73=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F49 is #24B0B6. Grayscale: #787878. Windows color (decimal): -2404535 or 4804571. OLE color: 4804571.
HSL color Cylindrical-coordinate representation of color #DB4F49: hue angle of 2.47º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4F49 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 73 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.14 |
| HSL | 2.47º | 0.67% | 0.57% | - |
| HSV(B) | 2.47º | 0.67% | 0.86% | - |
| XYZ | 33.21 | 21.13 | 8.63 | - |
| YUV | 120.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 73 | 0 | 0.64 | 0.67 | 0.14 | 2.47 | 0.67 | 0.57 |
| Hex | DB | 4F | 49 | 0 | 40 | 43 | E | 2 | 43 | 39 |
| Octal | 333 | 117 | 111 | 0 | 100 | 103 | 16 | 2 | 103 | 71 |
| Binary | 11011011 | 1001111 | 1001001 | 0 | 1000000 | 1000011 | 1110 | 10 | 1000011 | 111001 |
Color Harmonies of #DB4F49
Complementary color
Monochromatic Colors of #DB4F49
Black with #DB4F49
Text Example
Text Example
White with #DB4F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F49; }
p { color: rgb(219,79,73); }
H1.HeaderClassName
{
color: #DB4F49;
}
.AnyTagClassName
{
color: #DB4F49;
}
</style>
background-color css
<style>
a { background-color: #DB4F49; }
a { background-color: rgb(219,79,73); }
div.DivClassName
{
background-color: #DB4F49;
}
.BgClassName
{
background-color: #DB4F49;
}
</style>
border-color css
<style>
span { border-color: #DB4F49; }
span { border-color: rgb(219,79,73); }
td.TdClassName
{
border-color: #DB4F49;
}
.TagClassName
{
border-color: #DB4F49;
}
</style>