Color Hex Logo

#da311f Color Hex

#DA311F
(218,49,31)
0 Favorites   0 Comments

Color spaces of #da311f

RGB 2184931
HSL0.020.750.49
HSV86°85°
CMYK 0.000.780.86   0.15
XYZ30.259117.20103.0216
Yxy17.20100.59940.3407
Hunter Lab41.474157.652224.7123
CIE-Lab48.512363.339450.6770

#da311f color RGB value is (218,49,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 00011111
Octal 332 61 37
Decimal 218 49 31
Hex DA 31 1F

RGB Percentages of Color #da311f

%73.15
%16.44
%10.40

CMYK Percentages of Color #da311f

%0
%78
%86
%15

Triadic Colors of #da311f

#da311f #1fda31 #311fda

Analogous Colors of #da311f

#da311f #da8f1f #da1f6b

Monochromatic Colors of #da311f

#da311f

Complementary Color

#da311f #1fc8da

#da311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da311f Color CSS Codes

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

#da311f Text Font Color

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

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


#da311f Background Color

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

This div background color is #da311f


#da311f Border Color

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

This div border color is #da311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da311f


Comments

No comments written yet.

Please login to write comment.