Color Hex Logo

#dc011f Color Hex

#DC011F
(220,1,31)
0 Favorites   0 Comments

Color spaces of #dc011f

RGB 220131
HSL0.980.990.43
HSV352°100°86°
CMYK 0.001.000.86   0.14
XYZ29.773415.33632.6873
Yxy15.33630.62290.3209
Hunter Lab39.161667.175523.3446
CIE-Lab46.091471.937848.8239

#dc011f color RGB value is (220,1,31).

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

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

Base Numbers

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

RGB Percentages of Color #dc011f

%87.30
%0.40
%12.30

CMYK Percentages of Color #dc011f

%0
%100
%86
%14

Triadic Colors of #dc011f

#dc011f #1fdc01 #011fdc

Analogous Colors of #dc011f

#dc011f #dc5101 #dc018d

Monochromatic Colors of #dc011f

#dc011f

Complementary Color

#dc011f #01dcbe

#dc011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc011f Color CSS Codes

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

#dc011f Text Font Color

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

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


#dc011f Background Color

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

This div background color is #dc011f


#dc011f Border Color

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

This div border color is #dc011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc011f


Comments

No comments written yet.

Please login to write comment.