Shades of Valencia #DB4949
Tints of Valencia #DB4949
RGB
CMYK
RGB Variations
Color information
#DB4949 (or 0xDB4949) is known color: Valencia. HEX triplet: DB, 49 and 49. RGB value is (219,73,73). Sum of RGB (Red+Green+Blue) = 219+73+73=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4949 is #24B6B6. Grayscale: #747474. Windows color (decimal): -2406071 or 4803035. OLE color: 4803035.
HSL color Cylindrical-coordinate representation of color #DB4949: hue angle of 0º 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 #DB4949 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.14 |
| HSL | 0º | 0.67% | 0.57% | - |
| HSV(B) | 0º | 0.67% | 0.86% | - |
| XYZ | 32.8 | 20.31 | 8.49 | - |
| YUV | 116.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 73 | 0 | 0.67 | 0.67 | 0.14 | 0 | 0.67 | 0.57 |
| Hex | DB | 49 | 49 | 0 | 43 | 43 | E | 0 | 43 | 39 |
| Octal | 333 | 111 | 111 | 0 | 103 | 103 | 16 | 0 | 103 | 71 |
| Binary | 11011011 | 1001001 | 1001001 | 0 | 1000011 | 1000011 | 1110 | 0 | 1000011 | 111001 |
Color Harmonies of #DB4949
Complementary color
Monochromatic Colors of #DB4949
Black with #DB4949
Text Example
Text Example
White with #DB4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4949; }
p { color: rgb(219,73,73); }
H1.HeaderClassName
{
color: #DB4949;
}
.AnyTagClassName
{
color: #DB4949;
}
</style>
background-color css
<style>
a { background-color: #DB4949; }
a { background-color: rgb(219,73,73); }
div.DivClassName
{
background-color: #DB4949;
}
.BgClassName
{
background-color: #DB4949;
}
</style>
border-color css
<style>
span { border-color: #DB4949; }
span { border-color: rgb(219,73,73); }
td.TdClassName
{
border-color: #DB4949;
}
.TagClassName
{
border-color: #DB4949;
}
</style>