Color Hex Logo

#da222b Color Hex

#DA222B
(218,34,43)
0 Favorites   0 Comments

Color spaces of #da222b

RGB 2183443
HSL0.990.730.49
HSV357°84°85°
CMYK 0.000.840.80   0.15
XYZ29.921516.22393.8400
Yxy16.22390.59860.3246
Hunter Lab40.278962.112122.5428
CIE-Lab47.266967.433243.4934

#da222b color RGB value is (218,34,43).

#da222b hex color red value is 218, green value is 34 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #da222b hue: 0.99 , saturation: 0.73 and the lightness value of da222b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 00101011
Octal 332 42 53
Decimal 218 34 43
Hex DA 22 2B

RGB Percentages of Color #da222b

%73.90
%11.53
%14.58

CMYK Percentages of Color #da222b

%0
%84
%80
%15

Triadic Colors of #da222b

#da222b #2bda22 #222bda

Analogous Colors of #da222b

#da222b #da7522 #da2287

Monochromatic Colors of #da222b

#da222b

Complementary Color

#da222b #22dad1

#da222b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da222b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da222b Color CSS Codes

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

#da222b Text Font Color

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

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


#da222b Background Color

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

This div background color is #da222b


#da222b Border Color

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

This div border color is #da222b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da222b


Comments

No comments written yet.

Please login to write comment.