Color Hex Logo

#dc423a Color Hex

#DC423A
(220,66,58)
0 Favorites   0 Comments

Color spaces of #dc423a

RGB 2206658
HSL0.010.700.55
HSV74°86°
CMYK 0.000.700.74   0.14
XYZ32.227119.41766.0524
Yxy19.41760.55860.3365
Hunter Lab44.065453.431022.7023
CIE-Lab51.172259.120939.4859

#dc423a color RGB value is (220,66,58).

#dc423a hex color red value is 220, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dc423a hue: 0.01 , saturation: 0.70 and the lightness value of dc423a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 00111010
Octal 334 102 72
Decimal 220 66 58
Hex DC 42 3A

RGB Percentages of Color #dc423a

%63.95
%19.19
%16.86

CMYK Percentages of Color #dc423a

%0
%70
%74
%14

Triadic Colors of #dc423a

#dc423a #3adc42 #423adc

Analogous Colors of #dc423a

#dc423a #dc933a #dc3a83

Monochromatic Colors of #dc423a

#dc423a

Complementary Color

#dc423a #3ad4dc

#dc423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc423a Color CSS Codes

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

#dc423a Text Font Color

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

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


#dc423a Background Color

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

This div background color is #dc423a


#dc423a Border Color

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

This div border color is #dc423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc423a


Comments

No comments written yet.

Please login to write comment.