Color Hex Logo

#db281f Color Hex

#DB281F
(219,40,31)
0 Favorites   0 Comments

Color spaces of #db281f

RGB 2194031
HSL0.010.750.49
HSV86°86°
CMYK 0.000.820.86   0.14
XYZ30.219516.67662.9225
Yxy16.67660.60660.3347
Hunter Lab40.837060.625824.3428
CIE-Lab47.849966.045550.2043

#db281f color RGB value is (219,40,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 00011111
Octal 333 50 37
Decimal 219 40 31
Hex DB 28 1F

RGB Percentages of Color #db281f

%75.52
%13.79
%10.69

CMYK Percentages of Color #db281f

%0
%82
%86
%14

Triadic Colors of #db281f

#db281f #1fdb28 #281fdb

Analogous Colors of #db281f

#db281f #db861f #db1f74

Monochromatic Colors of #db281f

#db281f

Complementary Color

#db281f #1fd2db

#db281f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db281f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db281f Color CSS Codes

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

#db281f Text Font Color

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

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


#db281f Background Color

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

This div background color is #db281f


#db281f Border Color

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

This div border color is #db281f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db281f


Comments

No comments written yet.

Please login to write comment.