Shades of Valencia #DB4F3F
Tints of Valencia #DB4F3F
RGB
CMYK
RGB Variations
Color information
#DB4F3F (or 0xDB4F3F) is known color: Valencia. HEX triplet: DB, 4F and 3F. RGB value is (219,79,63). Sum of RGB (Red+Green+Blue) = 219+79+63=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F3F is #24B0C0. Grayscale: #777777. Windows color (decimal): -2404545 or 4149211. OLE color: 4149211.
HSL color Cylindrical-coordinate representation of color #DB4F3F: hue angle of 6.15º 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 #DB4F3F is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 63 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.14 |
| HSL | 6.15º | 0.68% | 0.55% | - |
| HSV(B) | 6.15º | 0.71% | 0.86% | - |
| XYZ | 32.91 | 21.01 | 7.02 | - |
| YUV | 119.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 63 | 0 | 0.64 | 0.71 | 0.14 | 6.15 | 0.68 | 0.55 |
| Hex | DB | 4F | 3F | 0 | 40 | 47 | E | 6 | 44 | 37 |
| Octal | 333 | 117 | 77 | 0 | 100 | 107 | 16 | 6 | 104 | 67 |
| Binary | 11011011 | 1001111 | 111111 | 0 | 1000000 | 1000111 | 1110 | 110 | 1000100 | 110111 |
Color Harmonies of #DB4F3F
Complementary color
Monochromatic Colors of #DB4F3F
Black with #DB4F3F
Text Example
Text Example
White with #DB4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F3F; }
p { color: rgb(219,79,63); }
H1.HeaderClassName
{
color: #DB4F3F;
}
.AnyTagClassName
{
color: #DB4F3F;
}
</style>
background-color css
<style>
a { background-color: #DB4F3F; }
a { background-color: rgb(219,79,63); }
div.DivClassName
{
background-color: #DB4F3F;
}
.BgClassName
{
background-color: #DB4F3F;
}
</style>
border-color css
<style>
span { border-color: #DB4F3F; }
span { border-color: rgb(219,79,63); }
td.TdClassName
{
border-color: #DB4F3F;
}
.TagClassName
{
border-color: #DB4F3F;
}
</style>