#DA5145

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

Shades of Valencia #DA5145

Tints of Valencia #DA5145

Color information

#DA5145 (or 0xDA5145) is unknown color: approx Valencia. HEX triplet: DA, 51 and 45. RGB value is (218,81,69). Sum of RGB (Red+Green+Blue) = 218+81+69=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5145 is #25AEBA. Grayscale: #787878. Windows color (decimal): -2469563 or 4542938. OLE color: 4542938.

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

Color convert

RGB2188169-
CMYK00.630.680.15
HSL4.83º66.82%56.27%-
HSV(B)4.83º68.35%85.49%-
XYZ32.9321.227.99-
YUV120.698.89197.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 59.24%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=59.24%
G=22.01%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218816900.630.680.154.8366.8256.27
HexDA514503F44F54338
Octal33212110507710417510370
Binary11011010101000110001010111111100010011111011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5145; }

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

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

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

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

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

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

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

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