Html Css Color HEX #DA4E48 Valencia

📋 copy color: '#DA4E48'

red 218 ◦ green 78 ◦ blue 72

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

Shades of Valencia #DA4E48

Tints of Valencia #DA4E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 59.24%
G = 21.2%
B = 19.57%

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

#DA4E48 (or 0xDA4E48) is known color: Valencia. HEX triplet: DA, 4E and 48. RGB value is (218,78,72). Sum of RGB (Red+Green+Blue) = 218+78+72=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA4E48 is #25B1B7. Grayscale: #777777. Windows color (decimal): -2470328 or 4738778. OLE color: 4738778.

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

Color convert

RGB 218 78 72 -
CMYK 0 0.64 0.67 0.15
HSL 2.47º 0.66% 0.57% -
HSV(B) 2.47º 0.67% 0.85% -
XYZ 32.81 20.82 8.42 -
YUV 119.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 218 78 72 0 0.64 0.67 0.15 2.47 0.66 0.57
Hex DA 4E 48 0 40 43 F 2 42 39
Octal 332 116 110 0 100 103 17 2 102 71
Binary 11011010 1001110 1001000 0 1000000 1000011 1111 10 1000010 111001

Color Harmonies of #DA4E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4E48

Black with #DA4E48

Text Example


Text Example

White with #DA4E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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