Color Hex Logo

#dd002c Color Hex

#DD002C
(221,0,44)
0 Favorites   0 Comments

Color spaces of #dd002c

RGB 221044
HSL0.971.000.43
HSV348°100°87°
CMYK 0.001.000.80   0.13
XYZ30.273415.55403.7895
Yxy15.55400.61010.3135
Hunter Lab39.438668.000821.9100
CIE-Lab46.383872.567742.2597

#dd002c color RGB value is (221,0,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 00101100
Octal 335 0 54
Decimal 221 0 44
Hex DD 0 2C

RGB Percentages of Color #dd002c

%83.40
%0.00
%16.60

CMYK Percentages of Color #dd002c

%0
%100
%80
%13

Triadic Colors of #dd002c

#dd002c #2cdd00 #002cdd

Analogous Colors of #dd002c

#dd002c #dd4200 #dd009b

Monochromatic Colors of #dd002c

#dd002c

Complementary Color

#dd002c #00ddb1

#dd002c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd002c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd002c Color CSS Codes

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

#dd002c Text Font Color

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

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


#dd002c Background Color

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

This div background color is #dd002c


#dd002c Border Color

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

This div border color is #dd002c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd002c


Comments

No comments written yet.

Please login to write comment.