Color Hex Logo

#dc422e Color Hex

#DC422E
(220,66,46)
0 Favorites   0 Comments

Color spaces of #dc422e

RGB 2206646
HSL0.020.710.52
HSV79°86°
CMYK 0.000.700.79   0.14
XYZ31.956619.30934.6275
Yxy19.30930.57170.3455
Hunter Lab43.942352.913124.5159
CIE-Lab51.047158.681945.8033

#dc422e color RGB value is (220,66,46).

#dc422e hex color red value is 220, green value is 66 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dc422e hue: 0.02 , saturation: 0.71 and the lightness value of dc422e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 00101110
Octal 334 102 56
Decimal 220 66 46
Hex DC 42 2E

RGB Percentages of Color #dc422e

%66.27
%19.88
%13.86

CMYK Percentages of Color #dc422e

%0
%70
%79
%14

Triadic Colors of #dc422e

#dc422e #2edc42 #422edc

Analogous Colors of #dc422e

#dc422e #dc992e #dc2e71

Monochromatic Colors of #dc422e

#dc422e

Complementary Color

#dc422e #2ec8dc

#dc422e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc422e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc422e Color CSS Codes

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

#dc422e Text Font Color

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

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


#dc422e Background Color

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

This div background color is #dc422e


#dc422e Border Color

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

This div border color is #dc422e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc422e


Comments

No comments written yet.

Please login to write comment.