Color Hex Logo

#db3412 Color Hex

#DB3412
(219,52,18)
0 Favorites   0 Comments

Color spaces of #db3412

RGB 2195218
HSL0.030.850.46
HSV10°92°86°
CMYK 0.000.760.92   0.14
XYZ30.550617.55972.3514
Yxy17.55970.60540.3480
Hunter Lab41.904356.804126.0060
CIE-Lab48.957762.512656.3006

#db3412 color RGB value is (219,52,18).

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

The process color (four color CMYK) of #db3412 color hex is 0.00, 0.76, 0.92, 0.14. Web safe color of #db3412 is #cc3300. Color #db3412 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110100 00010010
Octal 333 64 22
Decimal 219 52 18
Hex DB 34 12

RGB Percentages of Color #db3412

%75.78
%17.99
%6.23

CMYK Percentages of Color #db3412

%0
%76
%92
%14

Triadic Colors of #db3412

#db3412 #12db34 #3412db

Analogous Colors of #db3412

#db3412 #db9912 #db1254

Monochromatic Colors of #db3412

#db3412

Complementary Color

#db3412 #12b9db

#db3412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3412 Color CSS Codes

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

#db3412 Text Font Color

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

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


#db3412 Background Color

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

This div background color is #db3412


#db3412 Border Color

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

This div border color is #db3412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3412


Comments

No comments written yet.

Please login to write comment.