Color Hex Logo

#dc424a Color Hex

#DC424A
(220,66,74)
0 Favorites   0 Comments

Color spaces of #dc424a

RGB 2206674
HSL0.990.690.56
HSV357°70°86°
CMYK 0.000.700.66   0.14
XYZ32.699419.60658.5395
Yxy19.60650.53740.3222
Hunter Lab44.279254.330319.5610
CIE-Lab51.389459.880030.5793

#dc424a color RGB value is (220,66,74).

#dc424a hex color red value is 220, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dc424a hue: 0.99 , saturation: 0.69 and the lightness value of dc424a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 01001010
Octal 334 102 112
Decimal 220 66 74
Hex DC 42 4A

RGB Percentages of Color #dc424a

%61.11
%18.33
%20.56

CMYK Percentages of Color #dc424a

%0
%70
%66
%14

Triadic Colors of #dc424a

#dc424a #4adc42 #424adc

Analogous Colors of #dc424a

#dc424a #dc8742 #dc4297

Monochromatic Colors of #dc424a

#dc424a

Complementary Color

#dc424a #42dcd4

#dc424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc424a Color CSS Codes

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

#dc424a Text Font Color

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

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


#dc424a Background Color

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

This div background color is #dc424a


#dc424a Border Color

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

This div border color is #dc424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc424a


Comments

No comments written yet.

Please login to write comment.