Color Hex Logo

#dc221f Color Hex

#DC221F
(220,34,31)
0 Favorites   0 Comments

Color spaces of #dc221f

RGB 2203431
HSL0.000.750.49
HSV86°86°
CMYK 0.000.850.86   0.14
XYZ30.334616.45862.8743
Yxy16.45860.61080.3314
Hunter Lab40.569262.472824.1978
CIE-Lab47.570567.682750.0535

#dc221f color RGB value is (220,34,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100010 00011111
Octal 334 42 37
Decimal 220 34 31
Hex DC 22 1F

RGB Percentages of Color #dc221f

%77.19
%11.93
%10.88

CMYK Percentages of Color #dc221f

%0
%85
%86
%14

Triadic Colors of #dc221f

#dc221f #1fdc22 #221fdc

Analogous Colors of #dc221f

#dc221f #dc811f #dc1f7b

Monochromatic Colors of #dc221f

#dc221f

Complementary Color

#dc221f #1fd9dc

#dc221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc221f Color CSS Codes

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

#dc221f Text Font Color

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

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


#dc221f Background Color

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

This div background color is #dc221f


#dc221f Border Color

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

This div border color is #dc221f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc221f


Comments

No comments written yet.

Please login to write comment.