Color Hex Logo

#dc2729 Color Hex

#DC2729
(220,39,41)
0 Favorites   0 Comments

Color spaces of #dc2729

RGB 2203941
HSL1.000.720.51
HSV359°82°86°
CMYK 0.000.820.81   0.14
XYZ30.641016.82683.7308
Yxy16.82680.59850.3287
Hunter Lab41.020561.548023.3219
CIE-Lab48.041166.801045.4559

#dc2729 color RGB value is (220,39,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100111 00101001
Octal 334 47 51
Decimal 220 39 41
Hex DC 27 29

RGB Percentages of Color #dc2729

%73.33
%13.00
%13.67

CMYK Percentages of Color #dc2729

%0
%82
%81
%14

Triadic Colors of #dc2729

#dc2729 #29dc27 #2729dc

Analogous Colors of #dc2729

#dc2729 #dc8027 #dc2784

Monochromatic Colors of #dc2729

#dc2729

Complementary Color

#dc2729 #27dcda

#dc2729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2729 Color CSS Codes

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

#dc2729 Text Font Color

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

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


#dc2729 Background Color

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

This div background color is #dc2729


#dc2729 Border Color

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

This div border color is #dc2729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2729


Comments

No comments written yet.

Please login to write comment.