Shades of Valencia #DB4E42
Tints of Valencia #DB4E42
RGB
CMYK
RGB Variations
Color information
#DB4E42 (or 0xDB4E42) is known color: Valencia. HEX triplet: DB, 4E and 42. RGB value is (219,78,66). Sum of RGB (Red+Green+Blue) = 219+78+66=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E42 is #24B1BD. Grayscale: #767676. Windows color (decimal): -2404798 or 4345563. OLE color: 4345563.
HSL color Cylindrical-coordinate representation of color #DB4E42: hue angle of 4.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4E42 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 66 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.14 |
| HSL | 4.71º | 0.68% | 0.56% | - |
| HSV(B) | 4.71º | 0.7% | 0.86% | - |
| XYZ | 32.92 | 20.9 | 7.45 | - |
| YUV | 118.79 | 98.21 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 66 | 0 | 0.64 | 0.70 | 0.14 | 4.71 | 0.68 | 0.56 |
| Hex | DB | 4E | 42 | 0 | 40 | 46 | E | 5 | 44 | 38 |
| Octal | 333 | 116 | 102 | 0 | 100 | 106 | 16 | 5 | 104 | 70 |
| Binary | 11011011 | 1001110 | 1000010 | 0 | 1000000 | 1000110 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DB4E42
Complementary color
Monochromatic Colors of #DB4E42
Black with #DB4E42
Text Example
Text Example
White with #DB4E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E42; }
p { color: rgb(219,78,66); }
H1.HeaderClassName
{
color: #DB4E42;
}
.AnyTagClassName
{
color: #DB4E42;
}
</style>
background-color css
<style>
a { background-color: #DB4E42; }
a { background-color: rgb(219,78,66); }
div.DivClassName
{
background-color: #DB4E42;
}
.BgClassName
{
background-color: #DB4E42;
}
</style>
border-color css
<style>
span { border-color: #DB4E42; }
span { border-color: rgb(219,78,66); }
td.TdClassName
{
border-color: #DB4E42;
}
.TagClassName
{
border-color: #DB4E42;
}
</style>