Color Hex Logo

#dd210e Color Hex

#DD210E
(221,33,14)
0 Favorites   0 Comments

Color spaces of #dd210e

RGB 2213314
HSL0.020.880.46
HSV94°87°
CMYK 0.000.850.94   0.13
XYZ30.441916.49161.9942
Yxy16.49160.62220.3371
Hunter Lab40.609962.739725.5154
CIE-Lab47.613067.902156.9586

#dd210e color RGB value is (221,33,14).

#dd210e hex color red value is 221, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dd210e hue: 0.02 , saturation: 0.88 and the lightness value of dd210e is 0.46.

The process color (four color CMYK) of #dd210e color hex is 0.00, 0.85, 0.94, 0.13. Web safe color of #dd210e is #cc3300. Color #dd210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 00001110
Octal 335 41 16
Decimal 221 33 14
Hex DD 21 E

RGB Percentages of Color #dd210e

%82.46
%12.31
%5.22

CMYK Percentages of Color #dd210e

%0
%85
%94
%13

Triadic Colors of #dd210e

#dd210e #0edd21 #210edd

Analogous Colors of #dd210e

#dd210e #dd890e #dd0e63

Monochromatic Colors of #dd210e

#dd210e

Complementary Color

#dd210e #0ecadd

#dd210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd210e Color CSS Codes

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

#dd210e Text Font Color

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

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


#dd210e Background Color

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

This div background color is #dd210e


#dd210e Border Color

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

This div border color is #dd210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd210e


Comments

No comments written yet.

Please login to write comment.