Shades of Valencia #DB514A
Tints of Valencia #DB514A
RGB
CMYK
RGB Variations
Color information
#DB514A (or 0xDB514A) is known color: Valencia. HEX triplet: DB, 51 and 4A. RGB value is (219,81,74). Sum of RGB (Red+Green+Blue) = 219+81+74=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB514A is #24AEB5. Grayscale: #797979. Windows color (decimal): -2404022 or 4870619. OLE color: 4870619.
HSL color Cylindrical-coordinate representation of color #DB514A: hue angle of 2.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB514A is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 81 | 74 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.14 |
| HSL | 2.9º | 0.67% | 0.57% | - |
| HSV(B) | 2.9º | 0.66% | 0.86% | - |
| XYZ | 33.39 | 21.44 | 8.86 | - |
| YUV | 121.46 | 101.22 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 74 | 0 | 0.63 | 0.66 | 0.14 | 2.9 | 0.67 | 0.57 |
| Hex | DB | 51 | 4A | 0 | 3F | 42 | E | 3 | 43 | 39 |
| Octal | 333 | 121 | 112 | 0 | 77 | 102 | 16 | 3 | 103 | 71 |
| Binary | 11011011 | 1010001 | 1001010 | 0 | 111111 | 1000010 | 1110 | 11 | 1000011 | 111001 |
Color Harmonies of #DB514A
Complementary color
Monochromatic Colors of #DB514A
Black with #DB514A
Text Example
Text Example
White with #DB514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB514A; }
p { color: rgb(219,81,74); }
H1.HeaderClassName
{
color: #DB514A;
}
.AnyTagClassName
{
color: #DB514A;
}
</style>
background-color css
<style>
a { background-color: #DB514A; }
a { background-color: rgb(219,81,74); }
div.DivClassName
{
background-color: #DB514A;
}
.BgClassName
{
background-color: #DB514A;
}
</style>
border-color css
<style>
span { border-color: #DB514A; }
span { border-color: rgb(219,81,74); }
td.TdClassName
{
border-color: #DB514A;
}
.TagClassName
{
border-color: #DB514A;
}
</style>