Color Hex Logo

#dd032a Color Hex

#DD032A
(221,3,42)
0 Favorites   0 Comments

Color spaces of #dd032a

RGB 221342
HSL0.970.970.44
HSV349°99°87°
CMYK 0.000.990.81   0.13
XYZ30.269315.60443.6071
Yxy15.60440.61170.3154
Hunter Lab39.502467.649022.2377
CIE-Lab46.451172.262143.4407

#dd032a color RGB value is (221,3,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 00101010
Octal 335 3 52
Decimal 221 3 42
Hex DD 3 2A

RGB Percentages of Color #dd032a

%83.08
%1.13
%15.79

CMYK Percentages of Color #dd032a

%0
%99
%81
%13

Triadic Colors of #dd032a

#dd032a #2add03 #032add

Analogous Colors of #dd032a

#dd032a #dd4903 #dd0397

Monochromatic Colors of #dd032a

#dd032a

Complementary Color

#dd032a #03ddb6

#dd032a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd032a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd032a Color CSS Codes

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

#dd032a Text Font Color

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

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


#dd032a Background Color

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

This div background color is #dd032a


#dd032a Border Color

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

This div border color is #dd032a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd032a


Comments

No comments written yet.

Please login to write comment.