Shades of Valencia #DB4C47
Tints of Valencia #DB4C47
RGB
CMYK
RGB Variations
Color information
#DB4C47 (or 0xDB4C47) is known color: Valencia. HEX triplet: DB, 4C and 47. RGB value is (219,76,71). Sum of RGB (Red+Green+Blue) = 219+76+71=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C47 is #24B3B8. Grayscale: #767676. Windows color (decimal): -2405305 or 4672731. OLE color: 4672731.
HSL color Cylindrical-coordinate representation of color #DB4C47: hue angle of 2.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4C47 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 71 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.14 |
| HSL | 2.03º | 0.67% | 0.57% | - |
| HSV(B) | 2.03º | 0.68% | 0.86% | - |
| XYZ | 32.94 | 20.68 | 8.22 | - |
| YUV | 118.19 | 101.38 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 71 | 0 | 0.65 | 0.68 | 0.14 | 2.03 | 0.67 | 0.57 |
| Hex | DB | 4C | 47 | 0 | 41 | 44 | E | 2 | 43 | 39 |
| Octal | 333 | 114 | 107 | 0 | 101 | 104 | 16 | 2 | 103 | 71 |
| Binary | 11011011 | 1001100 | 1000111 | 0 | 1000001 | 1000100 | 1110 | 10 | 1000011 | 111001 |
Color Harmonies of #DB4C47
Complementary color
Monochromatic Colors of #DB4C47
Black with #DB4C47
Text Example
Text Example
White with #DB4C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C47; }
p { color: rgb(219,76,71); }
H1.HeaderClassName
{
color: #DB4C47;
}
.AnyTagClassName
{
color: #DB4C47;
}
</style>
background-color css
<style>
a { background-color: #DB4C47; }
a { background-color: rgb(219,76,71); }
div.DivClassName
{
background-color: #DB4C47;
}
.BgClassName
{
background-color: #DB4C47;
}
</style>
border-color css
<style>
span { border-color: #DB4C47; }
span { border-color: rgb(219,76,71); }
td.TdClassName
{
border-color: #DB4C47;
}
.TagClassName
{
border-color: #DB4C47;
}
</style>