Color Hex Logo

#dd343a Color Hex

#DD343A
(221,52,58)
0 Favorites   0 Comments

Color spaces of #dd343a

RGB 2215258
HSL0.990.710.54
HSV358°76°87°
CMYK 0.000.760.74   0.13
XYZ31.810518.13365.8265
Yxy18.13360.57040.3251
Hunter Lab42.583658.820721.6961
CIE-Lab49.657864.139937.8364

#dd343a color RGB value is (221,52,58).

#dd343a hex color red value is 221, green value is 52 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dd343a hue: 0.99 , saturation: 0.71 and the lightness value of dd343a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110100 00111010
Octal 335 64 72
Decimal 221 52 58
Hex DD 34 3A

RGB Percentages of Color #dd343a

%66.77
%15.71
%17.52

CMYK Percentages of Color #dd343a

%0
%76
%74
%13

Triadic Colors of #dd343a

#dd343a #3add34 #343add

Analogous Colors of #dd343a

#dd343a #dd8334 #dd348f

Monochromatic Colors of #dd343a

#dd343a

Complementary Color

#dd343a #34ddd7

#dd343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd343a Color CSS Codes

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

#dd343a Text Font Color

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

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


#dd343a Background Color

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

This div background color is #dd343a


#dd343a Border Color

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

This div border color is #dd343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd343a


Comments

No comments written yet.

Please login to write comment.