Color Hex Logo

#dd002e Color Hex

#DD002E
(221,0,46)
1 Favorites   0 Comments

Color spaces of #dd002e

RGB 221046
HSL0.971.000.43
HSV348°100°87°
CMYK 0.001.000.79   0.13
XYZ30.311915.56943.9923
Yxy15.56940.60780.3122
Hunter Lab39.458168.073021.6218
CIE-Lab46.404472.623641.1505

#dd002e color RGB value is (221,0,46).

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

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

Base Numbers

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

RGB Percentages of Color #dd002e

%82.77
%0.00
%17.23

CMYK Percentages of Color #dd002e

%0
%100
%79
%13

Triadic Colors of #dd002e

#dd002e #2edd00 #002edd

Analogous Colors of #dd002e

#dd002e #dd4100 #dd009d

Monochromatic Colors of #dd002e

#dd002e

Complementary Color

#dd002e #00ddaf

#dd002e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd002e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd002e Color CSS Codes

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

#dd002e Text Font Color

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

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


#dd002e Background Color

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

This div background color is #dd002e


#dd002e Border Color

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

This div border color is #dd002e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd002e


Comments

No comments written yet.

Please login to write comment.