Color Hex Logo

#dc071f Color Hex

#DC071F
(220,7,31)
0 Favorites   0 Comments

Color spaces of #dc071f

RGB 220731
HSL0.980.940.45
HSV353°97°86°
CMYK 0.000.970.86   0.14
XYZ29.838515.46652.7090
Yxy15.46650.62150.3221
Hunter Lab39.327566.608323.4451
CIE-Lab46.266671.429848.9697

#dc071f color RGB value is (220,7,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 00011111
Octal 334 7 37
Decimal 220 7 31
Hex DC 7 1F

RGB Percentages of Color #dc071f

%85.27
%2.71
%12.02

CMYK Percentages of Color #dc071f

%0
%97
%86
%14

Triadic Colors of #dc071f

#dc071f #1fdc07 #071fdc

Analogous Colors of #dc071f

#dc071f #dc5a07 #dc078a

Monochromatic Colors of #dc071f

#dc071f

Complementary Color

#dc071f #07dcc4

#dc071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc071f Color CSS Codes

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

#dc071f Text Font Color

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

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


#dc071f Background Color

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

This div background color is #dc071f


#dc071f Border Color

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

This div border color is #dc071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc071f


Comments

No comments written yet.

Please login to write comment.