Color Hex Logo

#dc201f Color Hex

#DC201F
(220,32,31)
0 Favorites   0 Comments

Color spaces of #dc201f

RGB 2203231
HSL0.000.750.49
HSV86°86°
CMYK 0.000.850.86   0.14
XYZ30.279016.34762.8558
Yxy16.34760.61190.3304
Hunter Lab40.432262.919524.1148
CIE-Lab47.427368.091149.9346

#dc201f color RGB value is (220,32,31).

#dc201f hex color red value is 220, green value is 32 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dc201f hue: 0.00 , saturation: 0.75 and the lightness value of dc201f is 0.49.

The process color (four color CMYK) of #dc201f color hex is 0.00, 0.85, 0.86, 0.14. Web safe color of #dc201f is #cc3333. Color #dc201f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100000 00011111
Octal 334 40 37
Decimal 220 32 31
Hex DC 20 1F

RGB Percentages of Color #dc201f

%77.74
%11.31
%10.95

CMYK Percentages of Color #dc201f

%0
%85
%86
%14

Triadic Colors of #dc201f

#dc201f #1fdc20 #201fdc

Analogous Colors of #dc201f

#dc201f #dc7f1f #dc1f7d

Monochromatic Colors of #dc201f

#dc201f

Complementary Color

#dc201f #1fdbdc

#dc201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc201f Color CSS Codes

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

#dc201f Text Font Color

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

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


#dc201f Background Color

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

This div background color is #dc201f


#dc201f Border Color

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

This div border color is #dc201f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc201f


Comments

No comments written yet.

Please login to write comment.