#DA514A

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

Shades of Valencia #DA514A

Tints of Valencia #DA514A

Color information

#DA514A (or 0xDA514A) is unknown color: approx Valencia. HEX triplet: DA, 51 and 4A. RGB value is (218,81,74). Sum of RGB (Red+Green+Blue) = 218+81+74=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA514A is #25AEB5. Grayscale: #797979. Windows color (decimal): -2469558 or 4870618. OLE color: 4870618.

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

Color convert

RGB2188174-
CMYK00.630.660.15
HSL2.92º66.06%57.25%-
HSV(B)2.92º66.06%85.49%-
XYZ33.0921.288.84-
YUV121.16101.39197.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.45%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=58.45%
G=21.72%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218817400.630.660.152.9266.0657.25
HexDA514A03F42F34239
Octal33212111207710217310271
Binary1101101010100011001010011111110000101111111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA514A; }

 p { color: rgb(218,81,74); }

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

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

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

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

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

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

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