Html Css Color HEX #DA5049 Valencia

📋 copy color: '#DA5049'

red 218 ◦ green 80 ◦ blue 73

#DA5049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #DA5049

Tints of Valencia #DA5049

RGB

 RED value IS 218 (85.55% from 255) = 58.76%

 GREEN value IS 80 (31.64% from 255) = 21.56%

 BLUE value IS 73 (28.91% from 255) = 19.68%

R = 58.76%
G = 21.56%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5049 (or 0xDA5049) is known color: Valencia. HEX triplet: DA, 50 and 49. RGB value is (218,80,73). Sum of RGB (Red+Green+Blue) = 218+80+73=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5049 is #25AFB6. Grayscale: #787878. Windows color (decimal): -2469815 or 4804826. OLE color: 4804826.

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

Color convert

RGB 218 80 73 -
CMYK 0 0.63 0.67 0.15
HSL 2.9º 0.66% 0.57% -
HSV(B) 2.9º 0.67% 0.85% -
XYZ 32.98 21.12 8.64 -
YUV 120.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 218 80 73 0 0.63 0.67 0.15 2.9 0.66 0.57
Hex DA 50 49 0 3F 43 F 3 42 39
Octal 332 120 111 0 77 103 17 3 102 71
Binary 11011010 1010000 1001001 0 111111 1000011 1111 11 1000010 111001

Color Harmonies of #DA5049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5049

Black with #DA5049

Text Example


Text Example

White with #DA5049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5049; }

 p { color: rgb(218,80,73); }

 H1.HeaderClassName
 {
   color: #DA5049;
 }
 .AnyTagClassName
 {
   color: #DA5049;
 }
</style>

background-color css

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

 a { background-color: rgb(218,80,73); }

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

border-color css

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

 span { border-color: rgb(218,80,73); }

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