Shades of Valencia #DB4E40
Tints of Valencia #DB4E40
RGB
CMYK
RGB Variations
Color information
#DB4E40 (or 0xDB4E40) is known color: Valencia. HEX triplet: DB, 4E and 40. RGB value is (219,78,64). Sum of RGB (Red+Green+Blue) = 219+78+64=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E40 is #24B1BF. Grayscale: #767676. Windows color (decimal): -2404800 or 4214491. OLE color: 4214491.
HSL color Cylindrical-coordinate representation of color #DB4E40: hue angle of 5.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4E40 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 64 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.14 |
| HSL | 5.42º | 0.68% | 0.55% | - |
| HSV(B) | 5.42º | 0.71% | 0.86% | - |
| XYZ | 32.86 | 20.88 | 7.15 | - |
| YUV | 118.56 | 97.21 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 64 | 0 | 0.64 | 0.71 | 0.14 | 5.42 | 0.68 | 0.55 |
| Hex | DB | 4E | 40 | 0 | 40 | 47 | E | 5 | 44 | 37 |
| Octal | 333 | 116 | 100 | 0 | 100 | 107 | 16 | 5 | 104 | 67 |
| Binary | 11011011 | 1001110 | 1000000 | 0 | 1000000 | 1000111 | 1110 | 101 | 1000100 | 110111 |
Color Harmonies of #DB4E40
Complementary color
Monochromatic Colors of #DB4E40
Black with #DB4E40
Text Example
Text Example
White with #DB4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E40; }
p { color: rgb(219,78,64); }
H1.HeaderClassName
{
color: #DB4E40;
}
.AnyTagClassName
{
color: #DB4E40;
}
</style>
background-color css
<style>
a { background-color: #DB4E40; }
a { background-color: rgb(219,78,64); }
div.DivClassName
{
background-color: #DB4E40;
}
.BgClassName
{
background-color: #DB4E40;
}
</style>
border-color css
<style>
span { border-color: #DB4E40; }
span { border-color: rgb(219,78,64); }
td.TdClassName
{
border-color: #DB4E40;
}
.TagClassName
{
border-color: #DB4E40;
}
</style>