Shades of Valencia #DB5245
Tints of Valencia #DB5245
RGB
CMYK
RGB Variations
Color information
#DB5245 (or 0xDB5245) is known color: Valencia. HEX triplet: DB, 52 and 45. RGB value is (219,82,69). Sum of RGB (Red+Green+Blue) = 219+82+69=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5245 is #24ADBA. Grayscale: #797979. Windows color (decimal): -2403771 or 4543195. OLE color: 4543195.
HSL color Cylindrical-coordinate representation of color #DB5245: hue angle of 5.2º 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 #DB5245 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 69 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 5.2º | 0.68% | 0.56% | - |
| HSV(B) | 5.2º | 0.68% | 0.86% | - |
| XYZ | 33.3 | 21.52 | 8.03 | - |
| YUV | 121.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 69 | 0 | 0.63 | 0.68 | 0.14 | 5.2 | 0.68 | 0.56 |
| Hex | DB | 52 | 45 | 0 | 3F | 44 | E | 5 | 44 | 38 |
| Octal | 333 | 122 | 105 | 0 | 77 | 104 | 16 | 5 | 104 | 70 |
| Binary | 11011011 | 1010010 | 1000101 | 0 | 111111 | 1000100 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DB5245
Complementary color
Monochromatic Colors of #DB5245
Black with #DB5245
Text Example
Text Example
White with #DB5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5245; }
p { color: rgb(219,82,69); }
H1.HeaderClassName
{
color: #DB5245;
}
.AnyTagClassName
{
color: #DB5245;
}
</style>
background-color css
<style>
a { background-color: #DB5245; }
a { background-color: rgb(219,82,69); }
div.DivClassName
{
background-color: #DB5245;
}
.BgClassName
{
background-color: #DB5245;
}
</style>
border-color css
<style>
span { border-color: #DB5245; }
span { border-color: rgb(219,82,69); }
td.TdClassName
{
border-color: #DB5245;
}
.TagClassName
{
border-color: #DB5245;
}
</style>