Color Hex Logo

#dd2641 Color Hex

#DD2641
(221,38,65)
0 Favorites   0 Comments

Color spaces of #dd2641

RGB 2213865
HSL0.980.730.51
HSV351°83°87°
CMYK 0.000.830.71   0.13
XYZ31.466017.14006.6509
Yxy17.14000.56940.3102
Hunter Lab41.400563.216219.4555
CIE-Lab48.436068.148632.3308

#dd2641 color RGB value is (221,38,65).

#dd2641 hex color red value is 221, green value is 38 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #dd2641 hue: 0.98 , saturation: 0.73 and the lightness value of dd2641 is 0.51.

The process color (four color CMYK) of #dd2641 color hex is 0.00, 0.83, 0.71, 0.13. Web safe color of #dd2641 is #cc3333. Color #dd2641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100110 01000001
Octal 335 46 101
Decimal 221 38 65
Hex DD 26 41

RGB Percentages of Color #dd2641

%68.21
%11.73
%20.06

CMYK Percentages of Color #dd2641

%0
%83
%71
%13

Triadic Colors of #dd2641

#dd2641 #41dd26 #2641dd

Analogous Colors of #dd2641

#dd2641 #dd6726 #dd269d

Monochromatic Colors of #dd2641

#dd2641

Complementary Color

#dd2641 #26ddc2

#dd2641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2641 Color CSS Codes

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

#dd2641 Text Font Color

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

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


#dd2641 Background Color

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

This div background color is #dd2641


#dd2641 Border Color

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

This div border color is #dd2641


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,38,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 #dd2641">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2641


Comments

No comments written yet.

Please login to write comment.