Color Hex Logo

#d0441f Color Hex

#D0441F
(208,68,31)
0 Favorites   0 Comments

Color spaces of #d0441f

RGB 2086831
HSL0.030.740.47
HSV13°85°82°
CMYK 0.000.670.85   0.18
XYZ28.326917.64313.2088
Yxy17.64310.57600.3588
Hunter Lab42.003746.872324.8732
CIE-Lab49.060353.549950.3964

#d0441f color RGB value is (208,68,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 00011111
Octal 320 104 37
Decimal 208 68 31
Hex D0 44 1F

RGB Percentages of Color #d0441f

%67.75
%22.15
%10.10

CMYK Percentages of Color #d0441f

%0
%67
%85
%18

Triadic Colors of #d0441f

#d0441f #1fd044 #441fd0

Analogous Colors of #d0441f

#d0441f #d09d1f #d01f53

Monochromatic Colors of #d0441f

#d0441f

Complementary Color

#d0441f #1fabd0

#d0441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0441f Color CSS Codes

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

#d0441f Text Font Color

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

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


#d0441f Background Color

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

This div background color is #d0441f


#d0441f Border Color

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

This div border color is #d0441f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0441f


Comments

No comments written yet.

Please login to write comment.