Color Hex Logo

#dc1a29 Color Hex

#DC1A29
(220,26,41)
0 Favorites   0 Comments

Color spaces of #dc1a29

RGB 2202641
HSL0.990.790.48
HSV355°88°86°
CMYK 0.000.880.81   0.14
XYZ30.284816.11453.6120
Yxy16.11450.60560.3222
Hunter Lab40.142964.414922.7652
CIE-Lab47.124469.418644.5724

#dc1a29 color RGB value is (220,26,41).

#dc1a29 hex color red value is 220, green value is 26 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dc1a29 hue: 0.99 , saturation: 0.79 and the lightness value of dc1a29 is 0.48.

The process color (four color CMYK) of #dc1a29 color hex is 0.00, 0.88, 0.81, 0.14. Web safe color of #dc1a29 is #cc3333. Color #dc1a29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011010 00101001
Octal 334 32 51
Decimal 220 26 41
Hex DC 1A 29

RGB Percentages of Color #dc1a29

%76.66
%9.06
%14.29

CMYK Percentages of Color #dc1a29

%0
%88
%81
%14

Triadic Colors of #dc1a29

#dc1a29 #29dc1a #1a29dc

Analogous Colors of #dc1a29

#dc1a29 #dc6c1a #dc1a8a

Monochromatic Colors of #dc1a29

#dc1a29

Complementary Color

#dc1a29 #1adccd

#dc1a29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc1a29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc1a29 Color CSS Codes

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

#dc1a29 Text Font Color

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

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


#dc1a29 Background Color

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

This div background color is #dc1a29


#dc1a29 Border Color

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

This div border color is #dc1a29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc1a29


Comments

No comments written yet.

Please login to write comment.