Color Hex Logo

#dc421b Color Hex

#DC421B
(220,66,27)
0 Favorites   0 Comments

Color spaces of #dc421b

RGB 2206627
HSL0.030.780.48
HSV12°88°86°
CMYK 0.000.700.88   0.14
XYZ31.661219.19123.0725
Yxy19.19120.58710.3559
Hunter Lab43.807852.343826.5071
CIE-Lab50.910258.197754.4731

#dc421b color RGB value is (220,66,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000010 00011011
Octal 334 102 33
Decimal 220 66 27
Hex DC 42 1B

RGB Percentages of Color #dc421b

%70.29
%21.09
%8.63

CMYK Percentages of Color #dc421b

%0
%70
%88
%14

Triadic Colors of #dc421b

#dc421b #1bdc42 #421bdc

Analogous Colors of #dc421b

#dc421b #dca31b #dc1b54

Monochromatic Colors of #dc421b

#dc421b

Complementary Color

#dc421b #1bb5dc

#dc421b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc421b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc421b Color CSS Codes

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

#dc421b Text Font Color

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

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


#dc421b Background Color

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

This div background color is #dc421b


#dc421b Border Color

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

This div border color is #dc421b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc421b


Comments

No comments written yet.

Please login to write comment.