Color Hex Logo

#dc113b Color Hex

#DC113B
(220,17,59)
0 Favorites   0 Comments

Color spaces of #dc113b

RGB 2201759
HSL0.970.860.46
HSV348°92°86°
CMYK 0.000.920.73   0.14
XYZ30.505115.93235.6051
Yxy15.93230.58620.3061
Hunter Lab39.915366.566219.6149
CIE-Lab46.885571.274034.0237

#dc113b color RGB value is (220,17,59).

#dc113b hex color red value is 220, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dc113b hue: 0.97 , saturation: 0.86 and the lightness value of dc113b is 0.46.

The process color (four color CMYK) of #dc113b color hex is 0.00, 0.92, 0.73, 0.14. Web safe color of #dc113b is #cc0033. Color #dc113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010001 00111011
Octal 334 21 73
Decimal 220 17 59
Hex DC 11 3B

RGB Percentages of Color #dc113b

%74.32
%5.74
%19.93

CMYK Percentages of Color #dc113b

%0
%92
%73
%14

Triadic Colors of #dc113b

#dc113b #3bdc11 #113bdc

Analogous Colors of #dc113b

#dc113b #dc4c11 #dc11a1

Monochromatic Colors of #dc113b

#dc113b

Complementary Color

#dc113b #11dcb2

#dc113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc113b Color CSS Codes

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

#dc113b Text Font Color

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

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


#dc113b Background Color

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

This div background color is #dc113b


#dc113b Border Color

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

This div border color is #dc113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc113b


Comments

No comments written yet.

Please login to write comment.