Html Css Color HEX #DA574D Valencia

📋 copy color: '#DA574D'

red 218 ◦ green 87 ◦ blue 77

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

Shades of Valencia #DA574D

Tints of Valencia #DA574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.77%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 57.07%
G = 22.77%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA574D (or 0xDA574D) is known color: Valencia. HEX triplet: DA, 57 and 4D. RGB value is (218,87,77). Sum of RGB (Red+Green+Blue) = 218+87+77=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA574D is #25A8B2. Grayscale: #7D7D7D. Windows color (decimal): -2468019 or 5068762. OLE color: 5068762.

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

Color convert

RGB 218 87 77 -
CMYK 0 0.60 0.65 0.15
HSL 4.26º 0.66% 0.58% -
HSV(B) 4.26º 0.65% 0.85% -
XYZ 33.66 22.26 9.54 -
YUV 125.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 218 87 77 0 0.60 0.65 0.15 4.26 0.66 0.58
Hex DA 57 4D 0 3C 41 F 4 42 3A
Octal 332 127 115 0 74 101 17 4 102 72
Binary 11011010 1010111 1001101 0 111100 1000001 1111 100 1000010 111010

Color Harmonies of #DA574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA574D

Black with #DA574D

Text Example


Text Example

White with #DA574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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