Color Hex Logo

#de150e Color Hex

#DE150E
(222,21,14)
0 Favorites   0 Comments

Color spaces of #de150e

RGB 2222114
HSL0.010.880.46
HSV94°87°
CMYK 0.000.910.94   0.13
XYZ30.471616.09761.9166
Yxy16.09760.62850.3320
Hunter Lab40.121865.353525.2530
CIE-Lab47.102370.214556.7710

#de150e color RGB value is (222,21,14).

#de150e hex color red value is 222, green value is 21 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #de150e hue: 0.01 , saturation: 0.88 and the lightness value of de150e is 0.46.

The process color (four color CMYK) of #de150e color hex is 0.00, 0.91, 0.94, 0.13. Web safe color of #de150e is #cc0000. Color #de150e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010101 00001110
Octal 336 25 16
Decimal 222 21 14
Hex DE 15 E

RGB Percentages of Color #de150e

%86.38
%8.17
%5.45

CMYK Percentages of Color #de150e

%0
%91
%94
%13

Triadic Colors of #de150e

#de150e #0ede15 #150ede

Analogous Colors of #de150e

#de150e #de7d0e #de0e6f

Monochromatic Colors of #de150e

#de150e

Complementary Color

#de150e #0ed7de

#de150e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de150e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de150e Color CSS Codes

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

#de150e Text Font Color

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

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


#de150e Background Color

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

This div background color is #de150e


#de150e Border Color

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

This div border color is #de150e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de150e


Comments

No comments written yet.

Please login to write comment.