Color Hex Logo

#dd011a Color Hex

#DD011A
(221,1,26)
0 Favorites   0 Comments

Color spaces of #dd011a

RGB 221126
HSL0.980.990.44
HSV353°100°87°
CMYK 0.001.000.88   0.13
XYZ30.016115.46842.3810
Yxy15.46840.62710.3232
Hunter Lab39.329967.401823.9416
CIE-Lab46.269272.091751.4326

#dd011a color RGB value is (221,1,26).

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

The process color (four color CMYK) of #dd011a color hex is 0.00, 1.00, 0.88, 0.13. Web safe color of #dd011a is #cc0033. Color #dd011a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 00011010
Octal 335 1 32
Decimal 221 1 26
Hex DD 1 1A

RGB Percentages of Color #dd011a

%89.11
%0.40
%10.48

CMYK Percentages of Color #dd011a

%0
%100
%88
%13

Triadic Colors of #dd011a

#dd011a #1add01 #011add

Analogous Colors of #dd011a

#dd011a #dd5601 #dd0188

Monochromatic Colors of #dd011a

#dd011a

Complementary Color

#dd011a #01ddc4

#dd011a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd011a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd011a Color CSS Codes

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

#dd011a Text Font Color

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

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


#dd011a Background Color

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

This div background color is #dd011a


#dd011a Border Color

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

This div border color is #dd011a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd011a


Comments

No comments written yet.

Please login to write comment.