Color Hex Logo

#da141b Color Hex

#DA141B
(218,20,27)
0 Favorites   0 Comments

Color spaces of #da141b

RGB 2182027
HSL0.990.830.47
HSV358°91°85°
CMYK 0.000.910.88   0.15
XYZ29.361415.48492.4783
Yxy15.48490.62040.3272
Hunter Lab39.350964.322723.8115
CIE-Lab46.291369.502550.7191

#da141b color RGB value is (218,20,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010100 00011011
Octal 332 24 33
Decimal 218 20 27
Hex DA 14 1B

RGB Percentages of Color #da141b

%82.26
%7.55
%10.19

CMYK Percentages of Color #da141b

%0
%91
%88
%15

Triadic Colors of #da141b

#da141b #1bda14 #141bda

Analogous Colors of #da141b

#da141b #da7014 #da147e

Monochromatic Colors of #da141b

#da141b

Complementary Color

#da141b #14dad3

#da141b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da141b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da141b Color CSS Codes

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

#da141b Text Font Color

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

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


#da141b Background Color

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

This div background color is #da141b


#da141b Border Color

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

This div border color is #da141b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da141b


Comments

No comments written yet.

Please login to write comment.