Color Hex Logo

#da272d Color Hex

#DA272D
(218,39,45)
0 Favorites   0 Comments

Color spaces of #da272d

RGB 2183945
HSL0.990.710.50
HSV358°82°85°
CMYK 0.000.820.79   0.15
XYZ30.112616.54594.0892
Yxy16.54590.59340.3260
Hunter Lab40.676760.958022.5133
CIE-Lab47.682766.363542.8212

#da272d color RGB value is (218,39,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00101101
Octal 332 47 55
Decimal 218 39 45
Hex DA 27 2D

RGB Percentages of Color #da272d

%72.19
%12.91
%14.90

CMYK Percentages of Color #da272d

%0
%82
%79
%15

Triadic Colors of #da272d

#da272d #2dda27 #272dda

Analogous Colors of #da272d

#da272d #da7b27 #da2787

Monochromatic Colors of #da272d

#da272d

Complementary Color

#da272d #27dad4

#da272d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da272d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da272d Color CSS Codes

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

#da272d Text Font Color

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

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


#da272d Background Color

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

This div background color is #da272d


#da272d Border Color

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

This div border color is #da272d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da272d


Comments

No comments written yet.

Please login to write comment.