Html Css Color HEX #DA5C51 Valencia

📋 copy color: '#DA5C51'

red 218 ◦ green 92 ◦ blue 81

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

Shades of Valencia #DA5C51

Tints of Valencia #DA5C51

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

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

R = 55.75%
G = 23.53%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA5C51 (or 0xDA5C51) is known color: Valencia. HEX triplet: DA, 5C and 51. RGB value is (218,92,81). Sum of RGB (Red+Green+Blue) = 218+92+81=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C51 is #25A3AE. Grayscale: #808080. Windows color (decimal): -2466735 or 5332186. OLE color: 5332186.

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

Color convert

RGB 218 92 81 -
CMYK 0 0.58 0.63 0.15
HSL 4.82º 0.65% 0.59% -
HSV(B) 4.82º 0.63% 0.85% -
XYZ 34.23 23.15 10.45 -
YUV 128.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 218 92 81 0 0.58 0.63 0.15 4.82 0.65 0.59
Hex DA 5C 51 0 3A 3F F 5 41 3B
Octal 332 134 121 0 72 77 17 5 101 73
Binary 11011010 1011100 1010001 0 111010 111111 1111 101 1000001 111011

Color Harmonies of #DA5C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C51

Black with #DA5C51

Text Example


Text Example

White with #DA5C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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