Color Hex Logo

#da141a Color Hex

#DA141A
(218,20,26)
0 Favorites   0 Comments

Color spaces of #da141a

RGB 2182026
HSL0.990.830.47
HSV358°91°85°
CMYK 0.000.910.88   0.15
XYZ29.350115.48032.4184
Yxy15.48030.62120.3276
Hunter Lab39.345064.301423.8972
CIE-Lab46.285169.485751.1688

#da141a color RGB value is (218,20,26).

#da141a hex color red value is 218, green value is 20 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #da141a hue: 0.99 , saturation: 0.83 and the lightness value of da141a is 0.47.

The process color (four color CMYK) of #da141a color hex is 0.00, 0.91, 0.88, 0.15. Web safe color of #da141a is #cc0033. Color #da141a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 00011010
Octal 332 24 32
Decimal 218 20 26
Hex DA 14 1A

RGB Percentages of Color #da141a

%82.58
%7.58
%9.85

CMYK Percentages of Color #da141a

%0
%91
%88
%15

Triadic Colors of #da141a

#da141a #1ada14 #141ada

Analogous Colors of #da141a

#da141a #da7114 #da147d

Monochromatic Colors of #da141a

#da141a

Complementary Color

#da141a #14dad4

#da141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da141a Color CSS Codes

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

#da141a Text Font Color

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

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


#da141a Background Color

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

This div background color is #da141a


#da141a Border Color

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

This div border color is #da141a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da141a


Comments

No comments written yet.

Please login to write comment.