Color Hex Logo

#db290a Color Hex

#DB290A
(219,41,10)
0 Favorites   0 Comments

Color spaces of #db290a

RGB 2194110
HSL0.020.910.45
HSV95°86°
CMYK 0.000.810.95   0.14
XYZ30.061116.66791.9200
Yxy16.66790.61790.3426
Hunter Lab40.826359.986425.7901
CIE-Lab47.838865.496058.0102

#db290a color RGB value is (219,41,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 00001010
Octal 333 51 12
Decimal 219 41 10
Hex DB 29 A

RGB Percentages of Color #db290a

%81.11
%15.19
%3.70

CMYK Percentages of Color #db290a

%0
%81
%95
%14

Triadic Colors of #db290a

#db290a #0adb29 #290adb

Analogous Colors of #db290a

#db290a #db920a #db0a54

Monochromatic Colors of #db290a

#db290a

Complementary Color

#db290a #0abcdb

#db290a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db290a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db290a Color CSS Codes

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

#db290a Text Font Color

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

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


#db290a Background Color

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

This div background color is #db290a


#db290a Border Color

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

This div border color is #db290a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db290a


Comments

No comments written yet.

Please login to write comment.