Color Hex Logo

#dd022e Color Hex

#DD022E
(221,2,46)
0 Favorites   0 Comments

Color spaces of #dd022e

RGB 221246
HSL0.970.980.44
HSV348°99°87°
CMYK 0.000.990.79   0.13
XYZ30.333615.61283.9996
Yxy15.61280.60730.3126
Hunter Lab39.513067.884121.6577
CIE-Lab46.462372.455441.2099

#dd022e color RGB value is (221,2,46).

#dd022e hex color red value is 221, green value is 2 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dd022e hue: 0.97 , saturation: 0.98 and the lightness value of dd022e is 0.44.

The process color (four color CMYK) of #dd022e color hex is 0.00, 0.99, 0.79, 0.13. Web safe color of #dd022e is #cc0033. Color #dd022e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000010 00101110
Octal 335 2 56
Decimal 221 2 46
Hex DD 2 2E

RGB Percentages of Color #dd022e

%82.16
%0.74
%17.10

CMYK Percentages of Color #dd022e

%0
%99
%79
%13

Triadic Colors of #dd022e

#dd022e #2edd02 #022edd

Analogous Colors of #dd022e

#dd022e #dd4402 #dd029c

Monochromatic Colors of #dd022e

#dd022e

Complementary Color

#dd022e #02ddb1

#dd022e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd022e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd022e Color CSS Codes

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

#dd022e Text Font Color

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

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


#dd022e Background Color

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

This div background color is #dd022e


#dd022e Border Color

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

This div border color is #dd022e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd022e


Comments

No comments written yet.

Please login to write comment.