Color Hex Logo

#dd003b Color Hex

#DD003B
(221,0,59)
0 Favorites   0 Comments

Color spaces of #dd003b

RGB 221059
HSL0.961.000.43
HSV344°100°87°
CMYK 0.001.000.73   0.13
XYZ30.608215.68795.5525
Yxy15.68790.59030.3026
Hunter Lab39.608068.627219.4139
CIE-Lab46.562373.052433.6999

#dd003b color RGB value is (221,0,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 00111011
Octal 335 0 73
Decimal 221 0 59
Hex DD 0 3B

RGB Percentages of Color #dd003b

%78.93
%0.00
%21.07

CMYK Percentages of Color #dd003b

%0
%100
%73
%13

Triadic Colors of #dd003b

#dd003b #3bdd00 #003bdd

Analogous Colors of #dd003b

#dd003b #dd3300 #dd00aa

Monochromatic Colors of #dd003b

#dd003b

Complementary Color

#dd003b #00dda2

#dd003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd003b Color CSS Codes

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

#dd003b Text Font Color

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

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


#dd003b Background Color

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

This div background color is #dd003b


#dd003b Border Color

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

This div border color is #dd003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd003b


Comments

No comments written yet.

Please login to write comment.