#DB4A49

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

Shades of Valencia #DB4A49

Tints of Valencia #DB4A49

Color information

#DB4A49 (or 0xDB4A49) is unknown color: approx Valencia. HEX triplet: DB, 4A and 49. RGB value is (219,74,73). Sum of RGB (Red+Green+Blue) = 219+74+73=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A49 is #24B5B6. Grayscale: #757575. Windows color (decimal): -2405815 or 4803291. OLE color: 4803291.

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

Color convert

RGB2197473-
CMYK00.660.670.14
HSL0.41º66.97%57.25%-
HSV(B)0.41º66.67%85.88%-
XYZ32.8620.448.52-
YUV117.24103.04200.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.84%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=59.84%
G=20.22%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219747300.660.670.140.4166.9757.25
HexDB4A4904243E04339
Octal333112111010210316010371
Binary1101101110010101001001010000101000011111001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4A49; }

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

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

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

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

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

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

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

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