Color Hex Logo

#da252f Color Hex

#DA252F
(218,37,47)
0 Favorites   0 Comments

Color spaces of #da252f

RGB 2183747
HSL0.990.710.50
HSV357°83°85°
CMYK 0.000.830.78   0.15
XYZ30.088116.43384.2755
Yxy16.43380.59230.3235
Hunter Lab40.538661.541622.1239
CIE-Lab47.538666.892341.5706

#da252f color RGB value is (218,37,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 00101111
Octal 332 45 57
Decimal 218 37 47
Hex DA 25 2F

RGB Percentages of Color #da252f

%72.19
%12.25
%15.56

CMYK Percentages of Color #da252f

%0
%83
%78
%15

Triadic Colors of #da252f

#da252f #2fda25 #252fda

Analogous Colors of #da252f

#da252f #da7625 #da258a

Monochromatic Colors of #da252f

#da252f

Complementary Color

#da252f #25dad0

#da252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da252f Color CSS Codes

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

#da252f Text Font Color

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

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


#da252f Background Color

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

This div background color is #da252f


#da252f Border Color

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

This div border color is #da252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da252f


Comments

No comments written yet.

Please login to write comment.