Color Hex Logo

#da132f Color Hex

#DA132F
(218,19,47)
0 Favorites   0 Comments

Color spaces of #da132f

RGB 2181947
HSL0.980.840.46
HSV352°91°85°
CMYK 0.000.910.78   0.15
XYZ29.659415.57644.1326
Yxy15.57640.60080.3155
Hunter Lab39.466965.075521.4186
CIE-Lab46.413870.114440.3973

#da132f color RGB value is (218,19,47).

#da132f hex color red value is 218, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #da132f hue: 0.98 , saturation: 0.84 and the lightness value of da132f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010011 00101111
Octal 332 23 57
Decimal 218 19 47
Hex DA 13 2F

RGB Percentages of Color #da132f

%76.76
%6.69
%16.55

CMYK Percentages of Color #da132f

%0
%91
%78
%15

Triadic Colors of #da132f

#da132f #2fda13 #132fda

Analogous Colors of #da132f

#da132f #da5a13 #da1393

Monochromatic Colors of #da132f

#da132f

Complementary Color

#da132f #13dabe

#da132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da132f Color CSS Codes

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

#da132f Text Font Color

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

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


#da132f Background Color

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

This div background color is #da132f


#da132f Border Color

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

This div border color is #da132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da132f


Comments

No comments written yet.

Please login to write comment.