Color Hex Logo

#da271e Color Hex

#DA271E
(218,39,30)
0 Favorites   0 Comments

Color spaces of #da271e

RGB 2183930
HSL0.010.760.49
HSV86°85°
CMYK 0.000.820.86   0.15
XYZ29.873316.45022.8290
Yxy16.45020.60780.3347
Hunter Lab40.558860.494824.2557
CIE-Lab47.559765.988450.3494

#da271e color RGB value is (218,39,30).

#da271e hex color red value is 218, green value is 39 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #da271e hue: 0.01 , saturation: 0.76 and the lightness value of da271e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00011110
Octal 332 47 36
Decimal 218 39 30
Hex DA 27 1E

RGB Percentages of Color #da271e

%75.96
%13.59
%10.45

CMYK Percentages of Color #da271e

%0
%82
%86
%15

Triadic Colors of #da271e

#da271e #1eda27 #271eda

Analogous Colors of #da271e

#da271e #da851e #da1e73

Monochromatic Colors of #da271e

#da271e

Complementary Color

#da271e #1ed1da

#da271e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da271e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da271e Color CSS Codes

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

#da271e Text Font Color

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

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


#da271e Background Color

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

This div background color is #da271e


#da271e Border Color

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

This div border color is #da271e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da271e


Comments

No comments written yet.

Please login to write comment.