Color Hex Logo

#dc4224 Color Hex

#DC4224
(220,66,36)
0 Favorites   0 Comments

Color spaces of #dc4224

RGB 2206636
HSL0.030.720.50
HSV10°84°86°
CMYK 0.000.700.84   0.14
XYZ31.781919.23943.7076
Yxy19.23940.58070.3515
Hunter Lab43.862752.577125.6923
CIE-Lab50.966158.396350.6341

#dc4224 color RGB value is (220,66,36).

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

The process color (four color CMYK) of #dc4224 color hex is 0.00, 0.70, 0.84, 0.14. Web safe color of #dc4224 is #cc3333. Color #dc4224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 00100100
Octal 334 102 44
Decimal 220 66 36
Hex DC 42 24

RGB Percentages of Color #dc4224

%68.32
%20.50
%11.18

CMYK Percentages of Color #dc4224

%0
%70
%84
%14

Triadic Colors of #dc4224

#dc4224 #24dc42 #4224dc

Analogous Colors of #dc4224

#dc4224 #dc9e24 #dc2462

Monochromatic Colors of #dc4224

#dc4224

Complementary Color

#dc4224 #24bedc

#dc4224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc4224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc4224 Color CSS Codes

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

#dc4224 Text Font Color

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

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


#dc4224 Background Color

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

This div background color is #dc4224


#dc4224 Border Color

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

This div border color is #dc4224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc4224


Comments

No comments written yet.

Please login to write comment.