Color Hex Logo

#dd013a Color Hex

#DD013A
(221,1,58)
0 Favorites   0 Comments

Color spaces of #dd013a

RGB 221158
HSL0.960.990.44
HSV344°100°87°
CMYK 0.001.000.74   0.13
XYZ30.593415.69935.4208
Yxy15.69930.59160.3036
Hunter Lab39.622368.485219.6241
CIE-Lab46.577572.931934.3171

#dd013a color RGB value is (221,1,58).

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

The process color (four color CMYK) of #dd013a color hex is 0.00, 1.00, 0.74, 0.13. Web safe color of #dd013a is #cc0033. Color #dd013a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 00111010
Octal 335 1 72
Decimal 221 1 58
Hex DD 1 3A

RGB Percentages of Color #dd013a

%78.93
%0.36
%20.71

CMYK Percentages of Color #dd013a

%0
%100
%74
%13

Triadic Colors of #dd013a

#dd013a #3add01 #013add

Analogous Colors of #dd013a

#dd013a #dd3601 #dd01a8

Monochromatic Colors of #dd013a

#dd013a

Complementary Color

#dd013a #01dda4

#dd013a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd013a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd013a Color CSS Codes

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

#dd013a Text Font Color

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

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


#dd013a Background Color

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

This div background color is #dd013a


#dd013a Border Color

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

This div border color is #dd013a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,1,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 #dd013a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd013a


Comments

No comments written yet.

Please login to write comment.