#db4c46

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

Shades of Valencia #DB4C46

Tints of Valencia #DB4C46

Color information

#DB4C46 (or 0xDB4C46) is unknown color: approx Valencia. HEX triplet: DB, 4C and 46. RGB value is (219,76,70). Sum of RGB (Red+Green+Blue) = 219+76+70=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C46 is #24B3B9. Grayscale: #767676. Windows color (decimal): -2405306 or 4607195. OLE color: 4607195.

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

Color convert

RGB2197670-
CMYK00.650.680.14
HSL2.42º67.42%56.67%-
HSV(B)2.42º68.04%85.88%-
XYZ32.920.678.05-
YUV118.07100.88199.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 60%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=60%
G=20.82%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219767000.650.680.142.4267.4256.67
HexDB4C4604144E24339
Octal333114106010110416210371
Binary11011011100110010001100100000110001001110101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db4c46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db4c46; }

 p { color: rgb(219,76,70); }

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

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

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

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

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

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

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