Html Css Color HEX #DA4E47 Valencia

📋 copy color: '#DA4E47'

red 218 ◦ green 78 ◦ blue 71

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

Shades of Valencia #DA4E47

Tints of Valencia #DA4E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.35%

R = 59.4%
G = 21.25%
B = 19.35%

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

#DA4E47 (or 0xDA4E47) is known color: Valencia. HEX triplet: DA, 4E and 47. RGB value is (218,78,71). Sum of RGB (Red+Green+Blue) = 218+78+71=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E47 is #25B1B8. Grayscale: #777777. Windows color (decimal): -2470329 or 4673242. OLE color: 4673242.

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

Color convert

RGB 218 78 71 -
CMYK 0 0.64 0.67 0.15
HSL 2.86º 0.67% 0.57% -
HSV(B) 2.86º 0.67% 0.85% -
XYZ 32.78 20.81 8.25 -
YUV 119.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 218 78 71 0 0.64 0.67 0.15 2.86 0.67 0.57
Hex DA 4E 47 0 40 43 F 3 43 39
Octal 332 116 107 0 100 103 17 3 103 71
Binary 11011010 1001110 1000111 0 1000000 1000011 1111 11 1000011 111001

Color Harmonies of #DA4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E47

Black with #DA4E47

Text Example


Text Example

White with #DA4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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