Html Css Color HEX #DA4D43 Valencia

📋 copy color: '#DA4D43'

red 218 ◦ green 77 ◦ blue 67

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

Shades of Valencia #DA4D43

Tints of Valencia #DA4D43

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 67 (26.56% from 255) = 18.51%

R = 60.22%
G = 21.27%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA4D43 (or 0xDA4D43) is known color: Valencia. HEX triplet: DA, 4D and 43. RGB value is (218,77,67). Sum of RGB (Red+Green+Blue) = 218+77+67=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4D43 is #25B2BC. Grayscale: #767676. Windows color (decimal): -2470589 or 4410842. OLE color: 4410842.

HSL color Cylindrical-coordinate representation of color #DA4D43: hue angle of 3.97º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4D43 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 77 67 -
CMYK 0 0.65 0.69 0.15
HSL 3.97º 0.67% 0.56% -
HSV(B) 3.97º 0.69% 0.85% -
XYZ 32.58 20.62 7.57 -
YUV 118.02 99.21 199.31 -
System Red Green Blue C M Y K H S L
Decimal 218 77 67 0 0.65 0.69 0.15 3.97 0.67 0.56
Hex DA 4D 43 0 41 45 F 4 43 38
Octal 332 115 103 0 101 105 17 4 103 70
Binary 11011010 1001101 1000011 0 1000001 1000101 1111 100 1000011 111000

Color Harmonies of #DA4D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D43

Black with #DA4D43

Text Example


Text Example

White with #DA4D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D43; }

 p { color: rgb(218,77,67); }

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

background-color css

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

 a { background-color: rgb(218,77,67); }

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

border-color css

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

 span { border-color: rgb(218,77,67); }

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