Color Hex Logo

#da272c Color Hex

#DA272C
(218,39,44)
0 Favorites   0 Comments

Color spaces of #da272c

RGB 2183944
HSL1.000.710.50
HSV358°82°85°
CMYK 0.000.820.80   0.15
XYZ30.093616.53833.9890
Yxy16.53830.59450.3267
Hunter Lab40.667360.921322.6514
CIE-Lab47.672966.333843.3560

#da272c color RGB value is (218,39,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00101100
Octal 332 47 54
Decimal 218 39 44
Hex DA 27 2C

RGB Percentages of Color #da272c

%72.43
%12.96
%14.62

CMYK Percentages of Color #da272c

%0
%82
%80
%15

Triadic Colors of #da272c

#da272c #2cda27 #272cda

Analogous Colors of #da272c

#da272c #da7c27 #da2786

Monochromatic Colors of #da272c

#da272c

Complementary Color

#da272c #27dad5

#da272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da272c Color CSS Codes

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

#da272c Text Font Color

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

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


#da272c Background Color

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

This div background color is #da272c


#da272c Border Color

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

This div border color is #da272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da272c


Comments

No comments written yet.

Please login to write comment.