Color Hex Logo

#dc441b Color Hex

#DC441B
(220,68,27)
0 Favorites   0 Comments

Color spaces of #dc441b

RGB 2206827
HSL0.040.780.48
HSV13°88°86°
CMYK 0.000.690.88   0.14
XYZ31.780219.42903.1121
Yxy19.42900.58500.3577
Hunter Lab44.078351.560326.6687
CIE-Lab51.185457.445154.6871

#dc441b color RGB value is (220,68,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000100 00011011
Octal 334 104 33
Decimal 220 68 27
Hex DC 44 1B

RGB Percentages of Color #dc441b

%69.84
%21.59
%8.57

CMYK Percentages of Color #dc441b

%0
%69
%88
%14

Triadic Colors of #dc441b

#dc441b #1bdc44 #441bdc

Analogous Colors of #dc441b

#dc441b #dca51b #dc1b52

Monochromatic Colors of #dc441b

#dc441b

Complementary Color

#dc441b #1bb3dc

#dc441b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc441b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc441b Color CSS Codes

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

#dc441b Text Font Color

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

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


#dc441b Background Color

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

This div background color is #dc441b


#dc441b Border Color

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

This div border color is #dc441b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,68,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 #dc441b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc441b


Comments

No comments written yet.

Please login to write comment.