Color Hex Logo

#db412e Color Hex

#DB412E
(219,65,46)
0 Favorites   0 Comments

Color spaces of #db412e

RGB 2196546
HSL0.020.710.52
HSV79°86°
CMYK 0.000.700.79   0.14
XYZ31.596919.03794.5941
Yxy19.03790.57210.3447
Hunter Lab43.632452.905924.3000
CIE-Lab50.731558.732945.4275

#db412e color RGB value is (219,65,46).

#db412e hex color red value is 219, green value is 65 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db412e hue: 0.02 , saturation: 0.71 and the lightness value of db412e is 0.52.

The process color (four color CMYK) of #db412e color hex is 0.00, 0.70, 0.79, 0.14. Web safe color of #db412e is #cc3333. Color #db412e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 00101110
Octal 333 101 56
Decimal 219 65 46
Hex DB 41 2E

RGB Percentages of Color #db412e

%66.36
%19.70
%13.94

CMYK Percentages of Color #db412e

%0
%70
%79
%14

Triadic Colors of #db412e

#db412e #2edb41 #412edb

Analogous Colors of #db412e

#db412e #db982e #db2e72

Monochromatic Colors of #db412e

#db412e

Complementary Color

#db412e #2ec8db

#db412e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db412e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db412e Color CSS Codes

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

#db412e Text Font Color

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

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


#db412e Background Color

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

This div background color is #db412e


#db412e Border Color

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

This div border color is #db412e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,65,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 #db412e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db412e


Comments

No comments written yet.

Please login to write comment.