Color Hex Logo

#de150f Color Hex

#DE150F
(222,21,15)
0 Favorites   0 Comments

Color spaces of #de150f

RGB 2222115
HSL0.000.870.46
HSV93°87°
CMYK 0.000.910.93   0.13
XYZ30.478616.10041.9532
Yxy16.10040.62800.3317
Hunter Lab40.125365.366725.2016
CIE-Lab47.105970.224956.4483

#de150f color RGB value is (222,21,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010101 00001111
Octal 336 25 17
Decimal 222 21 15
Hex DE 15 F

RGB Percentages of Color #de150f

%86.05
%8.14
%5.81

CMYK Percentages of Color #de150f

%0
%91
%93
%13

Triadic Colors of #de150f

#de150f #0fde15 #150fde

Analogous Colors of #de150f

#de150f #de7d0f #de0f71

Monochromatic Colors of #de150f

#de150f

Complementary Color

#de150f #0fd8de

#de150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de150f Color CSS Codes

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

#de150f Text Font Color

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

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


#de150f Background Color

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

This div background color is #de150f


#de150f Border Color

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

This div border color is #de150f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de150f


Comments

No comments written yet.

Please login to write comment.