Color Hex Logo

#dd052d Color Hex

#DD052D
(221,5,45)
0 Favorites   0 Comments

Color spaces of #dd052d

RGB 221545
HSL0.970.960.44
HSV349°98°87°
CMYK 0.000.980.80   0.13
XYZ30.346715.67023.9078
Yxy15.67020.60780.3139
Hunter Lab39.585667.565021.8569
CIE-Lab46.538872.175141.8544

#dd052d color RGB value is (221,5,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000101 00101101
Octal 335 5 55
Decimal 221 5 45
Hex DD 5 2D

RGB Percentages of Color #dd052d

%81.55
%1.85
%16.61

CMYK Percentages of Color #dd052d

%0
%98
%80
%13

Triadic Colors of #dd052d

#dd052d #2ddd05 #052ddd

Analogous Colors of #dd052d

#dd052d #dd4905 #dd0599

Monochromatic Colors of #dd052d

#dd052d

Complementary Color

#dd052d #05ddb5

#dd052d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd052d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd052d Color CSS Codes

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

#dd052d Text Font Color

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

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


#dd052d Background Color

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

This div background color is #dd052d


#dd052d Border Color

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

This div border color is #dd052d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd052d


Comments

No comments written yet.

Please login to write comment.