Color Hex Logo

#da163b Color Hex

#DA163B
(218,22,59)
0 Favorites   0 Comments

Color spaces of #da163b

RGB 2182259
HSL0.970.820.47
HSV349°90°85°
CMYK 0.000.900.73   0.15
XYZ29.989815.79505.6058
Yxy15.79500.58360.3074
Hunter Lab39.742965.145019.4571
CIE-Lab46.704470.116433.7082

#da163b color RGB value is (218,22,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010110 00111011
Octal 332 26 73
Decimal 218 22 59
Hex DA 16 3B

RGB Percentages of Color #da163b

%72.91
%7.36
%19.73

CMYK Percentages of Color #da163b

%0
%90
%73
%15

Triadic Colors of #da163b

#da163b #3bda16 #163bda

Analogous Colors of #da163b

#da163b #da5316 #da169d

Monochromatic Colors of #da163b

#da163b

Complementary Color

#da163b #16dab5

#da163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da163b Color CSS Codes

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

#da163b Text Font Color

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

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


#da163b Background Color

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

This div background color is #da163b


#da163b Border Color

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

This div border color is #da163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da163b


Comments

No comments written yet.

Please login to write comment.