Color Hex Logo

#da272b Color Hex

#DA272B
(218,39,43)
0 Favorites   0 Comments

Color spaces of #da272b

RGB 2183943
HSL1.000.710.50
HSV359°82°85°
CMYK 0.000.820.80   0.15
XYZ30.075016.53093.8911
Yxy16.53090.59560.3274
Hunter Lab40.658260.885122.7865
CIE-Lab47.663466.304543.8875

#da272b color RGB value is (218,39,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100111 00101011
Octal 332 47 53
Decimal 218 39 43
Hex DA 27 2B

RGB Percentages of Color #da272b

%72.67
%13.00
%14.33

CMYK Percentages of Color #da272b

%0
%82
%80
%15

Triadic Colors of #da272b

#da272b #2bda27 #272bda

Analogous Colors of #da272b

#da272b #da7d27 #da2785

Monochromatic Colors of #da272b

#da272b

Complementary Color

#da272b #27dad6

#da272b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da272b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da272b Color CSS Codes

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

#da272b Text Font Color

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

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


#da272b Background Color

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

This div background color is #da272b


#da272b Border Color

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

This div border color is #da272b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da272b


Comments

No comments written yet.

Please login to write comment.