Color Hex Logo

#da132c Color Hex

#DA132C
(218,19,44)
0 Favorites   0 Comments

Color spaces of #da132c

RGB 2181944
HSL0.980.840.46
HSV352°91°85°
CMYK 0.000.910.80   0.15
XYZ29.600915.55303.8248
Yxy15.55300.60440.3175
Hunter Lab39.437364.963521.8559
CIE-Lab46.382570.026042.0553

#da132c color RGB value is (218,19,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 00101100
Octal 332 23 54
Decimal 218 19 44
Hex DA 13 2C

RGB Percentages of Color #da132c

%77.58
%6.76
%15.66

CMYK Percentages of Color #da132c

%0
%91
%80
%15

Triadic Colors of #da132c

#da132c #2cda13 #132cda

Analogous Colors of #da132c

#da132c #da5d13 #da1390

Monochromatic Colors of #da132c

#da132c

Complementary Color

#da132c #13dac1

#da132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da132c Color CSS Codes

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

#da132c Text Font Color

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

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


#da132c Background Color

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

This div background color is #da132c


#da132c Border Color

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

This div border color is #da132c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da132c


Comments

No comments written yet.

Please login to write comment.