Html Css Color HEX #DA5240 Valencia

📋 copy color: '#DA5240'

red 218 ◦ green 82 ◦ blue 64

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

Shades of Valencia #DA5240

Tints of Valencia #DA5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

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

R = 59.89%
G = 22.53%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA5240 (or 0xDA5240) is known color: Valencia. HEX triplet: DA, 52 and 40. RGB value is (218,82,64). Sum of RGB (Red+Green+Blue) = 218+82+64=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5240 is #25ADBF. Grayscale: #787878. Windows color (decimal): -2469312 or 4215514. OLE color: 4215514.

HSL color Cylindrical-coordinate representation of color #DA5240: hue angle of 7.01º 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 #DA5240 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 64 -
CMYK 0 0.62 0.71 0.15
HSL 7.01º 0.68% 0.55% -
HSV(B) 7.01º 0.71% 0.85% -
XYZ 32.86 21.31 7.23 -
YUV 120.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 218 82 64 0 0.62 0.71 0.15 7.01 0.68 0.55
Hex DA 52 40 0 3E 47 F 7 44 37
Octal 332 122 100 0 76 107 17 7 104 67
Binary 11011010 1010010 1000000 0 111110 1000111 1111 111 1000100 110111

Color Harmonies of #DA5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5240

Black with #DA5240

Text Example


Text Example

White with #DA5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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