Color Hex Logo

#da2b3b Color Hex

#DA2B3B
(218,43,59)
0 Favorites   0 Comments

Color spaces of #da2b3b

RGB 2184359
HSL0.980.700.51
HSV355°80°85°
CMYK 0.000.800.73   0.15
XYZ30.566716.94895.7981
Yxy16.94890.57330.3179
Hunter Lab41.169060.484720.4681
CIE-Lab48.195665.857635.4380

#da2b3b color RGB value is (218,43,59).

#da2b3b hex color red value is 218, green value is 43 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #da2b3b hue: 0.98 , saturation: 0.70 and the lightness value of da2b3b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101011 00111011
Octal 332 53 73
Decimal 218 43 59
Hex DA 2B 3B

RGB Percentages of Color #da2b3b

%68.13
%13.44
%18.44

CMYK Percentages of Color #da2b3b

%0
%80
%73
%15

Triadic Colors of #da2b3b

#da2b3b #3bda2b #2b3bda

Analogous Colors of #da2b3b

#da2b3b #da732b #da2b93

Monochromatic Colors of #da2b3b

#da2b3b

Complementary Color

#da2b3b #2bdaca

#da2b3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2b3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2b3b Color CSS Codes

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

#da2b3b Text Font Color

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

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


#da2b3b Background Color

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

This div background color is #da2b3b


#da2b3b Border Color

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

This div border color is #da2b3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2b3b


Comments

No comments written yet.

Please login to write comment.