Color Hex Logo

#dc142e Color Hex

#DC142E
(220,20,46)
0 Favorites   0 Comments

Color spaces of #dc142e

RGB 2202046
HSL0.980.830.47
HSV352°91°86°
CMYK 0.000.910.79   0.14
XYZ30.258515.91324.0615
Yxy15.91320.60240.3168
Hunter Lab39.891465.586521.8874
CIE-Lab46.860470.457441.5550

#dc142e color RGB value is (220,20,46).

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

The process color (four color CMYK) of #dc142e color hex is 0.00, 0.91, 0.79, 0.14. Web safe color of #dc142e is #cc0033. Color #dc142e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00010100 00101110
Octal 334 24 56
Decimal 220 20 46
Hex DC 14 2E

RGB Percentages of Color #dc142e

%76.92
%6.99
%16.08

CMYK Percentages of Color #dc142e

%0
%91
%79
%14

Triadic Colors of #dc142e

#dc142e #2edc14 #142edc

Analogous Colors of #dc142e

#dc142e #dc5e14 #dc1492

Monochromatic Colors of #dc142e

#dc142e

Complementary Color

#dc142e #14dcc2

#dc142e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc142e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc142e Color CSS Codes

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

#dc142e Text Font Color

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

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


#dc142e Background Color

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

This div background color is #dc142e


#dc142e Border Color

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

This div border color is #dc142e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc142e


Comments

No comments written yet.

Please login to write comment.