Color Hex Logo

#da121f Color Hex

#DA121F
(218,18,31)
0 Favorites   0 Comments

Color spaces of #da121f

RGB 2181831
HSL0.990.850.46
HSV356°92°85°
CMYK 0.000.920.86   0.15
XYZ29.377115.43702.7276
Yxy15.43700.61790.3247
Hunter Lab39.289964.707123.3869
CIE-Lab46.227069.839948.7681

#da121f color RGB value is (218,18,31).

#da121f hex color red value is 218, green value is 18 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #da121f hue: 0.99 , saturation: 0.85 and the lightness value of da121f is 0.46.

The process color (four color CMYK) of #da121f color hex is 0.00, 0.92, 0.86, 0.15. Web safe color of #da121f is #cc0033. Color #da121f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010010 00011111
Octal 332 22 37
Decimal 218 18 31
Hex DA 12 1F

RGB Percentages of Color #da121f

%81.65
%6.74
%11.61

CMYK Percentages of Color #da121f

%0
%92
%86
%15

Triadic Colors of #da121f

#da121f #1fda12 #121fda

Analogous Colors of #da121f

#da121f #da6912 #da1283

Monochromatic Colors of #da121f

#da121f

Complementary Color

#da121f #12dacd

#da121f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da121f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da121f Color CSS Codes

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

#da121f Text Font Color

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

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


#da121f Background Color

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

This div background color is #da121f


#da121f Border Color

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

This div border color is #da121f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da121f


Comments

No comments written yet.

Please login to write comment.