Color Hex Logo

#da2729 Color Hex

#DA2729
(218,39,41)
0 Favorites   0 Comments

Color spaces of #da2729

RGB 2183941
HSL1.000.710.50
HSV359°82°85°
CMYK 0.000.820.81   0.15
XYZ30.039216.51663.7026
Yxy16.51660.59770.3286
Hunter Lab40.640660.815823.0468
CIE-Lab47.645166.248444.9373

#da2729 color RGB value is (218,39,41).

#da2729 hex color red value is 218, green value is 39 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #da2729 hue: 1.00 , saturation: 0.71 and the lightness value of da2729 is 0.50.

The process color (four color CMYK) of #da2729 color hex is 0.00, 0.82, 0.81, 0.15. Web safe color of #da2729 is #cc3333. Color #da2729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00101001
Octal 332 47 51
Decimal 218 39 41
Hex DA 27 29

RGB Percentages of Color #da2729

%73.15
%13.09
%13.76

CMYK Percentages of Color #da2729

%0
%82
%81
%15

Triadic Colors of #da2729

#da2729 #29da27 #2729da

Analogous Colors of #da2729

#da2729 #da7f27 #da2783

Monochromatic Colors of #da2729

#da2729

Complementary Color

#da2729 #27dad8

#da2729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2729 Color CSS Codes

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

#da2729 Text Font Color

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

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


#da2729 Background Color

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

This div background color is #da2729


#da2729 Border Color

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

This div border color is #da2729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2729


Comments

No comments written yet.

Please login to write comment.