Color Hex Logo

#dc2935 Color Hex

#DC2935
(220,41,53)
0 Favorites   0 Comments

Color spaces of #dc2935

RGB 2204153
HSL0.990.720.51
HSV356°81°86°
CMYK 0.000.810.76   0.14
XYZ30.950717.05865.0295
Yxy17.05860.58350.3216
Hunter Lab41.302161.484721.6915
CIE-Lab48.333866.690439.1599

#dc2935 color RGB value is (220,41,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00101001 00110101
Octal 334 51 65
Decimal 220 41 53
Hex DC 29 35

RGB Percentages of Color #dc2935

%70.06
%13.06
%16.88

CMYK Percentages of Color #dc2935

%0
%81
%76
%14

Triadic Colors of #dc2935

#dc2935 #35dc29 #2935dc

Analogous Colors of #dc2935

#dc2935 #dc7729 #dc298f

Monochromatic Colors of #dc2935

#dc2935

Complementary Color

#dc2935 #29dcd0

#dc2935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2935 Color CSS Codes

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

#dc2935 Text Font Color

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

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


#dc2935 Background Color

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

This div background color is #dc2935


#dc2935 Border Color

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

This div border color is #dc2935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2935


Comments

No comments written yet.

Please login to write comment.