Color Hex Logo

#dd243f Color Hex

#DD243F
(221,36,63)
0 Favorites   0 Comments

Color spaces of #dd243f

RGB 2213663
HSL0.980.730.50
HSV351°84°87°
CMYK 0.000.840.71   0.13
XYZ31.346916.99286.3304
Yxy16.99280.57340.3108
Hunter Lab41.222363.598619.7506
CIE-Lab48.251068.509033.2980

#dd243f color RGB value is (221,36,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 00111111
Octal 335 44 77
Decimal 221 36 63
Hex DD 24 3F

RGB Percentages of Color #dd243f

%69.06
%11.25
%19.69

CMYK Percentages of Color #dd243f

%0
%84
%71
%13

Triadic Colors of #dd243f

#dd243f #3fdd24 #243fdd

Analogous Colors of #dd243f

#dd243f #dd6624 #dd249c

Monochromatic Colors of #dd243f

#dd243f

Complementary Color

#dd243f #24ddc2

#dd243f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd243f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd243f Color CSS Codes

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

#dd243f Text Font Color

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

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


#dd243f Background Color

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

This div background color is #dd243f


#dd243f Border Color

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

This div border color is #dd243f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd243f


Comments

No comments written yet.

Please login to write comment.