Color Hex Logo

#de131f Color Hex

#DE131F
(222,19,31)
0 Favorites   0 Comments

Color spaces of #de131f

RGB 2221931
HSL0.990.840.47
HSV356°91°87°
CMYK 0.000.910.86   0.13
XYZ30.604416.09432.7898
Yxy16.09430.61840.3252
Hunter Lab40.117765.965523.9593
CIE-Lab47.098070.729549.8282

#de131f color RGB value is (222,19,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00011111
Octal 336 23 37
Decimal 222 19 31
Hex DE 13 1F

RGB Percentages of Color #de131f

%81.62
%6.99
%11.40

CMYK Percentages of Color #de131f

%0
%91
%86
%13

Triadic Colors of #de131f

#de131f #1fde13 #131fde

Analogous Colors of #de131f

#de131f #de6d13 #de1385

Monochromatic Colors of #de131f

#de131f

Complementary Color

#de131f #13ded2

#de131f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de131f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de131f Color CSS Codes

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

#de131f Text Font Color

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

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


#de131f Background Color

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

This div background color is #de131f


#de131f Border Color

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

This div border color is #de131f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de131f


Comments

No comments written yet.

Please login to write comment.