Color Hex Logo

#dd012b Color Hex

#DD012B
(221,1,43)
0 Favorites   0 Comments

Color spaces of #dd012b

RGB 221143
HSL0.970.990.44
HSV349°100°87°
CMYK 0.001.000.81   0.13
XYZ30.265715.56833.6953
Yxy15.56830.61110.3143
Hunter Lab39.456767.871322.0669
CIE-Lab46.402972.456342.8383

#dd012b color RGB value is (221,1,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 00101011
Octal 335 1 53
Decimal 221 1 43
Hex DD 1 2B

RGB Percentages of Color #dd012b

%83.40
%0.38
%16.23

CMYK Percentages of Color #dd012b

%0
%100
%81
%13

Triadic Colors of #dd012b

#dd012b #2bdd01 #012bdd

Analogous Colors of #dd012b

#dd012b #dd4501 #dd0199

Monochromatic Colors of #dd012b

#dd012b

Complementary Color

#dd012b #01ddb3

#dd012b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd012b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd012b Color CSS Codes

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

#dd012b Text Font Color

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

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


#dd012b Background Color

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

This div background color is #dd012b


#dd012b Border Color

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

This div border color is #dd012b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd012b


Comments

No comments written yet.

Please login to write comment.