Color Hex Logo

#dd372b Color Hex

#DD372B
(221,55,43)
0 Favorites   0 Comments

Color spaces of #dd372b

RGB 2215543
HSL0.010.720.52
HSV81°87°
CMYK 0.000.750.81   0.13
XYZ31.621018.27894.1471
Yxy18.27890.58510.3382
Hunter Lab42.753857.200524.1766
CIE-Lab49.832762.695446.2134

#dd372b color RGB value is (221,55,43).

#dd372b hex color red value is 221, green value is 55 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dd372b hue: 0.01 , saturation: 0.72 and the lightness value of dd372b is 0.52.

The process color (four color CMYK) of #dd372b color hex is 0.00, 0.75, 0.81, 0.13. Web safe color of #dd372b is #cc3333. Color #dd372b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 00101011
Octal 335 67 53
Decimal 221 55 43
Hex DD 37 2B

RGB Percentages of Color #dd372b

%69.28
%17.24
%13.48

CMYK Percentages of Color #dd372b

%0
%75
%81
%13

Triadic Colors of #dd372b

#dd372b #2bdd37 #372bdd

Analogous Colors of #dd372b

#dd372b #dd902b #dd2b78

Monochromatic Colors of #dd372b

#dd372b

Complementary Color

#dd372b #2bd1dd

#dd372b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd372b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd372b Color CSS Codes

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

#dd372b Text Font Color

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

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


#dd372b Background Color

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

This div background color is #dd372b


#dd372b Border Color

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

This div border color is #dd372b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd372b


Comments

No comments written yet.

Please login to write comment.