Color Hex Logo

#dc3641 Color Hex

#DC3641
(220,54,65)
0 Favorites   0 Comments

Color spaces of #dc3641

RGB 2205465
HSL0.990.700.54
HSV356°75°86°
CMYK 0.000.750.70   0.14
XYZ31.788518.23566.8454
Yxy18.23560.55900.3207
Hunter Lab42.703258.146020.3879
CIE-Lab49.780663.530333.8888

#dc3641 color RGB value is (220,54,65).

#dc3641 hex color red value is 220, green value is 54 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dc3641 hue: 0.99 , saturation: 0.70 and the lightness value of dc3641 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110110 01000001
Octal 334 66 101
Decimal 220 54 65
Hex DC 36 41

RGB Percentages of Color #dc3641

%64.90
%15.93
%19.17

CMYK Percentages of Color #dc3641

%0
%75
%70
%14

Triadic Colors of #dc3641

#dc3641 #41dc36 #3641dc

Analogous Colors of #dc3641

#dc3641 #dc7e36 #dc3694

Monochromatic Colors of #dc3641

#dc3641

Complementary Color

#dc3641 #36dcd1

#dc3641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc3641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc3641 Color CSS Codes

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

#dc3641 Text Font Color

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

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


#dc3641 Background Color

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

This div background color is #dc3641


#dc3641 Border Color

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

This div border color is #dc3641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc3641


Comments

No comments written yet.

Please login to write comment.