Color Hex Logo

#db261f Color Hex

#DB261F
(219,38,31)
0 Favorites   0 Comments

Color spaces of #db261f

RGB 2193831
HSL0.010.750.49
HSV86°86°
CMYK 0.000.830.86   0.14
XYZ30.153916.54522.9006
Yxy16.54520.60790.3336
Hunter Lab40.675861.143524.2451
CIE-Lab47.681866.523150.0644

#db261f color RGB value is (219,38,31).

#db261f hex color red value is 219, green value is 38 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db261f hue: 0.01 , saturation: 0.75 and the lightness value of db261f is 0.49.

The process color (four color CMYK) of #db261f color hex is 0.00, 0.83, 0.86, 0.14. Web safe color of #db261f is #cc3333. Color #db261f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 00011111
Octal 333 46 37
Decimal 219 38 31
Hex DB 26 1F

RGB Percentages of Color #db261f

%76.04
%13.19
%10.76

CMYK Percentages of Color #db261f

%0
%83
%86
%14

Triadic Colors of #db261f

#db261f #1fdb26 #261fdb

Analogous Colors of #db261f

#db261f #db841f #db1f76

Monochromatic Colors of #db261f

#db261f

Complementary Color

#db261f #1fd4db

#db261f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db261f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db261f Color CSS Codes

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

#db261f Text Font Color

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

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


#db261f Background Color

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

This div background color is #db261f


#db261f Border Color

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

This div border color is #db261f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db261f


Comments

No comments written yet.

Please login to write comment.