Color Hex Logo

#dc072e Color Hex

#DC072E
(220,7,46)
0 Favorites   0 Comments

Color spaces of #dc072e

RGB 220746
HSL0.970.940.45
HSV349°97°86°
CMYK 0.000.970.79   0.14
XYZ30.084315.56494.0035
Yxy15.56490.60590.3135
Hunter Lab39.452467.073021.6001
CIE-Lab46.398471.792441.0781

#dc072e color RGB value is (220,7,46).

#dc072e hex color red value is 220, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc072e hue: 0.97 , saturation: 0.94 and the lightness value of dc072e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 00101110
Octal 334 7 56
Decimal 220 7 46
Hex DC 7 2E

RGB Percentages of Color #dc072e

%80.59
%2.56
%16.85

CMYK Percentages of Color #dc072e

%0
%97
%79
%14

Triadic Colors of #dc072e

#dc072e #2edc07 #072edc

Analogous Colors of #dc072e

#dc072e #dc4b07 #dc0799

Monochromatic Colors of #dc072e

#dc072e

Complementary Color

#dc072e #07dcb5

#dc072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc072e Color CSS Codes

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

#dc072e Text Font Color

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

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


#dc072e Background Color

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

This div background color is #dc072e


#dc072e Border Color

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

This div border color is #dc072e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,7,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 #dc072e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc072e


Comments

No comments written yet.

Please login to write comment.