Color Hex Logo

#dc312a Color Hex

#DC312A
(220,49,42)
0 Favorites   0 Comments

Color spaces of #dc312a

RGB 2204942
HSL0.010.720.51
HSV81°86°
CMYK 0.000.780.81   0.14
XYZ31.031417.57943.9481
Yxy17.57940.59040.3345
Hunter Lab41.927858.736923.7665
CIE-Lab48.981964.195445.8407

#dc312a color RGB value is (220,49,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 00101010
Octal 334 61 52
Decimal 220 49 42
Hex DC 31 2A

RGB Percentages of Color #dc312a

%70.74
%15.76
%13.50

CMYK Percentages of Color #dc312a

%0
%78
%81
%14

Triadic Colors of #dc312a

#dc312a #2adc31 #312adc

Analogous Colors of #dc312a

#dc312a #dc8a2a #dc2a7c

Monochromatic Colors of #dc312a

#dc312a

Complementary Color

#dc312a #2ad5dc

#dc312a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc312a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc312a Color CSS Codes

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

#dc312a Text Font Color

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

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


#dc312a Background Color

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

This div background color is #dc312a


#dc312a Border Color

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

This div border color is #dc312a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc312a


Comments

No comments written yet.

Please login to write comment.