Color Hex Logo

#dc4339 Color Hex

#DC4339
(220,67,57)
0 Favorites   0 Comments

Color spaces of #dc4339

RGB 2206757
HSL0.010.700.54
HSV74°86°
CMYK 0.000.700.74   0.14
XYZ32.260919.52545.9393
Yxy19.52540.55890.3382
Hunter Lab44.187652.992922.9621
CIE-Lab51.296358.707940.1782

#dc4339 color RGB value is (220,67,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000011 00111001
Octal 334 103 71
Decimal 220 67 57
Hex DC 43 39

RGB Percentages of Color #dc4339

%63.95
%19.48
%16.57

CMYK Percentages of Color #dc4339

%0
%70
%74
%14

Triadic Colors of #dc4339

#dc4339 #39dc43 #4339dc

Analogous Colors of #dc4339

#dc4339 #dc9539 #dc3981

Monochromatic Colors of #dc4339

#dc4339

Complementary Color

#dc4339 #39d2dc

#dc4339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4339 Color CSS Codes

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

#dc4339 Text Font Color

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

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


#dc4339 Background Color

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

This div background color is #dc4339


#dc4339 Border Color

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

This div border color is #dc4339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4339


Comments

No comments written yet.

Please login to write comment.