Color Hex Logo

#dc071e Color Hex

#DC071E
(220,7,30)
0 Favorites   0 Comments

Color spaces of #dc071e

RGB 220730
HSL0.980.940.45
HSV354°97°86°
CMYK 0.000.970.86   0.14
XYZ29.825515.46132.6407
Yxy15.46130.62230.3226
Hunter Lab39.320966.583623.5428
CIE-Lab46.259671.410649.4525

#dc071e color RGB value is (220,7,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 00011110
Octal 334 7 36
Decimal 220 7 30
Hex DC 7 1E

RGB Percentages of Color #dc071e

%85.60
%2.72
%11.67

CMYK Percentages of Color #dc071e

%0
%97
%86
%14

Triadic Colors of #dc071e

#dc071e #1edc07 #071edc

Analogous Colors of #dc071e

#dc071e #dc5b07 #dc0789

Monochromatic Colors of #dc071e

#dc071e

Complementary Color

#dc071e #07dcc5

#dc071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc071e Color CSS Codes

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

#dc071e Text Font Color

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

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


#dc071e Background Color

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

This div background color is #dc071e


#dc071e Border Color

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

This div border color is #dc071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc071e


Comments

No comments written yet.

Please login to write comment.