Color Hex Logo

#dd312e Color Hex

#DD312E
(221,49,46)
0 Favorites   0 Comments

Color spaces of #dd312e

RGB 2214946
HSL0.000.720.52
HSV79°87°
CMYK 0.000.780.79   0.13
XYZ31.410217.76604.3585
Yxy17.76600.58670.3319
Hunter Lab42.149759.257123.3739
CIE-Lab49.211164.603144.0172

#dd312e color RGB value is (221,49,46).

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

The process color (four color CMYK) of #dd312e color hex is 0.00, 0.78, 0.79, 0.13. Web safe color of #dd312e is #cc3333. Color #dd312e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110001 00101110
Octal 335 61 56
Decimal 221 49 46
Hex DD 31 2E

RGB Percentages of Color #dd312e

%69.94
%15.51
%14.56

CMYK Percentages of Color #dd312e

%0
%78
%79
%13

Triadic Colors of #dd312e

#dd312e #2edd31 #312edd

Analogous Colors of #dd312e

#dd312e #dd892e #dd2e83

Monochromatic Colors of #dd312e

#dd312e

Complementary Color

#dd312e #2edadd

#dd312e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd312e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd312e Color CSS Codes

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

#dd312e Text Font Color

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

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


#dd312e Background Color

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

This div background color is #dd312e


#dd312e Border Color

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

This div border color is #dd312e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd312e


Comments

No comments written yet.

Please login to write comment.