Color Hex Logo

#da181e Color Hex

#DA181E
(218,24,30)
0 Favorites   0 Comments

Color spaces of #da181e

RGB 2182430
HSL0.990.800.47
HSV358°89°85°
CMYK 0.000.890.86   0.15
XYZ29.474415.65242.6960
Yxy15.65240.61630.3273
Hunter Lab39.563163.746523.6539
CIE-Lab46.515168.970949.4916

#da181e color RGB value is (218,24,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 00011110
Octal 332 30 36
Decimal 218 24 30
Hex DA 18 1E

RGB Percentages of Color #da181e

%80.15
%8.82
%11.03

CMYK Percentages of Color #da181e

%0
%89
%86
%15

Triadic Colors of #da181e

#da181e #1eda18 #181eda

Analogous Colors of #da181e

#da181e #da7318 #da187f

Monochromatic Colors of #da181e

#da181e

Complementary Color

#da181e #18dad4

#da181e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da181e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da181e Color CSS Codes

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

#da181e Text Font Color

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

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


#da181e Background Color

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

This div background color is #da181e


#da181e Border Color

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

This div border color is #da181e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,24,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 #da181e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da181e


Comments

No comments written yet.

Please login to write comment.