Color Hex Logo

#db251c Color Hex

#DB251C
(219,37,28)
0 Favorites   0 Comments

Color spaces of #db251c

RGB 2193728
HSL0.010.770.48
HSV87°86°
CMYK 0.000.830.87   0.14
XYZ30.084616.46702.6914
Yxy16.46700.61090.3344
Hunter Lab40.579661.320924.4733
CIE-Lab47.581366.694851.3631

#db251c color RGB value is (219,37,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 00011100
Octal 333 45 34
Decimal 219 37 28
Hex DB 25 1C

RGB Percentages of Color #db251c

%77.11
%13.03
%9.86

CMYK Percentages of Color #db251c

%0
%83
%87
%14

Triadic Colors of #db251c

#db251c #1cdb25 #251cdb

Analogous Colors of #db251c

#db251c #db851c #db1c73

Monochromatic Colors of #db251c

#db251c

Complementary Color

#db251c #1cd2db

#db251c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db251c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db251c Color CSS Codes

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

#db251c Text Font Color

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

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


#db251c Background Color

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

This div background color is #db251c


#db251c Border Color

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

This div border color is #db251c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db251c


Comments

No comments written yet.

Please login to write comment.