Color Hex Logo

#da090e Color Hex

#DA090E
(218,9,14)
0 Favorites   0 Comments

Color spaces of #da090e

RGB 218914
HSL1.000.920.45
HSV359°96°85°
CMYK 0.000.960.94   0.15
XYZ29.090415.13251.8031
Yxy15.13250.63200.3288
Hunter Lab38.900565.409124.4822
CIE-Lab45.815170.511955.5998

#da090e color RGB value is (218,9,14).

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

The process color (four color CMYK) of #da090e color hex is 0.00, 0.96, 0.94, 0.15. Web safe color of #da090e is #cc0000. Color #da090e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 00001110
Octal 332 11 16
Decimal 218 9 14
Hex DA 9 E

RGB Percentages of Color #da090e

%90.46
%3.73
%5.81

CMYK Percentages of Color #da090e

%0
%96
%94
%15

Triadic Colors of #da090e

#da090e #0eda09 #090eda

Analogous Colors of #da090e

#da090e #da6d09 #da0977

Monochromatic Colors of #da090e

#da090e

Complementary Color

#da090e #09dad5

#da090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da090e Color CSS Codes

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

#da090e Text Font Color

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

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


#da090e Background Color

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

This div background color is #da090e


#da090e Border Color

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

This div border color is #da090e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da090e


Comments

No comments written yet.

Please login to write comment.