Color Hex Logo

#db410a Color Hex

#DB410A
(219,65,10)
0 Favorites   0 Comments

Color spaces of #db410a

RGB 2196510
HSL0.040.910.45
HSV16°95°86°
CMYK 0.000.700.95   0.14
XYZ31.158518.86262.2858
Yxy18.86260.59570.3606
Hunter Lab43.431152.055727.2813
CIE-Lab50.526158.009159.5276

#db410a color RGB value is (219,65,10).

#db410a hex color red value is 219, green value is 65 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #db410a hue: 0.04 , saturation: 0.91 and the lightness value of db410a is 0.45.

The process color (four color CMYK) of #db410a color hex is 0.00, 0.70, 0.95, 0.14. Web safe color of #db410a is #cc3300. Color #db410a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 00001010
Octal 333 101 12
Decimal 219 65 10
Hex DB 41 A

RGB Percentages of Color #db410a

%74.49
%22.11
%3.40

CMYK Percentages of Color #db410a

%0
%70
%95
%14

Triadic Colors of #db410a

#db410a #0adb41 #410adb

Analogous Colors of #db410a

#db410a #dbaa0a #db0a3b

Monochromatic Colors of #db410a

#db410a

Complementary Color

#db410a #0aa4db

#db410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db410a Color CSS Codes

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

#db410a Text Font Color

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

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


#db410a Background Color

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

This div background color is #db410a


#db410a Border Color

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

This div border color is #db410a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db410a


Comments

No comments written yet.

Please login to write comment.