Color Hex Logo

#da0213 Color Hex

#DA0213
(218,2,19)
0 Favorites   0 Comments

Color spaces of #da0213

RGB 218219
HSL0.990.980.43
HSV355°99°85°
CMYK 0.000.990.91   0.15
XYZ29.052714.99591.9793
Yxy14.99590.63120.3258
Hunter Lab38.724566.149924.0767
CIE-Lab45.628671.170453.6689

#da0213 color RGB value is (218,2,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 00010011
Octal 332 2 23
Decimal 218 2 19
Hex DA 2 13

RGB Percentages of Color #da0213

%91.21
%0.84
%7.95

CMYK Percentages of Color #da0213

%0
%99
%91
%15

Triadic Colors of #da0213

#da0213 #13da02 #0213da

Analogous Colors of #da0213

#da0213 #da5d02 #da027f

Monochromatic Colors of #da0213

#da0213

Complementary Color

#da0213 #02dac9

#da0213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0213 Color CSS Codes

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

#da0213 Text Font Color

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

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


#da0213 Background Color

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

This div background color is #da0213


#da0213 Border Color

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

This div border color is #da0213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0213


Comments

No comments written yet.

Please login to write comment.