Color Hex Logo

#da161c Color Hex

#DA161C
(218,22,28)
0 Favorites   0 Comments

Color spaces of #da161c

RGB 2182228
HSL0.990.820.47
HSV358°90°85°
CMYK 0.000.900.87   0.15
XYZ29.410015.56312.5525
Yxy15.56310.61880.3275
Hunter Lab39.450164.033923.7789
CIE-Lab46.396069.237750.3394

#da161c color RGB value is (218,22,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010110 00011100
Octal 332 26 34
Decimal 218 22 28
Hex DA 16 1C

RGB Percentages of Color #da161c

%81.34
%8.21
%10.45

CMYK Percentages of Color #da161c

%0
%90
%87
%15

Triadic Colors of #da161c

#da161c #1cda16 #161cda

Analogous Colors of #da161c

#da161c #da7216 #da167e

Monochromatic Colors of #da161c

#da161c

Complementary Color

#da161c #16dad4

#da161c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da161c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da161c Color CSS Codes

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

#da161c Text Font Color

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

This sample text font color is #da161c
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.


#da161c Background Color

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

This div background color is #da161c


#da161c Border Color

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

This div border color is #da161c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da161c


Comments

No comments written yet.

Please login to write comment.