Color Hex Logo

#dc424f Color Hex

#DC424F
(220,66,79)
0 Favorites   0 Comments

Color spaces of #dc424f

RGB 2206679
HSL0.990.690.56
HSV355°70°86°
CMYK 0.000.700.64   0.14
XYZ32.874719.67669.4624
Yxy19.67660.53010.3173
Hunter Lab44.358354.662318.4032
CIE-Lab51.469660.159227.7384

#dc424f color RGB value is (220,66,79).

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

The process color (four color CMYK) of #dc424f color hex is 0.00, 0.70, 0.64, 0.14. Web safe color of #dc424f is #cc3366. Color #dc424f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 01001111
Octal 334 102 117
Decimal 220 66 79
Hex DC 42 4F

RGB Percentages of Color #dc424f

%60.27
%18.08
%21.64

CMYK Percentages of Color #dc424f

%0
%70
%64
%14

Triadic Colors of #dc424f

#dc424f #4fdc42 #424fdc

Analogous Colors of #dc424f

#dc424f #dc8242 #dc429c

Monochromatic Colors of #dc424f

#dc424f

Complementary Color

#dc424f #42dccf

#dc424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc424f Color CSS Codes

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

#dc424f Text Font Color

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

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


#dc424f Background Color

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

This div background color is #dc424f


#dc424f Border Color

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

This div border color is #dc424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc424f


Comments

No comments written yet.

Please login to write comment.