Color Hex Logo

#da252a Color Hex

#DA252A
(218,37,42)
0 Favorites   0 Comments

Color spaces of #da252a

RGB 2183742
HSL1.000.710.50
HSV358°83°85°
CMYK 0.000.830.81   0.15
XYZ29.992916.39573.7744
Yxy16.39570.59790.3268
Hunter Lab40.491661.358022.8174
CIE-Lab47.489466.744344.2527

#da252a color RGB value is (218,37,42).

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

The process color (four color CMYK) of #da252a color hex is 0.00, 0.83, 0.81, 0.15. Web safe color of #da252a is #cc3333. Color #da252a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 00101010
Octal 332 45 52
Decimal 218 37 42
Hex DA 25 2A

RGB Percentages of Color #da252a

%73.40
%12.46
%14.14

CMYK Percentages of Color #da252a

%0
%83
%81
%15

Triadic Colors of #da252a

#da252a #2ada25 #252ada

Analogous Colors of #da252a

#da252a #da7b25 #da2585

Monochromatic Colors of #da252a

#da252a

Complementary Color

#da252a #25dad5

#da252a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da252a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da252a Color CSS Codes

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

#da252a Text Font Color

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

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


#da252a Background Color

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

This div background color is #da252a


#da252a Border Color

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

This div border color is #da252a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da252a


Comments

No comments written yet.

Please login to write comment.