Color Hex Logo

#da130e Color Hex

#DA130E
(218,19,14)
0 Favorites   0 Comments

Color spaces of #da130e

RGB 2181914
HSL0.000.880.45
HSV94°85°
CMYK 0.000.910.94   0.15
XYZ29.225615.40291.8482
Yxy15.40290.62880.3314
Hunter Lab39.246564.241724.6805
CIE-Lab46.181269.455455.8093

#da130e color RGB value is (218,19,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 00001110
Octal 332 23 16
Decimal 218 19 14
Hex DA 13 E

RGB Percentages of Color #da130e

%86.85
%7.57
%5.58

CMYK Percentages of Color #da130e

%0
%91
%94
%15

Triadic Colors of #da130e

#da130e #0eda13 #130eda

Analogous Colors of #da130e

#da130e #da790e #da0e6f

Monochromatic Colors of #da130e

#da130e

Complementary Color

#da130e #0ed5da

#da130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da130e Color CSS Codes

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

#da130e Text Font Color

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

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


#da130e Background Color

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

This div background color is #da130e


#da130e Border Color

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

This div border color is #da130e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da130e


Comments

No comments written yet.

Please login to write comment.