Html Css Color HEX #DA5140 Valencia

📋 copy color: '#DA5140'

red 218 ◦ green 81 ◦ blue 64

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

Shades of Valencia #DA5140

Tints of Valencia #DA5140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 60.06%
G = 22.31%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA5140 (or 0xDA5140) is known color: Valencia. HEX triplet: DA, 51 and 40. RGB value is (218,81,64). Sum of RGB (Red+Green+Blue) = 218+81+64=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5140 is #25AEBF. Grayscale: #787878. Windows color (decimal): -2469568 or 4215258. OLE color: 4215258.

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

Color convert

RGB 218 81 64 -
CMYK 0 0.63 0.71 0.15
HSL 6.62º 0.68% 0.55% -
HSV(B) 6.62º 0.71% 0.85% -
XYZ 32.78 21.16 7.21 -
YUV 120.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 218 81 64 0 0.63 0.71 0.15 6.62 0.68 0.55
Hex DA 51 40 0 3F 47 F 7 44 37
Octal 332 121 100 0 77 107 17 7 104 67
Binary 11011010 1010001 1000000 0 111111 1000111 1111 111 1000100 110111

Color Harmonies of #DA5140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5140

Black with #DA5140

Text Example


Text Example

White with #DA5140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5140; }

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

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

background-color css

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

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

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

border-color css

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

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

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