Color Hex Logo

#db362b Color Hex

#DB362B
(219,54,43)
0 Favorites   0 Comments

Color spaces of #db362b

RGB 2195443
HSL0.010.710.51
HSV80°86°
CMYK 0.000.750.80   0.14
XYZ30.968617.87284.1031
Yxy17.87280.58490.3376
Hunter Lab42.276256.773223.8390
CIE-Lab49.341562.413345.6053

#db362b color RGB value is (219,54,43).

#db362b hex color red value is 219, green value is 54 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #db362b hue: 0.01 , saturation: 0.71 and the lightness value of db362b is 0.51.

The process color (four color CMYK) of #db362b color hex is 0.00, 0.75, 0.80, 0.14. Web safe color of #db362b is #cc3333. Color #db362b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110110 00101011
Octal 333 66 53
Decimal 219 54 43
Hex DB 36 2B

RGB Percentages of Color #db362b

%69.30
%17.09
%13.61

CMYK Percentages of Color #db362b

%0
%75
%80
%14

Triadic Colors of #db362b

#db362b #2bdb36 #362bdb

Analogous Colors of #db362b

#db362b #db8e2b #db2b78

Monochromatic Colors of #db362b

#db362b

Complementary Color

#db362b #2bd0db

#db362b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db362b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db362b Color CSS Codes

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

#db362b Text Font Color

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

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


#db362b Background Color

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

This div background color is #db362b


#db362b Border Color

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

This div border color is #db362b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db362b


Comments

No comments written yet.

Please login to write comment.