Color Hex Logo

#d0411e Color Hex

#D0411E
(208,65,30)
0 Favorites   0 Comments

Color spaces of #d0411e

RGB 2086530
HSL0.030.750.47
HSV12°86°82°
CMYK 0.000.690.86   0.18
XYZ28.137117.28423.0815
Yxy17.28420.58010.3564
Hunter Lab41.574348.052324.7074
CIE-Lab48.616254.716950.4585

#d0411e color RGB value is (208,65,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000001 00011110
Octal 320 101 36
Decimal 208 65 30
Hex D0 41 1E

RGB Percentages of Color #d0411e

%68.65
%21.45
%9.90

CMYK Percentages of Color #d0411e

%0
%69
%86
%18

Triadic Colors of #d0411e

#d0411e #1ed041 #411ed0

Analogous Colors of #d0411e

#d0411e #d09a1e #d01e54

Monochromatic Colors of #d0411e

#d0411e

Complementary Color

#d0411e #1eadd0

#d0411e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0411e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0411e Color CSS Codes

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

#d0411e Text Font Color

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

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


#d0411e Background Color

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

This div background color is #d0411e


#d0411e Border Color

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

This div border color is #d0411e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0411e


Comments

No comments written yet.

Please login to write comment.