Color Hex Logo

#dd032e Color Hex

#DD032E
(221,3,46)
0 Favorites   0 Comments

Color spaces of #dd032e

RGB 221346
HSL0.970.970.44
HSV348°99°87°
CMYK 0.000.990.79   0.13
XYZ30.344515.63454.0032
Yxy15.63450.60710.3128
Hunter Lab39.540567.790221.6756
CIE-Lab46.491372.371741.2399

#dd032e color RGB value is (221,3,46).

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

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

Base Numbers

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

RGB Percentages of Color #dd032e

%81.85
%1.11
%17.04

CMYK Percentages of Color #dd032e

%0
%99
%79
%13

Triadic Colors of #dd032e

#dd032e #2edd03 #032edd

Analogous Colors of #dd032e

#dd032e #dd4503 #dd039b

Monochromatic Colors of #dd032e

#dd032e

Complementary Color

#dd032e #03ddb2

#dd032e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd032e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd032e Color CSS Codes

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

#dd032e Text Font Color

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

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


#dd032e Background Color

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

This div background color is #dd032e


#dd032e Border Color

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

This div border color is #dd032e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd032e


Comments

No comments written yet.

Please login to write comment.