Shades of Valencia #DB5353
Tints of Valencia #DB5353
RGB
CMYK
RGB Variations
Color information
#DB5353 (or 0xDB5353) is known color: Valencia. HEX triplet: DB, 53 and 53. RGB value is (219,83,83). Sum of RGB (Red+Green+Blue) = 219+83+83=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5353 is #24ACAC. Grayscale: #7B7B7B. Windows color (decimal): -2403501 or 5460955. OLE color: 5460955.
HSL color Cylindrical-coordinate representation of color #DB5353: hue angle of 0º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5353 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 83 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.14 |
| HSL | 0º | 0.65% | 0.59% | - |
| HSV(B) | 0º | 0.62% | 0.86% | - |
| XYZ | 33.87 | 21.87 | 10.62 | - |
| YUV | 123.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 83 | 0 | 0.62 | 0.62 | 0.14 | 0 | 0.65 | 0.59 |
| Hex | DB | 53 | 53 | 0 | 3E | 3E | E | 0 | 41 | 3B |
| Octal | 333 | 123 | 123 | 0 | 76 | 76 | 16 | 0 | 101 | 73 |
| Binary | 11011011 | 1010011 | 1010011 | 0 | 111110 | 111110 | 1110 | 0 | 1000001 | 111011 |
Color Harmonies of #DB5353
Complementary color
Monochromatic Colors of #DB5353
Black with #DB5353
Text Example
Text Example
White with #DB5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5353; }
p { color: rgb(219,83,83); }
H1.HeaderClassName
{
color: #DB5353;
}
.AnyTagClassName
{
color: #DB5353;
}
</style>
background-color css
<style>
a { background-color: #DB5353; }
a { background-color: rgb(219,83,83); }
div.DivClassName
{
background-color: #DB5353;
}
.BgClassName
{
background-color: #DB5353;
}
</style>
border-color css
<style>
span { border-color: #DB5353; }
span { border-color: rgb(219,83,83); }
td.TdClassName
{
border-color: #DB5353;
}
.TagClassName
{
border-color: #DB5353;
}
</style>