Color Hex Logo

#dc3131 Color Hex

#DC3131
(220,49,49)
1 Favorites   0 Comments

Color spaces of #dc3131

RGB 2204949
HSL0.000.710.53
HSV78°86°
CMYK 0.000.780.78   0.14
XYZ31.167917.63404.6667
Yxy17.63400.58290.3298
Hunter Lab41.992958.998622.8061
CIE-Lab49.049164.409842.1620

#dc3131 color RGB value is (220,49,49).

#dc3131 hex color red value is 220, green value is 49 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dc3131 hue: 0.00 , saturation: 0.71 and the lightness value of dc3131 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 00110001
Octal 334 61 61
Decimal 220 49 49
Hex DC 31 31

RGB Percentages of Color #dc3131

%69.18
%15.41
%15.41

CMYK Percentages of Color #dc3131

%0
%78
%78
%14

Triadic Colors of #dc3131

#dc3131 #31dc31 #3131dc

Analogous Colors of #dc3131

#dc3131 #dc8731 #dc3187

Monochromatic Colors of #dc3131

#dc3131

Complementary Color

#dc3131 #31dcdc

#dc3131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3131 Color CSS Codes

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

#dc3131 Text Font Color

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

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


#dc3131 Background Color

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

This div background color is #dc3131


#dc3131 Border Color

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

This div border color is #dc3131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3131


Comments

No comments written yet.

Please login to write comment.