Html Css Color HEX #DA5A51 Valencia

📋 copy color: '#DA5A51'

red 218 ◦ green 90 ◦ blue 81

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

Shades of Valencia #DA5A51

Tints of Valencia #DA5A51

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

 BLUE value IS 81 (32.03% from 255) = 20.82%

R = 56.04%
G = 23.14%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5A51 (or 0xDA5A51) is known color: Valencia. HEX triplet: DA, 5A and 51. RGB value is (218,90,81). Sum of RGB (Red+Green+Blue) = 218+90+81=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A51 is #25A5AE. Grayscale: #7F7F7F. Windows color (decimal): -2467247 or 5331674. OLE color: 5331674.

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

Color convert

RGB 218 90 81 -
CMYK 0 0.59 0.63 0.15
HSL 3.94º 0.65% 0.59% -
HSV(B) 3.94º 0.63% 0.85% -
XYZ 34.05 22.81 10.39 -
YUV 127.25 101.91 192.73 -
System Red Green Blue C M Y K H S L
Decimal 218 90 81 0 0.59 0.63 0.15 3.94 0.65 0.59
Hex DA 5A 51 0 3B 3F F 4 41 3B
Octal 332 132 121 0 73 77 17 4 101 73
Binary 11011010 1011010 1010001 0 111011 111111 1111 100 1000001 111011

Color Harmonies of #DA5A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A51

Black with #DA5A51

Text Example


Text Example

White with #DA5A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A51; }

 p { color: rgb(218,90,81); }

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

background-color css

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

 a { background-color: rgb(218,90,81); }

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

border-color css

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

 span { border-color: rgb(218,90,81); }

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