Color Hex Logo

#dc4821 Color Hex

#DC4821
(220,72,33)
0 Favorites   0 Comments

Color spaces of #dc4821

RGB 2207233
HSL0.030.740.50
HSV13°85°86°
CMYK 0.000.670.85   0.14
XYZ32.107119.96023.5993
Yxy19.96020.57680.3586
Hunter Lab44.676850.094926.4972
CIE-Lab51.792256.015452.6957

#dc4821 color RGB value is (220,72,33).

#dc4821 hex color red value is 220, green value is 72 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dc4821 hue: 0.03 , saturation: 0.74 and the lightness value of dc4821 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001000 00100001
Octal 334 110 41
Decimal 220 72 33
Hex DC 48 21

RGB Percentages of Color #dc4821

%67.69
%22.15
%10.15

CMYK Percentages of Color #dc4821

%0
%67
%85
%14

Triadic Colors of #dc4821

#dc4821 #21dc48 #4821dc

Analogous Colors of #dc4821

#dc4821 #dca621 #dc2157

Monochromatic Colors of #dc4821

#dc4821

Complementary Color

#dc4821 #21b5dc

#dc4821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4821 Color CSS Codes

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

#dc4821 Text Font Color

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

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


#dc4821 Background Color

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

This div background color is #dc4821


#dc4821 Border Color

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

This div border color is #dc4821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4821


Comments

No comments written yet.

Please login to write comment.