Color Hex Logo

#dd003e Color Hex

#DD003E
(221,0,62)
0 Favorites   0 Comments

Color spaces of #dd003e

RGB 221062
HSL0.951.000.43
HSV343°100°87°
CMYK 0.001.000.72   0.13
XYZ30.688315.72005.9742
Yxy15.72000.58590.3001
Hunter Lab39.648568.776018.8201
CIE-Lab46.605073.167331.9414

#dd003e color RGB value is (221,0,62).

#dd003e hex color red value is 221, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd003e hue: 0.95 , saturation: 1.00 and the lightness value of dd003e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 00111110
Octal 335 0 76
Decimal 221 0 62
Hex DD 0 3E

RGB Percentages of Color #dd003e

%78.09
%0.00
%21.91

CMYK Percentages of Color #dd003e

%0
%100
%72
%13

Triadic Colors of #dd003e

#dd003e #3edd00 #003edd

Analogous Colors of #dd003e

#dd003e #dd3000 #dd00ad

Monochromatic Colors of #dd003e

#dd003e

Complementary Color

#dd003e #00dd9f

#dd003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd003e Color CSS Codes

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

#dd003e Text Font Color

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

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


#dd003e Background Color

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

This div background color is #dd003e


#dd003e Border Color

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

This div border color is #dd003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd003e


Comments

No comments written yet.

Please login to write comment.