Html Css Color HEX #DA5249 Valencia

📋 copy color: '#DA5249'

red 218 ◦ green 82 ◦ blue 73

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

Shades of Valencia #DA5249

Tints of Valencia #DA5249

RGB

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

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

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

R = 58.45%
G = 21.98%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA5249 (or 0xDA5249) is known color: Valencia. HEX triplet: DA, 52 and 49. RGB value is (218,82,73). Sum of RGB (Red+Green+Blue) = 218+82+73=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5249 is #25ADB6. Grayscale: #797979. Windows color (decimal): -2469303 or 4805338. OLE color: 4805338.

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

Color convert

RGB 218 82 73 -
CMYK 0 0.62 0.67 0.15
HSL 3.72º 0.66% 0.57% -
HSV(B) 3.72º 0.67% 0.85% -
XYZ 33.13 21.42 8.69 -
YUV 121.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 218 82 73 0 0.62 0.67 0.15 3.72 0.66 0.57
Hex DA 52 49 0 3E 43 F 4 42 39
Octal 332 122 111 0 76 103 17 4 102 71
Binary 11011010 1010010 1001001 0 111110 1000011 1111 100 1000010 111001

Color Harmonies of #DA5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5249

Black with #DA5249

Text Example


Text Example

White with #DA5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5249; }

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

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

background-color css

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

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

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

border-color css

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

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

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