Html Css Color HEX #DA5041 Valencia

📋 copy color: '#DA5041'

red 218 ◦ green 80 ◦ blue 65

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

Shades of Valencia #DA5041

Tints of Valencia #DA5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 60.06%
G = 22.04%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA5041 (or 0xDA5041) is known color: Valencia. HEX triplet: DA, 50 and 41. RGB value is (218,80,65). Sum of RGB (Red+Green+Blue) = 218+80+65=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5041 is #25AFBE. Grayscale: #777777. Windows color (decimal): -2469823 or 4280538. OLE color: 4280538.

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

Color convert

RGB 218 80 65 -
CMYK 0 0.63 0.70 0.15
HSL 5.88º 0.67% 0.55% -
HSV(B) 5.88º 0.7% 0.85% -
XYZ 32.74 21.02 7.33 -
YUV 119.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 218 80 65 0 0.63 0.70 0.15 5.88 0.67 0.55
Hex DA 50 41 0 3F 46 F 6 43 37
Octal 332 120 101 0 77 106 17 6 103 67
Binary 11011010 1010000 1000001 0 111111 1000110 1111 110 1000011 110111

Color Harmonies of #DA5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5041

Black with #DA5041

Text Example


Text Example

White with #DA5041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5041; }

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

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

background-color css

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

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

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

border-color css

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

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

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