Html Css Color HEX #DA4B49 Valencia

📋 copy color: '#DA4B49'

red 218 ◦ green 75 ◦ blue 73

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

Shades of Valencia #DA4B49

Tints of Valencia #DA4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.49%

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

R = 59.56%
G = 20.49%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA4B49 (or 0xDA4B49) is known color: Valencia. HEX triplet: DA, 4B and 49. RGB value is (218,75,73). Sum of RGB (Red+Green+Blue) = 218+75+73=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4B49 is #25B4B6. Grayscale: #757575. Windows color (decimal): -2471095 or 4803546. OLE color: 4803546.

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

Color convert

RGB 218 75 73 -
CMYK 0 0.66 0.67 0.15
HSL 0.83º 0.66% 0.57% -
HSV(B) 0.83º 0.67% 0.85% -
XYZ 32.63 20.42 8.52 -
YUV 117.53 102.88 199.66 -
System Red Green Blue C M Y K H S L
Decimal 218 75 73 0 0.66 0.67 0.15 0.83 0.66 0.57
Hex DA 4B 49 0 42 43 F 1 42 39
Octal 332 113 111 0 102 103 17 1 102 71
Binary 11011010 1001011 1001001 0 1000010 1000011 1111 1 1000010 111001

Color Harmonies of #DA4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B49

Black with #DA4B49

Text Example


Text Example

White with #DA4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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