Color Hex Logo

#dd243a Color Hex

#DD243A
(221,36,58)
0 Favorites   0 Comments

Color spaces of #dd243a

RGB 2213658
HSL0.980.730.50
HSV353°84°87°
CMYK 0.000.840.74   0.13
XYZ31.213416.93945.6275
Yxy16.93940.58040.3150
Hunter Lab41.157563.346820.7035
CIE-Lab48.183668.308336.1627

#dd243a color RGB value is (221,36,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 00111010
Octal 335 44 72
Decimal 221 36 58
Hex DD 24 3A

RGB Percentages of Color #dd243a

%70.16
%11.43
%18.41

CMYK Percentages of Color #dd243a

%0
%84
%74
%13

Triadic Colors of #dd243a

#dd243a #3add24 #243add

Analogous Colors of #dd243a

#dd243a #dd6b24 #dd2497

Monochromatic Colors of #dd243a

#dd243a

Complementary Color

#dd243a #24ddc7

#dd243a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd243a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd243a Color CSS Codes

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

#dd243a Text Font Color

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

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


#dd243a Background Color

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

This div background color is #dd243a


#dd243a Border Color

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

This div border color is #dd243a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd243a


Comments

No comments written yet.

Please login to write comment.