Color Hex Logo

#da341e Color Hex

#DA341E
(218,52,30)
0 Favorites   0 Comments

Color spaces of #da341e

RGB 2185230
HSL0.020.760.49
HSV86°85°
CMYK 0.000.760.86   0.15
XYZ30.375817.45512.9965
Yxy17.45510.59760.3434
Hunter Lab41.779356.665324.9931
CIE-Lab48.828462.415251.3901

#da341e color RGB value is (218,52,30).

#da341e hex color red value is 218, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da341e hue: 0.02 , saturation: 0.76 and the lightness value of da341e is 0.49.

The process color (four color CMYK) of #da341e color hex is 0.00, 0.76, 0.86, 0.15. Web safe color of #da341e is #cc3333. Color #da341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 00011110
Octal 332 64 36
Decimal 218 52 30
Hex DA 34 1E

RGB Percentages of Color #da341e

%72.67
%17.33
%10.00

CMYK Percentages of Color #da341e

%0
%76
%86
%15

Triadic Colors of #da341e

#da341e #1eda34 #341eda

Analogous Colors of #da341e

#da341e #da921e #da1e66

Monochromatic Colors of #da341e

#da341e

Complementary Color

#da341e #1ec4da

#da341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da341e Color CSS Codes

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

#da341e Text Font Color

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

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


#da341e Background Color

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

This div background color is #da341e


#da341e Border Color

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

This div border color is #da341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da341e


Comments

No comments written yet.

Please login to write comment.