Color Hex Logo

#d0441e Color Hex

#D0441E
(208,68,30)
0 Favorites   0 Comments

Color spaces of #d0441e

RGB 2086830
HSL0.040.750.47
HSV13°86°82°
CMYK 0.000.670.86   0.18
XYZ28.313917.63793.1404
Yxy17.63790.57670.3593
Hunter Lab41.997546.845624.9648
CIE-Lab49.053953.526450.8274

#d0441e color RGB value is (208,68,30).

#d0441e hex color red value is 208, green value is 68 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d0441e hue: 0.04 , saturation: 0.75 and the lightness value of d0441e is 0.47.

The process color (four color CMYK) of #d0441e color hex is 0.00, 0.67, 0.86, 0.18. Web safe color of #d0441e is #cc3333. Color #d0441e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 00011110
Octal 320 104 36
Decimal 208 68 30
Hex D0 44 1E

RGB Percentages of Color #d0441e

%67.97
%22.22
%9.80

CMYK Percentages of Color #d0441e

%0
%67
%86
%18

Triadic Colors of #d0441e

#d0441e #1ed044 #441ed0

Analogous Colors of #d0441e

#d0441e #d09d1e #d01e51

Monochromatic Colors of #d0441e

#d0441e

Complementary Color

#d0441e #1eaad0

#d0441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0441e Color CSS Codes

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

#d0441e Text Font Color

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

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


#d0441e Background Color

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

This div background color is #d0441e


#d0441e Border Color

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

This div border color is #d0441e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,68,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0441e


Comments

No comments written yet.

Please login to write comment.