Color Hex Logo

#db122e Color Hex

#DB122E
(219,18,46)
0 Favorites   0 Comments

Color spaces of #db122e

RGB 2191846
HSL0.980.850.46
HSV352°92°86°
CMYK 0.000.920.79   0.14
XYZ29.922915.68994.0361
Yxy15.68990.60270.3160
Hunter Lab39.610565.525721.6860
CIE-Lab46.565070.463941.1853

#db122e color RGB value is (219,18,46).

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

The process color (four color CMYK) of #db122e color hex is 0.00, 0.92, 0.79, 0.14. Web safe color of #db122e is #cc0033. Color #db122e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010010 00101110
Octal 333 22 56
Decimal 219 18 46
Hex DB 12 2E

RGB Percentages of Color #db122e

%77.39
%6.36
%16.25

CMYK Percentages of Color #db122e

%0
%92
%79
%14

Triadic Colors of #db122e

#db122e #2edb12 #122edb

Analogous Colors of #db122e

#db122e #db5a12 #db1293

Monochromatic Colors of #db122e

#db122e

Complementary Color

#db122e #12dbbf

#db122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db122e Color CSS Codes

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

#db122e Text Font Color

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

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


#db122e Background Color

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

This div background color is #db122e


#db122e Border Color

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

This div border color is #db122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db122e


Comments

No comments written yet.

Please login to write comment.