Color Hex Logo

#dd2d2a Color Hex

#DD2D2A
(221,45,42)
0 Favorites   0 Comments

Color spaces of #dd2d2a

RGB 2214542
HSL0.000.720.52
HSV81°87°
CMYK 0.000.800.81   0.13
XYZ31.175117.41613.9090
Yxy17.41610.59380.3317
Hunter Lab41.732660.311123.6593
CIE-Lab48.780165.596045.7119

#dd2d2a color RGB value is (221,45,42).

#dd2d2a hex color red value is 221, green value is 45 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dd2d2a hue: 0.00 , saturation: 0.72 and the lightness value of dd2d2a is 0.52.

The process color (four color CMYK) of #dd2d2a color hex is 0.00, 0.80, 0.81, 0.13. Web safe color of #dd2d2a is #cc3333. Color #dd2d2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101101 00101010
Octal 335 55 52
Decimal 221 45 42
Hex DD 2D 2A

RGB Percentages of Color #dd2d2a

%71.75
%14.61
%13.64

CMYK Percentages of Color #dd2d2a

%0
%80
%81
%13

Triadic Colors of #dd2d2a

#dd2d2a #2add2d #2d2add

Analogous Colors of #dd2d2a

#dd2d2a #dd872a #dd2a81

Monochromatic Colors of #dd2d2a

#dd2d2a

Complementary Color

#dd2d2a #2adadd

#dd2d2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2d2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2d2a Color CSS Codes

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

#dd2d2a Text Font Color

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

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


#dd2d2a Background Color

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

This div background color is #dd2d2a


#dd2d2a Border Color

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

This div border color is #dd2d2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2d2a


Comments

No comments written yet.

Please login to write comment.