Shades of Valencia #DB4F42
Tints of Valencia #DB4F42
RGB
CMYK
RGB Variations
Color information
#DB4F42 (or 0xDB4F42) is known color: Valencia. HEX triplet: DB, 4F and 42. RGB value is (219,79,66). Sum of RGB (Red+Green+Blue) = 219+79+66=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F42 is #24B0BD. Grayscale: #777777. Windows color (decimal): -2404542 or 4345819. OLE color: 4345819.
HSL color Cylindrical-coordinate representation of color #DB4F42: hue angle of 5.1º 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 #DB4F42 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 66 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.14 |
| HSL | 5.1º | 0.68% | 0.56% | - |
| HSV(B) | 5.1º | 0.7% | 0.86% | - |
| XYZ | 32.99 | 21.05 | 7.48 | - |
| YUV | 119.38 | 97.88 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 66 | 0 | 0.64 | 0.70 | 0.14 | 5.1 | 0.68 | 0.56 |
| Hex | DB | 4F | 42 | 0 | 40 | 46 | E | 5 | 44 | 38 |
| Octal | 333 | 117 | 102 | 0 | 100 | 106 | 16 | 5 | 104 | 70 |
| Binary | 11011011 | 1001111 | 1000010 | 0 | 1000000 | 1000110 | 1110 | 101 | 1000100 | 111000 |
Color Harmonies of #DB4F42
Complementary color
Monochromatic Colors of #DB4F42
Black with #DB4F42
Text Example
Text Example
White with #DB4F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F42; }
p { color: rgb(219,79,66); }
H1.HeaderClassName
{
color: #DB4F42;
}
.AnyTagClassName
{
color: #DB4F42;
}
</style>
background-color css
<style>
a { background-color: #DB4F42; }
a { background-color: rgb(219,79,66); }
div.DivClassName
{
background-color: #DB4F42;
}
.BgClassName
{
background-color: #DB4F42;
}
</style>
border-color css
<style>
span { border-color: #DB4F42; }
span { border-color: rgb(219,79,66); }
td.TdClassName
{
border-color: #DB4F42;
}
.TagClassName
{
border-color: #DB4F42;
}
</style>