Color Hex Logo

#da091f Color Hex

#DA091F
(218,9,31)
0 Favorites   0 Comments

Color spaces of #da091f

RGB 218931
HSL0.980.920.45
HSV354°96°85°
CMYK 0.000.960.86   0.15
XYZ29.258515.19972.6881
Yxy15.19970.62060.3224
Hunter Lab38.986865.732423.2028
CIE-Lab45.906570.765848.4993

#da091f color RGB value is (218,9,31).

#da091f hex color red value is 218, green value is 9 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #da091f hue: 0.98 , saturation: 0.92 and the lightness value of da091f is 0.45.

The process color (four color CMYK) of #da091f color hex is 0.00, 0.96, 0.86, 0.15. Web safe color of #da091f is #cc0033. Color #da091f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 00011111
Octal 332 11 37
Decimal 218 9 31
Hex DA 9 1F

RGB Percentages of Color #da091f

%84.50
%3.49
%12.02

CMYK Percentages of Color #da091f

%0
%96
%86
%15

Triadic Colors of #da091f

#da091f #1fda09 #091fda

Analogous Colors of #da091f

#da091f #da5c09 #da0988

Monochromatic Colors of #da091f

#da091f

Complementary Color

#da091f #09dac4

#da091f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da091f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da091f Color CSS Codes

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

#da091f Text Font Color

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

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


#da091f Background Color

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

This div background color is #da091f


#da091f Border Color

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

This div border color is #da091f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da091f


Comments

No comments written yet.

Please login to write comment.