color codes Logo

#db061f color codes

#DB061F
(219,6,31)
0 Favorites   0 Comments

Color spaces of #db061f

RGB 219631
HSL0.980.950.44
HSV353°97°86°
CMYK 0.000.970.86   0.14
XYZ29.525915.28922.6913
Yxy15.28920.62150.3218
Hunter Lab39.101466.359823.2901
CIE-Lab46.027871.268548.6853

#db061f color RGB value is (219,6,31).

#db061f hex color red value is 219, green value is 6 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db061f hue: 0.98 , saturation: 0.95 and the lightness value of db061f is 0.44.

The process color (four color CMYK) of #db061f color code is 0.00, 0.97, 0.86, 0.14. Web safe color of #db061f is #cc0033. Color #db061f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 00011111
Octal 333 6 37
Decimal 219 6 31
Hex DB 6 1F

RGB Percentages of Color #db061f

%85.55
%2.34
%12.11

CMYK Percentages of Color #db061f

%0
%97
%86
%14

Triadic Colors of #db061f

#db061f #1fdb06 #061fdb

Analogous Colors of #db061f

#db061f #db5806 #db068a

Monochromatic Colors of #db061f

#db061f

Complementary Color

#db061f #06dbc2

#db061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db061f Color CSS Codes

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

#db061f Text Font Color

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

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


#db061f Background Color

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

This div background color is #db061f


#db061f Border Color

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

This div border color is #db061f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db061f


Comments

No comments written yet.

Please login to write comment.