Color Hex Logo

#da191e Color Hex

#DA191E
(218,25,30)
0 Favorites   0 Comments

Color spaces of #da191e

RGB 2182530
HSL1.000.790.48
HSV358°89°85°
CMYK 0.000.890.86   0.15
XYZ29.495415.69442.7030
Yxy15.69440.61590.3277
Hunter Lab39.616263.570223.6860
CIE-Lab46.571068.810549.5376

#da191e color RGB value is (218,25,30).

#da191e hex color red value is 218, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da191e hue: 1.00 , saturation: 0.79 and the lightness value of da191e is 0.48.

The process color (four color CMYK) of #da191e color hex is 0.00, 0.89, 0.86, 0.15. Web safe color of #da191e is #cc0033. Color #da191e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011001 00011110
Octal 332 31 36
Decimal 218 25 30
Hex DA 19 1E

RGB Percentages of Color #da191e

%79.85
%9.16
%10.99

CMYK Percentages of Color #da191e

%0
%89
%86
%15

Triadic Colors of #da191e

#da191e #1eda19 #191eda

Analogous Colors of #da191e

#da191e #da7519 #da197f

Monochromatic Colors of #da191e

#da191e

Complementary Color

#da191e #19dad5

#da191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da191e Color CSS Codes

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

#da191e Text Font Color

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

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


#da191e Background Color

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

This div background color is #da191e


#da191e Border Color

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

This div border color is #da191e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da191e


Comments

No comments written yet.

Please login to write comment.