Color Hex Logo

#dc2940 Color Hex

#DC2940
(220,41,64)
0 Favorites   0 Comments

Color spaces of #dc2940

RGB 2204164
HSL0.980.720.51
HSV352°81°86°
CMYK 0.000.810.71   0.14
XYZ31.233617.17176.5188
Yxy17.17170.56870.3126
Hunter Lab41.438762.022919.6801
CIE-Lab48.475767.123832.9243

#dc2940 color RGB value is (220,41,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 01000000
Octal 334 51 100
Decimal 220 41 64
Hex DC 29 40

RGB Percentages of Color #dc2940

%67.69
%12.62
%19.69

CMYK Percentages of Color #dc2940

%0
%81
%71
%14

Triadic Colors of #dc2940

#dc2940 #40dc29 #2940dc

Analogous Colors of #dc2940

#dc2940 #dc6c29 #dc299a

Monochromatic Colors of #dc2940

#dc2940

Complementary Color

#dc2940 #29dcc5

#dc2940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2940 Color CSS Codes

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

#dc2940 Text Font Color

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

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


#dc2940 Background Color

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

This div background color is #dc2940


#dc2940 Border Color

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

This div border color is #dc2940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2940


Comments

No comments written yet.

Please login to write comment.