Color Hex Logo

#dd010e Color Hex

#DD010E
(221,1,14)
0 Favorites   0 Comments

Color spaces of #dd010e

RGB 221114
HSL0.990.990.44
HSV356°100°87°
CMYK 0.001.000.94   0.13
XYZ29.908915.42561.8165
Yxy15.42560.63430.3272
Hunter Lab39.275467.198724.7506
CIE-Lab46.211771.933756.1575

#dd010e color RGB value is (221,1,14).

#dd010e hex color red value is 221, green value is 1 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dd010e hue: 0.99 , saturation: 0.99 and the lightness value of dd010e is 0.44.

The process color (four color CMYK) of #dd010e color hex is 0.00, 1.00, 0.94, 0.13. Web safe color of #dd010e is #cc0000. Color #dd010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 00001110
Octal 335 1 16
Decimal 221 1 14
Hex DD 1 E

RGB Percentages of Color #dd010e

%93.64
%0.42
%5.93

CMYK Percentages of Color #dd010e

%0
%100
%94
%13

Triadic Colors of #dd010e

#dd010e #0edd01 #010edd

Analogous Colors of #dd010e

#dd010e #dd6201 #dd017c

Monochromatic Colors of #dd010e

#dd010e

Complementary Color

#dd010e #01ddd0

#dd010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd010e Color CSS Codes

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

#dd010e Text Font Color

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

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


#dd010e Background Color

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

This div background color is #dd010e


#dd010e Border Color

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

This div border color is #dd010e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd010e


Comments

No comments written yet.

Please login to write comment.