Shades of Valencia #DB4E4A
Tints of Valencia #DB4E4A
RGB
CMYK
RGB Variations
Color information
#DB4E4A (or 0xDB4E4A) is known color: Valencia. HEX triplet: DB, 4E and 4A. RGB value is (219,78,74). Sum of RGB (Red+Green+Blue) = 219+78+74=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E4A is #24B1B5. Grayscale: #777777. Windows color (decimal): -2404790 or 4869851. OLE color: 4869851.
HSL color Cylindrical-coordinate representation of color #DB4E4A: hue angle of 1.66º 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 #DB4E4A is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 74 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.14 |
| HSL | 1.66º | 0.67% | 0.57% | - |
| HSV(B) | 1.66º | 0.66% | 0.86% | - |
| XYZ | 33.17 | 21 | 8.78 | - |
| YUV | 119.7 | 102.21 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 74 | 0 | 0.64 | 0.66 | 0.14 | 1.66 | 0.67 | 0.57 |
| Hex | DB | 4E | 4A | 0 | 40 | 42 | E | 2 | 43 | 39 |
| Octal | 333 | 116 | 112 | 0 | 100 | 102 | 16 | 2 | 103 | 71 |
| Binary | 11011011 | 1001110 | 1001010 | 0 | 1000000 | 1000010 | 1110 | 10 | 1000011 | 111001 |
Color Harmonies of #DB4E4A
Complementary color
Monochromatic Colors of #DB4E4A
Black with #DB4E4A
Text Example
Text Example
White with #DB4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E4A; }
p { color: rgb(219,78,74); }
H1.HeaderClassName
{
color: #DB4E4A;
}
.AnyTagClassName
{
color: #DB4E4A;
}
</style>
background-color css
<style>
a { background-color: #DB4E4A; }
a { background-color: rgb(219,78,74); }
div.DivClassName
{
background-color: #DB4E4A;
}
.BgClassName
{
background-color: #DB4E4A;
}
</style>
border-color css
<style>
span { border-color: #DB4E4A; }
span { border-color: rgb(219,78,74); }
td.TdClassName
{
border-color: #DB4E4A;
}
.TagClassName
{
border-color: #DB4E4A;
}
</style>