Color Hex Logo

#db201f Color Hex

#DB201F
(219,32,31)
0 Favorites   0 Comments

Color spaces of #db201f

RGB 2193231
HSL0.000.750.49
HSV86°86°
CMYK 0.000.850.86   0.14
XYZ29.977316.19202.8417
Yxy16.19200.61160.3304
Hunter Lab40.239362.559523.9804
CIE-Lab47.225467.823449.6845

#db201f color RGB value is (219,32,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 00011111
Octal 333 40 37
Decimal 219 32 31
Hex DB 20 1F

RGB Percentages of Color #db201f

%77.66
%11.35
%10.99

CMYK Percentages of Color #db201f

%0
%85
%86
%14

Triadic Colors of #db201f

#db201f #1fdb20 #201fdb

Analogous Colors of #db201f

#db201f #db7e1f #db1f7c

Monochromatic Colors of #db201f

#db201f

Complementary Color

#db201f #1fdadb

#db201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db201f Color CSS Codes

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

#db201f Text Font Color

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

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


#db201f Background Color

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

This div background color is #db201f


#db201f Border Color

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

This div border color is #db201f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db201f


Comments

No comments written yet.

Please login to write comment.