Html Css Color HEX #DA5141 Valencia

📋 copy color: '#DA5141'

red 218 ◦ green 81 ◦ blue 65

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

Shades of Valencia #DA5141

Tints of Valencia #DA5141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 59.89%
G = 22.25%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DA5141 (or 0xDA5141) is known color: Valencia. HEX triplet: DA, 51 and 41. RGB value is (218,81,65). Sum of RGB (Red+Green+Blue) = 218+81+65=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5141 is #25AEBE. Grayscale: #787878. Windows color (decimal): -2469567 or 4280794. OLE color: 4280794.

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

Color convert

RGB 218 81 65 -
CMYK 0 0.63 0.70 0.15
HSL 6.27º 0.67% 0.55% -
HSV(B) 6.27º 0.7% 0.85% -
XYZ 32.81 21.17 7.36 -
YUV 120.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 218 81 65 0 0.63 0.70 0.15 6.27 0.67 0.55
Hex DA 51 41 0 3F 46 F 6 43 37
Octal 332 121 101 0 77 106 17 6 103 67
Binary 11011010 1010001 1000001 0 111111 1000110 1111 110 1000011 110111

Color Harmonies of #DA5141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5141

Black with #DA5141

Text Example


Text Example

White with #DA5141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5141; }

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

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

background-color css

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

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

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

border-color css

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

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

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