Shades of Valencia #DB574B
Tints of Valencia #DB574B
RGB
CMYK
RGB Variations
Color information
#DB574B (or 0xDB574B) is known color: Valencia. HEX triplet: DB, 57 and 4B. RGB value is (219,87,75). Sum of RGB (Red+Green+Blue) = 219+87+75=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB574B is #24A8B4. Grayscale: #7D7D7D. Windows color (decimal): -2402485 or 4937691. OLE color: 4937691.
HSL color Cylindrical-coordinate representation of color #DB574B: hue angle of 5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB574B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 75 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.14 |
| HSL | 5º | 0.67% | 0.58% | - |
| HSV(B) | 5º | 0.66% | 0.86% | - |
| XYZ | 33.89 | 22.38 | 9.19 | - |
| YUV | 125.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 75 | 0 | 0.60 | 0.66 | 0.14 | 5 | 0.67 | 0.58 |
| Hex | DB | 57 | 4B | 0 | 3C | 42 | E | 5 | 43 | 3A |
| Octal | 333 | 127 | 113 | 0 | 74 | 102 | 16 | 5 | 103 | 72 |
| Binary | 11011011 | 1010111 | 1001011 | 0 | 111100 | 1000010 | 1110 | 101 | 1000011 | 111010 |
Color Harmonies of #DB574B
Complementary color
Monochromatic Colors of #DB574B
Black with #DB574B
Text Example
Text Example
White with #DB574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB574B; }
p { color: rgb(219,87,75); }
H1.HeaderClassName
{
color: #DB574B;
}
.AnyTagClassName
{
color: #DB574B;
}
</style>
background-color css
<style>
a { background-color: #DB574B; }
a { background-color: rgb(219,87,75); }
div.DivClassName
{
background-color: #DB574B;
}
.BgClassName
{
background-color: #DB574B;
}
</style>
border-color css
<style>
span { border-color: #DB574B; }
span { border-color: rgb(219,87,75); }
td.TdClassName
{
border-color: #DB574B;
}
.TagClassName
{
border-color: #DB574B;
}
</style>