Color Hex Logo

#da182c Color Hex

#DA182C
(218,24,44)
0 Favorites   0 Comments

Color spaces of #da182c

RGB 2182444
HSL0.980.800.47
HSV354°89°85°
CMYK 0.000.890.80   0.15
XYZ29.694715.74053.8560
Yxy15.74050.60240.3193
Hunter Lab39.674364.170422.0095
CIE-Lab46.632269.307442.3081

#da182c color RGB value is (218,24,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00011000 00101100
Octal 332 30 54
Decimal 218 24 44
Hex DA 18 2C

RGB Percentages of Color #da182c

%76.22
%8.39
%15.38

CMYK Percentages of Color #da182c

%0
%89
%80
%15

Triadic Colors of #da182c

#da182c #2cda18 #182cda

Analogous Colors of #da182c

#da182c #da6518 #da188d

Monochromatic Colors of #da182c

#da182c

Complementary Color

#da182c #18dac6

#da182c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da182c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da182c Color CSS Codes

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

#da182c Text Font Color

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

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


#da182c Background Color

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

This div background color is #da182c


#da182c Border Color

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

This div border color is #da182c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da182c


Comments

No comments written yet.

Please login to write comment.