Shades of Valencia #DB5343
Tints of Valencia #DB5343
RGB
CMYK
RGB Variations
Color information
#DB5343 (or 0xDB5343) is known color: Valencia. HEX triplet: DB, 53 and 43. RGB value is (219,83,67). Sum of RGB (Red+Green+Blue) = 219+83+67=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5343 is #24ACBC. Grayscale: #7A7A7A. Windows color (decimal): -2403517 or 4412379. OLE color: 4412379.
HSL color Cylindrical-coordinate representation of color #DB5343: hue angle of 6.32º 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 #DB5343 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 67 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.14 |
| HSL | 6.32º | 0.68% | 0.56% | - |
| HSV(B) | 6.32º | 0.69% | 0.86% | - |
| XYZ | 33.32 | 21.65 | 7.73 | - |
| YUV | 121.84 | 97.06 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 67 | 0 | 0.62 | 0.69 | 0.14 | 6.32 | 0.68 | 0.56 |
| Hex | DB | 53 | 43 | 0 | 3E | 45 | E | 6 | 44 | 38 |
| Octal | 333 | 123 | 103 | 0 | 76 | 105 | 16 | 6 | 104 | 70 |
| Binary | 11011011 | 1010011 | 1000011 | 0 | 111110 | 1000101 | 1110 | 110 | 1000100 | 111000 |
Color Harmonies of #DB5343
Complementary color
Monochromatic Colors of #DB5343
Black with #DB5343
Text Example
Text Example
White with #DB5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5343; }
p { color: rgb(219,83,67); }
H1.HeaderClassName
{
color: #DB5343;
}
.AnyTagClassName
{
color: #DB5343;
}
</style>
background-color css
<style>
a { background-color: #DB5343; }
a { background-color: rgb(219,83,67); }
div.DivClassName
{
background-color: #DB5343;
}
.BgClassName
{
background-color: #DB5343;
}
</style>
border-color css
<style>
span { border-color: #DB5343; }
span { border-color: rgb(219,83,67); }
td.TdClassName
{
border-color: #DB5343;
}
.TagClassName
{
border-color: #DB5343;
}
</style>