#DB574B

Color #DB574B Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #DB574B

Tints of Valencia #DB574B

Color information

#DB574B (or 0xDB574B) is unknown color: approx 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

RGB2198775-
CMYK00.600.660.14
HSL66.67%57.65%-
HSV(B)65.75%85.88%-
XYZ33.8922.389.19-
YUV125.199.73194.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 57.48%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=57.48%
G=22.83%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219877500.600.660.14566.6757.65
HexDB574B03C42E5433a
Octal33312711307410216510372
Binary11011011101011110010110111100100001011101011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>