Color Hex Logo

#dd2536 Color Hex

#DD2536
(221,37,54)
0 Favorites   0 Comments

Color spaces of #dd2536

RGB 2213754
HSL0.980.730.51
HSV354°83°87°
CMYK 0.000.830.76   0.13
XYZ31.146216.96165.1224
Yxy16.96160.58510.3186
Hunter Lab41.184562.919821.4548
CIE-Lab48.211667.939838.5101

#dd2536 color RGB value is (221,37,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 00110110
Octal 335 45 66
Decimal 221 37 54
Hex DD 25 36

RGB Percentages of Color #dd2536

%70.83
%11.86
%17.31

CMYK Percentages of Color #dd2536

%0
%83
%76
%13

Triadic Colors of #dd2536

#dd2536 #36dd25 #2536dd

Analogous Colors of #dd2536

#dd2536 #dd7025 #dd2592

Monochromatic Colors of #dd2536

#dd2536

Complementary Color

#dd2536 #25ddcc

#dd2536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2536 Color CSS Codes

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

#dd2536 Text Font Color

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

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


#dd2536 Background Color

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

This div background color is #dd2536


#dd2536 Border Color

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

This div border color is #dd2536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2536


Comments

No comments written yet.

Please login to write comment.