Color Hex Logo

#da152c Color Hex

#DA152C
(218,21,44)
0 Favorites   0 Comments

Color spaces of #da152c

RGB 2182144
HSL0.980.820.47
HSV353°90°85°
CMYK 0.000.900.80   0.15
XYZ29.636215.62363.8365
Yxy15.62360.60360.3182
Hunter Lab39.526764.663421.9139
CIE-Lab46.476769.754542.1511

#da152c color RGB value is (218,21,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 00101100
Octal 332 25 54
Decimal 218 21 44
Hex DA 15 2C

RGB Percentages of Color #da152c

%77.03
%7.42
%15.55

CMYK Percentages of Color #da152c

%0
%90
%80
%15

Triadic Colors of #da152c

#da152c #2cda15 #152cda

Analogous Colors of #da152c

#da152c #da6115 #da158f

Monochromatic Colors of #da152c

#da152c

Complementary Color

#da152c #15dac3

#da152c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da152c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da152c Color CSS Codes

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

#da152c Text Font Color

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

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


#da152c Background Color

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

This div background color is #da152c


#da152c Border Color

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

This div border color is #da152c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da152c


Comments

No comments written yet.

Please login to write comment.