Color Hex Logo

#da163a Color Hex

#DA163A
(218,22,58)
0 Favorites   0 Comments

Color spaces of #da163a

RGB 2182258
HSL0.970.820.47
HSV349°90°85°
CMYK 0.000.900.73   0.15
XYZ29.964115.78475.4705
Yxy15.78470.58500.3082
Hunter Lab39.730065.096219.6472
CIE-Lab46.690770.077934.2882

#da163a color RGB value is (218,22,58).

#da163a hex color red value is 218, green value is 22 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #da163a hue: 0.97 , saturation: 0.82 and the lightness value of da163a is 0.47.

The process color (four color CMYK) of #da163a color hex is 0.00, 0.90, 0.73, 0.15. Web safe color of #da163a is #cc0033. Color #da163a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010110 00111010
Octal 332 26 72
Decimal 218 22 58
Hex DA 16 3A

RGB Percentages of Color #da163a

%73.15
%7.38
%19.46

CMYK Percentages of Color #da163a

%0
%90
%73
%15

Triadic Colors of #da163a

#da163a #3ada16 #163ada

Analogous Colors of #da163a

#da163a #da5416 #da169c

Monochromatic Colors of #da163a

#da163a

Complementary Color

#da163a #16dab6

#da163a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da163a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da163a Color CSS Codes

.mybgcolor {background-color:#da163a; } 
.myforecolor {color:#da163a; }
.mybordercolor {border:3px solid #da163a; }

#da163a Text Font Color

<p style="color:#da163a">Text here</p>

This sample text font color is #da163a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da163a Background Color

<div style="background-color:#da163a">
Div content here</div>

This div background color is #da163a


#da163a Border Color

<div style="border:3px solid #da163a">
Div here</div>

This div border color is #da163a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,22,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da163a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da163a;
  -webkit-box-shadow: 1px 1px 3px 2px #da163a;
  box-shadow:         1px 1px 3px 2px #da163a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,22,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da163a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da163a;
  -webkit-box-shadow: 1px 1px 3px 2px #da163a;
  box-shadow:         1px 1px 3px 2px #da163a;">
Div content here</div>

This div box has shadow with color #da163a


Comments

No comments written yet.

Please login to write comment.