Color Hex Logo

#dd0222 Color Hex

#DD0222
(221,2,34)
0 Favorites   0 Comments

Color spaces of #dd0222

RGB 221234
HSL0.980.980.44
HSV351°99°87°
CMYK 0.000.990.85   0.13
XYZ30.129215.53112.9232
Yxy15.53110.62020.3197
Hunter Lab39.409567.499423.1888
CIE-Lab46.353272.156747.6189

#dd0222 color RGB value is (221,2,34).

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

The process color (four color CMYK) of #dd0222 color hex is 0.00, 0.99, 0.85, 0.13. Web safe color of #dd0222 is #cc0033. Color #dd0222 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000010 00100010
Octal 335 2 42
Decimal 221 2 34
Hex DD 2 22

RGB Percentages of Color #dd0222

%85.99
%0.78
%13.23

CMYK Percentages of Color #dd0222

%0
%99
%85
%13

Triadic Colors of #dd0222

#dd0222 #22dd02 #0222dd

Analogous Colors of #dd0222

#dd0222 #dd4f02 #dd0290

Monochromatic Colors of #dd0222

#dd0222

Complementary Color

#dd0222 #02ddbd

#dd0222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0222 Color CSS Codes

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

#dd0222 Text Font Color

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

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


#dd0222 Background Color

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

This div background color is #dd0222


#dd0222 Border Color

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

This div border color is #dd0222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0222


Comments

No comments written yet.

Please login to write comment.