Color Hex Logo

#de491b Color Hex

#DE491B
(222,73,27)
0 Favorites   0 Comments

Color spaces of #de491b

RGB 2227327
HSL0.040.780.49
HSV14°88°87°
CMYK 0.000.670.88   0.13
XYZ32.704620.37383.2457
Yxy20.37380.58070.3617
Hunter Lab45.137350.343127.3328
CIE-Lab52.257256.157755.6724

#de491b color RGB value is (222,73,27).

#de491b hex color red value is 222, green value is 73 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #de491b hue: 0.04 , saturation: 0.78 and the lightness value of de491b is 0.49.

The process color (four color CMYK) of #de491b color hex is 0.00, 0.67, 0.88, 0.13. Web safe color of #de491b is #cc3333. Color #de491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 00011011
Octal 336 111 33
Decimal 222 73 27
Hex DE 49 1B

RGB Percentages of Color #de491b

%68.94
%22.67
%8.39

CMYK Percentages of Color #de491b

%0
%67
%88
%13

Triadic Colors of #de491b

#de491b #1bde49 #491bde

Analogous Colors of #de491b

#de491b #deab1b #de1b4e

Monochromatic Colors of #de491b

#de491b

Complementary Color

#de491b #1bb0de

#de491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de491b Color CSS Codes

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

#de491b Text Font Color

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

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


#de491b Background Color

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

This div background color is #de491b


#de491b Border Color

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

This div border color is #de491b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,73,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de491b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de491b;
  -webkit-box-shadow: 1px 1px 3px 2px #de491b;
  box-shadow:         1px 1px 3px 2px #de491b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,73,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de491b


Comments

No comments written yet.

Please login to write comment.