Color Hex Logo

#dd233e Color Hex

#DD233E
(221,35,62)
0 Favorites   0 Comments

Color spaces of #dd233e

RGB 2213562
HSL0.980.730.50
HSV351°84°87°
CMYK 0.000.840.72   0.13
XYZ31.289316.92206.1746
Yxy16.92200.57530.3111
Hunter Lab41.136463.782719.8960
CIE-Lab48.161668.682533.7848

#dd233e color RGB value is (221,35,62).

#dd233e hex color red value is 221, green value is 35 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dd233e hue: 0.98 , saturation: 0.73 and the lightness value of dd233e is 0.50.

The process color (four color CMYK) of #dd233e color hex is 0.00, 0.84, 0.72, 0.13. Web safe color of #dd233e is #cc3333. Color #dd233e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 00111110
Octal 335 43 76
Decimal 221 35 62
Hex DD 23 3E

RGB Percentages of Color #dd233e

%69.50
%11.01
%19.50

CMYK Percentages of Color #dd233e

%0
%84
%72
%13

Triadic Colors of #dd233e

#dd233e #3edd23 #233edd

Analogous Colors of #dd233e

#dd233e #dd6523 #dd239b

Monochromatic Colors of #dd233e

#dd233e

Complementary Color

#dd233e #23ddc2

#dd233e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd233e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd233e Color CSS Codes

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

#dd233e Text Font Color

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

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


#dd233e Background Color

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

This div background color is #dd233e


#dd233e Border Color

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

This div border color is #dd233e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd233e


Comments

No comments written yet.

Please login to write comment.