Color Hex Logo

#dc2437 Color Hex

#DC2437
(220,36,55)
0 Favorites   0 Comments

Color spaces of #dc2437

RGB 2203655
HSL0.980.720.50
HSV354°84°86°
CMYK 0.000.840.75   0.14
XYZ30.835716.75325.2229
Yxy16.75320.58390.3172
Hunter Lab40.930762.846821.0859
CIE-Lab47.947667.928737.5857

#dc2437 color RGB value is (220,36,55).

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

The process color (four color CMYK) of #dc2437 color hex is 0.00, 0.84, 0.75, 0.14. Web safe color of #dc2437 is #cc3333. Color #dc2437 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100100 00110111
Octal 334 44 67
Decimal 220 36 55
Hex DC 24 37

RGB Percentages of Color #dc2437

%70.74
%11.58
%17.68

CMYK Percentages of Color #dc2437

%0
%84
%75
%14

Triadic Colors of #dc2437

#dc2437 #37dc24 #2437dc

Analogous Colors of #dc2437

#dc2437 #dc6d24 #dc2493

Monochromatic Colors of #dc2437

#dc2437

Complementary Color

#dc2437 #24dcc9

#dc2437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc2437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc2437 Color CSS Codes

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

#dc2437 Text Font Color

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

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


#dc2437 Background Color

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

This div background color is #dc2437


#dc2437 Border Color

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

This div border color is #dc2437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc2437


Comments

No comments written yet.

Please login to write comment.