Color Hex Logo

#dd323f Color Hex

#DD323F
(221,50,63)
0 Favorites   0 Comments

Color spaces of #dd323f

RGB 2215063
HSL0.990.720.53
HSV355°77°87°
CMYK 0.000.770.71   0.13
XYZ31.856618.01226.5003
Yxy18.01220.56510.3195
Hunter Lab42.440859.713020.6276
CIE-Lab49.510964.940534.7833

#dd323f color RGB value is (221,50,63).

#dd323f hex color red value is 221, green value is 50 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dd323f hue: 0.99 , saturation: 0.72 and the lightness value of dd323f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110010 00111111
Octal 335 62 77
Decimal 221 50 63
Hex DD 32 3F

RGB Percentages of Color #dd323f

%66.17
%14.97
%18.86

CMYK Percentages of Color #dd323f

%0
%77
%71
%13

Triadic Colors of #dd323f

#dd323f #3fdd32 #323fdd

Analogous Colors of #dd323f

#dd323f #dd7b32 #dd3295

Monochromatic Colors of #dd323f

#dd323f

Complementary Color

#dd323f #32ddd0

#dd323f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd323f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd323f Color CSS Codes

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

#dd323f Text Font Color

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

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


#dd323f Background Color

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

This div background color is #dd323f


#dd323f Border Color

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

This div border color is #dd323f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd323f


Comments

No comments written yet.

Please login to write comment.