Color Hex Logo

#da273e Color Hex

#DA273E
(218,39,62)
0 Favorites   0 Comments

Color spaces of #da273e

RGB 2183962
HSL0.980.710.50
HSV352°82°85°
CMYK 0.000.820.72   0.15
XYZ30.508516.70436.1737
Yxy16.70430.57150.3129
Hunter Lab40.870961.719119.6537
CIE-Lab47.885366.977633.3121

#da273e color RGB value is (218,39,62).

#da273e hex color red value is 218, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #da273e hue: 0.98 , saturation: 0.71 and the lightness value of da273e is 0.50.

The process color (four color CMYK) of #da273e color hex is 0.00, 0.82, 0.72, 0.15. Web safe color of #da273e is #cc3333. Color #da273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00111110
Octal 332 47 76
Decimal 218 39 62
Hex DA 27 3E

RGB Percentages of Color #da273e

%68.34
%12.23
%19.44

CMYK Percentages of Color #da273e

%0
%82
%72
%15

Triadic Colors of #da273e

#da273e #3eda27 #273eda

Analogous Colors of #da273e

#da273e #da6a27 #da2798

Monochromatic Colors of #da273e

#da273e

Complementary Color

#da273e #27dac3

#da273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da273e Color CSS Codes

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

#da273e Text Font Color

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

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


#da273e Background Color

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

This div background color is #da273e


#da273e Border Color

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

This div border color is #da273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da273e


Comments

No comments written yet.

Please login to write comment.