Color Hex Logo

#dd2538 Color Hex

#DD2538
(221,37,56)
0 Favorites   0 Comments

Color spaces of #dd2538

RGB 2213756
HSL0.980.730.51
HSV354°83°87°
CMYK 0.000.830.75   0.13
XYZ31.194216.98085.3749
Yxy16.98080.58250.3171
Hunter Lab41.207863.010621.1120
CIE-Lab48.235868.012437.3846

#dd2538 color RGB value is (221,37,56).

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

The process color (four color CMYK) of #dd2538 color hex is 0.00, 0.83, 0.75, 0.13. Web safe color of #dd2538 is #cc3333. Color #dd2538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 00111000
Octal 335 45 70
Decimal 221 37 56
Hex DD 25 38

RGB Percentages of Color #dd2538

%70.38
%11.78
%17.83

CMYK Percentages of Color #dd2538

%0
%83
%75
%13

Triadic Colors of #dd2538

#dd2538 #38dd25 #2538dd

Analogous Colors of #dd2538

#dd2538 #dd6e25 #dd2594

Monochromatic Colors of #dd2538

#dd2538

Complementary Color

#dd2538 #25ddca

#dd2538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2538 Color CSS Codes

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

#dd2538 Text Font Color

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

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


#dd2538 Background Color

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

This div background color is #dd2538


#dd2538 Border Color

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

This div border color is #dd2538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2538


Comments

No comments written yet.

Please login to write comment.