Shades of Valencia #DB4C4A
Tints of Valencia #DB4C4A
RGB
CMYK
RGB Variations
Color information
#DB4C4A (or 0xDB4C4A) is known color: Valencia. HEX triplet: DB, 4C and 4A. RGB value is (219,76,74). Sum of RGB (Red+Green+Blue) = 219+76+74=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C4A is #24B3B5. Grayscale: #767676. Windows color (decimal): -2405302 or 4869339. OLE color: 4869339.
HSL color Cylindrical-coordinate representation of color #DB4C4A: hue angle of 0.83º 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 #DB4C4A is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 74 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.14 |
| HSL | 0.83º | 0.67% | 0.57% | - |
| HSV(B) | 0.83º | 0.66% | 0.86% | - |
| XYZ | 33.03 | 20.72 | 8.74 | - |
| YUV | 118.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 74 | 0 | 0.65 | 0.66 | 0.14 | 0.83 | 0.67 | 0.57 |
| Hex | DB | 4C | 4A | 0 | 41 | 42 | E | 1 | 43 | 39 |
| Octal | 333 | 114 | 112 | 0 | 101 | 102 | 16 | 1 | 103 | 71 |
| Binary | 11011011 | 1001100 | 1001010 | 0 | 1000001 | 1000010 | 1110 | 1 | 1000011 | 111001 |
Color Harmonies of #DB4C4A
Complementary color
Monochromatic Colors of #DB4C4A
Black with #DB4C4A
Text Example
Text Example
White with #DB4C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C4A; }
p { color: rgb(219,76,74); }
H1.HeaderClassName
{
color: #DB4C4A;
}
.AnyTagClassName
{
color: #DB4C4A;
}
</style>
background-color css
<style>
a { background-color: #DB4C4A; }
a { background-color: rgb(219,76,74); }
div.DivClassName
{
background-color: #DB4C4A;
}
.BgClassName
{
background-color: #DB4C4A;
}
</style>
border-color css
<style>
span { border-color: #DB4C4A; }
span { border-color: rgb(219,76,74); }
td.TdClassName
{
border-color: #DB4C4A;
}
.TagClassName
{
border-color: #DB4C4A;
}
</style>