Color Hex Logo

#dd233f Color Hex

#DD233F
(221,35,63)
0 Favorites   0 Comments

Color spaces of #dd233f

RGB 2213563
HSL0.970.730.50
HSV351°84°87°
CMYK 0.000.840.71   0.13
XYZ31.317016.93316.3204
Yxy16.93310.57390.3103
Hunter Lab41.149863.834819.6983
CIE-Lab48.175668.723833.2089

#dd233f color RGB value is (221,35,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 00111111
Octal 335 43 77
Decimal 221 35 63
Hex DD 23 3F

RGB Percentages of Color #dd233f

%69.28
%10.97
%19.75

CMYK Percentages of Color #dd233f

%0
%84
%71
%13

Triadic Colors of #dd233f

#dd233f #3fdd23 #233fdd

Analogous Colors of #dd233f

#dd233f #dd6423 #dd239c

Monochromatic Colors of #dd233f

#dd233f

Complementary Color

#dd233f #23ddc1

#dd233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd233f Color CSS Codes

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

#dd233f Text Font Color

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

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


#dd233f Background Color

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

This div background color is #dd233f


#dd233f Border Color

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

This div border color is #dd233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd233f


Comments

No comments written yet.

Please login to write comment.