Color Hex Logo

#dc1538 Color Hex

#DC1538
(220,21,56)
0 Favorites   0 Comments

Color spaces of #dc1538

RGB 2202156
HSL0.970.830.47
HSV349°90°86°
CMYK 0.000.900.75   0.14
XYZ30.497216.03755.2295
Yxy16.03750.58920.3098
Hunter Lab40.046865.852620.2904
CIE-Lab47.023670.649235.9622

#dc1538 color RGB value is (220,21,56).

#dc1538 hex color red value is 220, green value is 21 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dc1538 hue: 0.97 , saturation: 0.83 and the lightness value of dc1538 is 0.47.

The process color (four color CMYK) of #dc1538 color hex is 0.00, 0.90, 0.75, 0.14. Web safe color of #dc1538 is #cc0033. Color #dc1538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010101 00111000
Octal 334 25 70
Decimal 220 21 56
Hex DC 15 38

RGB Percentages of Color #dc1538

%74.07
%7.07
%18.86

CMYK Percentages of Color #dc1538

%0
%90
%75
%14

Triadic Colors of #dc1538

#dc1538 #38dc15 #1538dc

Analogous Colors of #dc1538

#dc1538 #dc5515 #dc159c

Monochromatic Colors of #dc1538

#dc1538

Complementary Color

#dc1538 #15dcb9

#dc1538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1538 Color CSS Codes

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

#dc1538 Text Font Color

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

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


#dc1538 Background Color

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

This div background color is #dc1538


#dc1538 Border Color

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

This div border color is #dc1538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1538


Comments

No comments written yet.

Please login to write comment.