Color Hex Logo

#dd2031 Color Hex

#DD2031
(221,32,49)
0 Favorites   0 Comments

Color spaces of #dd2031

RGB 2213249
HSL0.990.750.50
HSV355°86°87°
CMYK 0.000.860.78   0.13
XYZ30.889716.62694.4870
Yxy16.62690.59400.3197
Hunter Lab40.776163.863522.0190
CIE-Lab47.786468.823540.8951

#dd2031 color RGB value is (221,32,49).

#dd2031 hex color red value is 221, green value is 32 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #dd2031 hue: 0.99 , saturation: 0.75 and the lightness value of dd2031 is 0.50.

The process color (four color CMYK) of #dd2031 color hex is 0.00, 0.86, 0.78, 0.13. Web safe color of #dd2031 is #cc3333. Color #dd2031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 00110001
Octal 335 40 61
Decimal 221 32 49
Hex DD 20 31

RGB Percentages of Color #dd2031

%73.18
%10.60
%16.23

CMYK Percentages of Color #dd2031

%0
%86
%78
%13

Triadic Colors of #dd2031

#dd2031 #31dd20 #2031dd

Analogous Colors of #dd2031

#dd2031 #dd6e20 #dd2090

Monochromatic Colors of #dd2031

#dd2031

Complementary Color

#dd2031 #20ddcc

#dd2031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2031 Color CSS Codes

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

#dd2031 Text Font Color

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

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


#dd2031 Background Color

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

This div background color is #dd2031


#dd2031 Border Color

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

This div border color is #dd2031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2031


Comments

No comments written yet.

Please login to write comment.