Shades of Valencia #DB4F4A
Tints of Valencia #DB4F4A
RGB
CMYK
RGB Variations
Color information
#DB4F4A (or 0xDB4F4A) is known color: Valencia. HEX triplet: DB, 4F and 4A. RGB value is (219,79,74). Sum of RGB (Red+Green+Blue) = 219+79+74=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F4A is #24B0B5. Grayscale: #787878. Windows color (decimal): -2404534 or 4870107. OLE color: 4870107.
HSL color Cylindrical-coordinate representation of color #DB4F4A: hue angle of 2.07º 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 #DB4F4A is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 74 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.14 |
| HSL | 2.07º | 0.67% | 0.57% | - |
| HSV(B) | 2.07º | 0.66% | 0.86% | - |
| XYZ | 33.25 | 21.15 | 8.81 | - |
| YUV | 120.29 | 101.88 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 74 | 0 | 0.64 | 0.66 | 0.14 | 2.07 | 0.67 | 0.57 |
| Hex | DB | 4F | 4A | 0 | 40 | 42 | E | 2 | 43 | 39 |
| Octal | 333 | 117 | 112 | 0 | 100 | 102 | 16 | 2 | 103 | 71 |
| Binary | 11011011 | 1001111 | 1001010 | 0 | 1000000 | 1000010 | 1110 | 10 | 1000011 | 111001 |
Color Harmonies of #DB4F4A
Complementary color
Monochromatic Colors of #DB4F4A
Black with #DB4F4A
Text Example
Text Example
White with #DB4F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F4A; }
p { color: rgb(219,79,74); }
H1.HeaderClassName
{
color: #DB4F4A;
}
.AnyTagClassName
{
color: #DB4F4A;
}
</style>
background-color css
<style>
a { background-color: #DB4F4A; }
a { background-color: rgb(219,79,74); }
div.DivClassName
{
background-color: #DB4F4A;
}
.BgClassName
{
background-color: #DB4F4A;
}
</style>
border-color css
<style>
span { border-color: #DB4F4A; }
span { border-color: rgb(219,79,74); }
td.TdClassName
{
border-color: #DB4F4A;
}
.TagClassName
{
border-color: #DB4F4A;
}
</style>