Color Hex Logo

#da273a Color Hex

#DA273A
(218,39,58)
0 Favorites   0 Comments

Color spaces of #da273a

RGB 2183958
HSL0.980.710.50
HSV354°82°85°
CMYK 0.000.820.73   0.15
XYZ30.402716.66205.6167
Yxy16.66200.57710.3163
Hunter Lab40.819161.516120.4151
CIE-Lab47.831366.814035.6030

#da273a color RGB value is (218,39,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00111010
Octal 332 47 72
Decimal 218 39 58
Hex DA 27 3A

RGB Percentages of Color #da273a

%69.21
%12.38
%18.41

CMYK Percentages of Color #da273a

%0
%82
%73
%15

Triadic Colors of #da273a

#da273a #3ada27 #273ada

Analogous Colors of #da273a

#da273a #da6e27 #da2794

Monochromatic Colors of #da273a

#da273a

Complementary Color

#da273a #27dac7

#da273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da273a Color CSS Codes

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

#da273a Text Font Color

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

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


#da273a Background Color

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

This div background color is #da273a


#da273a Border Color

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

This div border color is #da273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da273a


Comments

No comments written yet.

Please login to write comment.