Color Hex Logo

#da361a Color Hex

#DA361A
(218,54,26)
0 Favorites   0 Comments

Color spaces of #da361a

RGB 2185426
HSL0.020.790.48
HSV88°85°
CMYK 0.000.750.88   0.15
XYZ30.419117.61832.7747
Yxy17.61830.59870.3467
Hunter Lab41.974255.906025.4625
CIE-Lab49.029861.709453.2656

#da361a color RGB value is (218,54,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110110 00011010
Octal 332 66 32
Decimal 218 54 26
Hex DA 36 1A

RGB Percentages of Color #da361a

%73.15
%18.12
%8.72

CMYK Percentages of Color #da361a

%0
%75
%88
%15

Triadic Colors of #da361a

#da361a #1ada36 #361ada

Analogous Colors of #da361a

#da361a #da961a #da1a5e

Monochromatic Colors of #da361a

#da361a

Complementary Color

#da361a #1abeda

#da361a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da361a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da361a Color CSS Codes

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

#da361a Text Font Color

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

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


#da361a Background Color

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

This div background color is #da361a


#da361a Border Color

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

This div border color is #da361a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,54,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da361a


Comments

No comments written yet.

Please login to write comment.