Color Hex Logo

#dd2740 Color Hex

#DD2740
(221,39,64)
0 Favorites   0 Comments

Color spaces of #dd2740

RGB 2213964
HSL0.980.730.51
HSV352°82°87°
CMYK 0.000.820.71   0.13
XYZ31.469717.19346.5105
Yxy17.19340.57040.3116
Hunter Lab41.464962.908519.7162
CIE-Lab48.502867.874033.0043

#dd2740 color RGB value is (221,39,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01000000
Octal 335 47 100
Decimal 221 39 64
Hex DD 27 40

RGB Percentages of Color #dd2740

%68.21
%12.04
%19.75

CMYK Percentages of Color #dd2740

%0
%82
%71
%13

Triadic Colors of #dd2740

#dd2740 #40dd27 #2740dd

Analogous Colors of #dd2740

#dd2740 #dd6927 #dd279b

Monochromatic Colors of #dd2740

#dd2740

Complementary Color

#dd2740 #27ddc4

#dd2740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2740 Color CSS Codes

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

#dd2740 Text Font Color

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

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


#dd2740 Background Color

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

This div background color is #dd2740


#dd2740 Border Color

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

This div border color is #dd2740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2740


Comments

No comments written yet.

Please login to write comment.