Color Hex Logo

#da361f Color Hex

#DA361F
(218,54,31)
0 Favorites   0 Comments

Color spaces of #da361f

RGB 2185431
HSL0.020.750.49
HSV86°85°
CMYK 0.000.750.86   0.15
XYZ30.479917.64273.0952
Yxy17.64270.59510.3445
Hunter Lab42.003256.024025.0332
CIE-Lab49.059861.807851.1333

#da361f color RGB value is (218,54,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 00011111
Octal 332 66 37
Decimal 218 54 31
Hex DA 36 1F

RGB Percentages of Color #da361f

%71.95
%17.82
%10.23

CMYK Percentages of Color #da361f

%0
%75
%86
%15

Triadic Colors of #da361f

#da361f #1fda36 #361fda

Analogous Colors of #da361f

#da361f #da941f #da1f66

Monochromatic Colors of #da361f

#da361f

Complementary Color

#da361f #1fc3da

#da361f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da361f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da361f Color CSS Codes

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

#da361f Text Font Color

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

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


#da361f Background Color

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

This div background color is #da361f


#da361f Border Color

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

This div border color is #da361f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da361f


Comments

No comments written yet.

Please login to write comment.