Html Css Color HEX #DA4E40 Valencia

📋 copy color: '#DA4E40'

red 218 ◦ green 78 ◦ blue 64

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

Shades of Valencia #DA4E40

Tints of Valencia #DA4E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

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

R = 60.56%
G = 21.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA4E40 (or 0xDA4E40) is known color: Valencia. HEX triplet: DA, 4E and 40. RGB value is (218,78,64). Sum of RGB (Red+Green+Blue) = 218+78+64=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E40 is #25B1BF. Grayscale: #767676. Windows color (decimal): -2470336 or 4214490. OLE color: 4214490.

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

Color convert

RGB 218 78 64 -
CMYK 0 0.64 0.71 0.15
HSL 5.45º 0.68% 0.55% -
HSV(B) 5.45º 0.71% 0.85% -
XYZ 32.56 20.72 7.13 -
YUV 118.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 218 78 64 0 0.64 0.71 0.15 5.45 0.68 0.55
Hex DA 4E 40 0 40 47 F 5 44 37
Octal 332 116 100 0 100 107 17 5 104 67
Binary 11011010 1001110 1000000 0 1000000 1000111 1111 101 1000100 110111

Color Harmonies of #DA4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E40

Black with #DA4E40

Text Example


Text Example

White with #DA4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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