Color Hex Logo

#de2e15 Color Hex

#DE2E15
(222,46,21)
0 Favorites   0 Comments

Color spaces of #de2e15

RGB 2224621
HSL0.020.830.48
HSV91°87°
CMYK 0.000.790.91   0.13
XYZ31.236617.53772.4482
Yxy17.53770.60980.3424
Hunter Lab41.878059.855625.8485
CIE-Lab48.930565.174255.4998

#de2e15 color RGB value is (222,46,21).

#de2e15 hex color red value is 222, green value is 46 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #de2e15 hue: 0.02 , saturation: 0.83 and the lightness value of de2e15 is 0.48.

The process color (four color CMYK) of #de2e15 color hex is 0.00, 0.79, 0.91, 0.13. Web safe color of #de2e15 is #cc3300. Color #de2e15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101110 00010101
Octal 336 56 25
Decimal 222 46 21
Hex DE 2E 15

RGB Percentages of Color #de2e15

%76.82
%15.92
%7.27

CMYK Percentages of Color #de2e15

%0
%79
%91
%13

Triadic Colors of #de2e15

#de2e15 #15de2e #2e15de

Analogous Colors of #de2e15

#de2e15 #de9315 #de1560

Monochromatic Colors of #de2e15

#de2e15

Complementary Color

#de2e15 #15c5de

#de2e15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de2e15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de2e15 Color CSS Codes

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

#de2e15 Text Font Color

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

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


#de2e15 Background Color

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

This div background color is #de2e15


#de2e15 Border Color

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

This div border color is #de2e15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de2e15


Comments

No comments written yet.

Please login to write comment.