Color Hex Logo

#da221a Color Hex

#DA221A
(218,34,26)
0 Favorites   0 Comments

Color spaces of #da221a

RGB 2183426
HSL0.010.790.48
HSV88°85°
CMYK 0.000.840.88   0.15
XYZ29.671916.12412.5257
Yxy16.12410.61400.3337
Hunter Lab40.154861.629424.3791
CIE-Lab47.136967.045151.8179

#da221a color RGB value is (218,34,26).

#da221a hex color red value is 218, green value is 34 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #da221a hue: 0.01 , saturation: 0.79 and the lightness value of da221a is 0.48.

The process color (four color CMYK) of #da221a color hex is 0.00, 0.84, 0.88, 0.15. Web safe color of #da221a is #cc3333. Color #da221a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 00011010
Octal 332 42 32
Decimal 218 34 26
Hex DA 22 1A

RGB Percentages of Color #da221a

%78.42
%12.23
%9.35

CMYK Percentages of Color #da221a

%0
%84
%88
%15

Triadic Colors of #da221a

#da221a #1ada22 #221ada

Analogous Colors of #da221a

#da221a #da821a #da1a72

Monochromatic Colors of #da221a

#da221a

Complementary Color

#da221a #1ad2da

#da221a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da221a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da221a Color CSS Codes

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

#da221a Text Font Color

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

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


#da221a Background Color

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

This div background color is #da221a


#da221a Border Color

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

This div border color is #da221a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da221a


Comments

No comments written yet.

Please login to write comment.