Color Hex Logo

#dc312c Color Hex

#DC312C
(220,49,44)
0 Favorites   0 Comments

Color spaces of #dc312c

RGB 2204944
HSL0.000.720.52
HSV80°86°
CMYK 0.000.780.80   0.14
XYZ31.068117.59414.1414
Yxy17.59410.58840.3332
Hunter Lab41.945358.807223.5078
CIE-Lab49.000064.253044.8087

#dc312c color RGB value is (220,49,44).

#dc312c hex color red value is 220, green value is 49 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #dc312c hue: 0.00 , saturation: 0.72 and the lightness value of dc312c is 0.52.

The process color (four color CMYK) of #dc312c color hex is 0.00, 0.78, 0.80, 0.14. Web safe color of #dc312c is #cc3333. Color #dc312c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 00101100
Octal 334 61 54
Decimal 220 49 44
Hex DC 31 2C

RGB Percentages of Color #dc312c

%70.29
%15.65
%14.06

CMYK Percentages of Color #dc312c

%0
%78
%80
%14

Triadic Colors of #dc312c

#dc312c #2cdc31 #312cdc

Analogous Colors of #dc312c

#dc312c #dc892c #dc2c7f

Monochromatic Colors of #dc312c

#dc312c

Complementary Color

#dc312c #2cd7dc

#dc312c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc312c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc312c Color CSS Codes

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

#dc312c Text Font Color

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

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


#dc312c Background Color

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

This div background color is #dc312c


#dc312c Border Color

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

This div border color is #dc312c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc312c


Comments

No comments written yet.

Please login to write comment.