Html Css Color HEX #DA4F49 Valencia

📋 copy color: '#DA4F49'

red 218 ◦ green 79 ◦ blue 73

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

Shades of Valencia #DA4F49

Tints of Valencia #DA4F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 58.92%
G = 21.35%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4F49 (or 0xDA4F49) is known color: Valencia. HEX triplet: DA, 4F and 49. RGB value is (218,79,73). Sum of RGB (Red+Green+Blue) = 218+79+73=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4F49 is #25B0B6. Grayscale: #787878. Windows color (decimal): -2470071 or 4804570. OLE color: 4804570.

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

Color convert

RGB 218 79 73 -
CMYK 0 0.64 0.67 0.15
HSL 2.48º 0.66% 0.57% -
HSV(B) 2.48º 0.67% 0.85% -
XYZ 32.91 20.98 8.62 -
YUV 119.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 218 79 73 0 0.64 0.67 0.15 2.48 0.66 0.57
Hex DA 4F 49 0 40 43 F 2 42 39
Octal 332 117 111 0 100 103 17 2 102 71
Binary 11011010 1001111 1001001 0 1000000 1000011 1111 10 1000010 111001

Color Harmonies of #DA4F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F49

Black with #DA4F49

Text Example


Text Example

White with #DA4F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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