Shades of Valencia #DB4B43
Tints of Valencia #DB4B43
RGB
CMYK
RGB Variations
Color information
#DB4B43 (or 0xDB4B43) is known color: Valencia. HEX triplet: DB, 4B and 43. RGB value is (219,75,67). Sum of RGB (Red+Green+Blue) = 219+75+67=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B43 is #24B4BC. Grayscale: #757575. Windows color (decimal): -2405565 or 4410331. OLE color: 4410331.
HSL color Cylindrical-coordinate representation of color #DB4B43: hue angle of 3.16º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4B43 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 75 | 67 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.14 |
| HSL | 3.16º | 0.68% | 0.56% | - |
| HSV(B) | 3.16º | 0.69% | 0.86% | - |
| XYZ | 32.74 | 20.5 | 7.54 | - |
| YUV | 117.14 | 99.71 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 75 | 67 | 0 | 0.66 | 0.69 | 0.14 | 3.16 | 0.68 | 0.56 |
| Hex | DB | 4B | 43 | 0 | 42 | 45 | E | 3 | 44 | 38 |
| Octal | 333 | 113 | 103 | 0 | 102 | 105 | 16 | 3 | 104 | 70 |
| Binary | 11011011 | 1001011 | 1000011 | 0 | 1000010 | 1000101 | 1110 | 11 | 1000100 | 111000 |
Color Harmonies of #DB4B43
Complementary color
Monochromatic Colors of #DB4B43
Black with #DB4B43
Text Example
Text Example
White with #DB4B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4B43; }
p { color: rgb(219,75,67); }
H1.HeaderClassName
{
color: #DB4B43;
}
.AnyTagClassName
{
color: #DB4B43;
}
</style>
background-color css
<style>
a { background-color: #DB4B43; }
a { background-color: rgb(219,75,67); }
div.DivClassName
{
background-color: #DB4B43;
}
.BgClassName
{
background-color: #DB4B43;
}
</style>
border-color css
<style>
span { border-color: #DB4B43; }
span { border-color: rgb(219,75,67); }
td.TdClassName
{
border-color: #DB4B43;
}
.TagClassName
{
border-color: #DB4B43;
}
</style>