Color Hex Logo

#de272f Color Hex

#DE272F
(222,39,47)
0 Favorites   0 Comments

Color spaces of #de272f

RGB 2223947
HSL0.990.730.51
HSV357°82°87°
CMYK 0.000.820.79   0.13
XYZ31.362817.18594.3535
Yxy17.18590.59280.3249
Hunter Lab41.455962.493622.7928
CIE-Lab48.493467.522342.8060

#de272f color RGB value is (222,39,47).

#de272f hex color red value is 222, green value is 39 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #de272f hue: 0.99 , saturation: 0.73 and the lightness value of de272f is 0.51.

The process color (four color CMYK) of #de272f color hex is 0.00, 0.82, 0.79, 0.13. Web safe color of #de272f is #cc3333. Color #de272f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 00101111
Octal 336 47 57
Decimal 222 39 47
Hex DE 27 2F

RGB Percentages of Color #de272f

%72.08
%12.66
%15.26

CMYK Percentages of Color #de272f

%0
%82
%79
%13

Triadic Colors of #de272f

#de272f #2fde27 #272fde

Analogous Colors of #de272f

#de272f #de7b27 #de278b

Monochromatic Colors of #de272f

#de272f

Complementary Color

#de272f #27ded6

#de272f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de272f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de272f Color CSS Codes

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

#de272f Text Font Color

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

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


#de272f Background Color

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

This div background color is #de272f


#de272f Border Color

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

This div border color is #de272f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de272f


Comments

No comments written yet.

Please login to write comment.