Shades of Valencia #DB5145
Tints of Valencia #DB5145
RGB
CMYK
RGB Variations
Color information
#DB5145 (or 0xDB5145) is known color: Valencia. HEX triplet: DB, 51 and 45. RGB value is (219,81,69). Sum of RGB (Red+Green+Blue) = 219+81+69=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5145 is #24AEBA. Grayscale: #797979. Windows color (decimal): -2404027 or 4542939. OLE color: 4542939.
HSL color Cylindrical-coordinate representation of color #DB5145: hue angle of 4.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5145 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 69 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 4.8º | 0.68% | 0.56% | - |
| HSV(B) | 4.8º | 0.68% | 0.86% | - |
| XYZ | 33.23 | 21.37 | 8 | - |
| YUV | 120.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 69 | 0 | 0.63 | 0.68 | 0.14 | 4.8 | 0.68 | 0.56 |
| Hex | DB | 51 | 45 | 0 | 3F | 44 | E | 5 | 44 | 38 |
| Octal | 333 | 121 | 105 | 0 | 77 | 104 | 16 | 5 | 104 | 70 |
| Binary | 11011011 | 1010001 | 1000101 | 0 | 111111 | 1000100 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DB5145
Complementary color
Monochromatic Colors of #DB5145
Black with #DB5145
Text Example
Text Example
White with #DB5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5145; }
p { color: rgb(219,81,69); }
H1.HeaderClassName
{
color: #DB5145;
}
.AnyTagClassName
{
color: #DB5145;
}
</style>
background-color css
<style>
a { background-color: #DB5145; }
a { background-color: rgb(219,81,69); }
div.DivClassName
{
background-color: #DB5145;
}
.BgClassName
{
background-color: #DB5145;
}
</style>
border-color css
<style>
span { border-color: #DB5145; }
span { border-color: rgb(219,81,69); }
td.TdClassName
{
border-color: #DB5145;
}
.TagClassName
{
border-color: #DB5145;
}
</style>