Color Hex Logo

#db281c Color Hex

#DB281C
(219,40,28)
0 Favorites   0 Comments

Color spaces of #db281c

RGB 2194028
HSL0.010.770.48
HSV87°86°
CMYK 0.000.820.87   0.14
XYZ30.181816.66152.7238
Yxy16.66150.60890.3361
Hunter Lab40.818560.553224.6166
CIE-Lab47.830765.986651.5602

#db281c color RGB value is (219,40,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 00011100
Octal 333 50 34
Decimal 219 40 28
Hex DB 28 1C

RGB Percentages of Color #db281c

%76.31
%13.94
%9.76

CMYK Percentages of Color #db281c

%0
%82
%87
%14

Triadic Colors of #db281c

#db281c #1cdb28 #281cdb

Analogous Colors of #db281c

#db281c #db881c #db1c70

Monochromatic Colors of #db281c

#db281c

Complementary Color

#db281c #1ccfdb

#db281c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db281c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db281c Color CSS Codes

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

#db281c Text Font Color

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

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


#db281c Background Color

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

This div background color is #db281c


#db281c Border Color

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

This div border color is #db281c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db281c


Comments

No comments written yet.

Please login to write comment.