Shades of Valencia #DB4E43
Tints of Valencia #DB4E43
RGB
CMYK
RGB Variations
Color information
#DB4E43 (or 0xDB4E43) is known color: Valencia. HEX triplet: DB, 4E and 43. RGB value is (219,78,67). Sum of RGB (Red+Green+Blue) = 219+78+67=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E43 is #24B1BC. Grayscale: #777777. Windows color (decimal): -2404797 or 4411099. OLE color: 4411099.
HSL color Cylindrical-coordinate representation of color #DB4E43: hue angle of 4.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4E43 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 67 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.14 |
| HSL | 4.34º | 0.68% | 0.56% | - |
| HSV(B) | 4.34º | 0.69% | 0.86% | - |
| XYZ | 32.95 | 20.91 | 7.61 | - |
| YUV | 118.91 | 98.71 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 67 | 0 | 0.64 | 0.69 | 0.14 | 4.34 | 0.68 | 0.56 |
| Hex | DB | 4E | 43 | 0 | 40 | 45 | E | 4 | 44 | 38 |
| Octal | 333 | 116 | 103 | 0 | 100 | 105 | 16 | 4 | 104 | 70 |
| Binary | 11011011 | 1001110 | 1000011 | 0 | 1000000 | 1000101 | 1110 | 100 | 1000100 | 111000 |
Color Harmonies of #DB4E43
Complementary color
Monochromatic Colors of #DB4E43
Black with #DB4E43
Text Example
Text Example
White with #DB4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E43; }
p { color: rgb(219,78,67); }
H1.HeaderClassName
{
color: #DB4E43;
}
.AnyTagClassName
{
color: #DB4E43;
}
</style>
background-color css
<style>
a { background-color: #DB4E43; }
a { background-color: rgb(219,78,67); }
div.DivClassName
{
background-color: #DB4E43;
}
.BgClassName
{
background-color: #DB4E43;
}
</style>
border-color css
<style>
span { border-color: #DB4E43; }
span { border-color: rgb(219,78,67); }
td.TdClassName
{
border-color: #DB4E43;
}
.TagClassName
{
border-color: #DB4E43;
}
</style>