Color Hex Logo

#dd243e Color Hex

#DD243E
(221,36,62)
0 Favorites   0 Comments

Color spaces of #dd243e

RGB 2213662
HSL0.980.730.50
HSV352°84°87°
CMYK 0.000.840.72   0.13
XYZ31.319216.98176.1845
Yxy16.98170.57480.3117
Hunter Lab41.208963.546519.9481
CIE-Lab48.237068.467533.8737

#dd243e color RGB value is (221,36,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 00111110
Octal 335 44 76
Decimal 221 36 62
Hex DD 24 3E

RGB Percentages of Color #dd243e

%69.28
%11.29
%19.44

CMYK Percentages of Color #dd243e

%0
%84
%72
%13

Triadic Colors of #dd243e

#dd243e #3edd24 #243edd

Analogous Colors of #dd243e

#dd243e #dd6724 #dd249b

Monochromatic Colors of #dd243e

#dd243e

Complementary Color

#dd243e #24ddc3

#dd243e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd243e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd243e Color CSS Codes

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

#dd243e Text Font Color

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

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


#dd243e Background Color

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

This div background color is #dd243e


#dd243e Border Color

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

This div border color is #dd243e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd243e


Comments

No comments written yet.

Please login to write comment.