#DB4A4A

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

Shades of Valencia #DB4A4A

Tints of Valencia #DB4A4A

Color information

#DB4A4A (or 0xDB4A4A) is unknown color: approx Valencia. HEX triplet: DB, 4A and 4A. RGB value is (219,74,74). Sum of RGB (Red+Green+Blue) = 219+74+74=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A4A is #24B5B5. Grayscale: #757575. Windows color (decimal): -2405814 or 4868827. OLE color: 4868827.

HSL color Cylindrical-coordinate representation of color #DB4A4A: hue angle of 0º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB4A4A is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB2197474-
CMYK00.660.660.14
HSL66.82%57.45%-
HSV(B)66.21%85.88%-
XYZ32.920.458.69-
YUV117.35103.54200.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.67%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=59.67%
G=20.16%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219747400.660.660.14066.8257.45
HexDB4A4A04242E04339
Octal333112112010210216010371
Binary1101101110010101001010010000101000010111001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4A4A; }

 p { color: rgb(219,74,74); }

 H1.HeaderClassName
 {
   color: #DB4A4A;
 }
 .AnyTagClassName
 {
   color: #DB4A4A;
 }
</style>
background-color css

<style>
 a { background-color: #DB4A4A; }

 a { background-color: rgb(219,74,74); }

 div.DivClassName
 {
   background-color: #DB4A4A;
 }
 .BgClassName
 {
   background-color: #DB4A4A;
 }
</style>
border-color css

<style>
 span { border-color: #DB4A4A; }

 span { border-color: rgb(219,74,74); }

 td.TdClassName
 {
   border-color: #DB4A4A;
 }
 .TagClassName
 {
   border-color: #DB4A4A;
 }
</style>