Color Hex Logo

#dc221d Color Hex

#DC221D
(220,34,29)
0 Favorites   0 Comments

Color spaces of #dc221d

RGB 2203429
HSL0.000.770.49
HSV87°86°
CMYK 0.000.850.87   0.14
XYZ30.309016.44842.7398
Yxy16.44840.61230.3323
Hunter Lab40.556662.423524.3843
CIE-Lab47.557467.643150.9746

#dc221d color RGB value is (220,34,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00100010 00011101
Octal 334 42 35
Decimal 220 34 29
Hex DC 22 1D

RGB Percentages of Color #dc221d

%77.74
%12.01
%10.25

CMYK Percentages of Color #dc221d

%0
%85
%87
%14

Triadic Colors of #dc221d

#dc221d #1ddc22 #221ddc

Analogous Colors of #dc221d

#dc221d #dc821d #dc1d78

Monochromatic Colors of #dc221d

#dc221d

Complementary Color

#dc221d #1dd7dc

#dc221d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc221d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc221d Color CSS Codes

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

#dc221d Text Font Color

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

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


#dc221d Background Color

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

This div background color is #dc221d


#dc221d Border Color

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

This div border color is #dc221d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc221d


Comments

No comments written yet.

Please login to write comment.