Color Hex Logo

#de041f Color Hex

#DE041F
(222,4,31)
0 Favorites   0 Comments

Color spaces of #de041f

RGB 222431
HSL0.980.960.44
HSV353°98°87°
CMYK 0.000.980.86   0.13
XYZ30.414915.71542.7266
Yxy15.71540.62250.3217
Hunter Lab39.642767.575323.6719
CIE-Lab46.598972.172049.4163

#de041f color RGB value is (222,4,31).

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

The process color (four color CMYK) of #de041f color hex is 0.00, 0.98, 0.86, 0.13. Web safe color of #de041f is #cc0033. Color #de041f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000100 00011111
Octal 336 4 37
Decimal 222 4 31
Hex DE 4 1F

RGB Percentages of Color #de041f

%86.38
%1.56
%12.06

CMYK Percentages of Color #de041f

%0
%98
%86
%13

Triadic Colors of #de041f

#de041f #1fde04 #041fde

Analogous Colors of #de041f

#de041f #de5604 #de048c

Monochromatic Colors of #de041f

#de041f

Complementary Color

#de041f #04dec3

#de041f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de041f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de041f Color CSS Codes

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

#de041f Text Font Color

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

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


#de041f Background Color

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

This div background color is #de041f


#de041f Border Color

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

This div border color is #de041f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de041f


Comments

No comments written yet.

Please login to write comment.