Color Hex Logo

#de191f Color Hex

#DE191F
(222,25,31)
0 Favorites   0 Comments

Color spaces of #de191f

RGB 2222531
HSL0.990.800.48
HSV358°89°87°
CMYK 0.000.890.86   0.13
XYZ30.719216.32382.8280
Yxy16.32380.61600.3273
Hunter Lab40.402765.013224.1319
CIE-Lab47.396569.870850.0750

#de191f color RGB value is (222,25,31).

#de191f hex color red value is 222, green value is 25 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #de191f hue: 0.99 , saturation: 0.80 and the lightness value of de191f is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00011001 00011111
Octal 336 31 37
Decimal 222 25 31
Hex DE 19 1F

RGB Percentages of Color #de191f

%79.86
%8.99
%11.15

CMYK Percentages of Color #de191f

%0
%89
%86
%13

Triadic Colors of #de191f

#de191f #1fde19 #191fde

Analogous Colors of #de191f

#de191f #de7619 #de1982

Monochromatic Colors of #de191f

#de191f

Complementary Color

#de191f #19ded8

#de191f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de191f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de191f Color CSS Codes

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

#de191f Text Font Color

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

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


#de191f Background Color

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

This div background color is #de191f


#de191f Border Color

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

This div border color is #de191f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de191f


Comments

No comments written yet.

Please login to write comment.