Color Hex Logo

#de273b Color Hex

#DE273B
(222,39,59)
0 Favorites   0 Comments

Color spaces of #de273b

RGB 2223959
HSL0.980.730.51
HSV353°82°87°
CMYK 0.000.820.73   0.13
XYZ31.639117.29645.8086
Yxy17.29640.57790.3160
Hunter Lab41.588963.014620.8314
CIE-Lab48.631467.939536.1440

#de273b color RGB value is (222,39,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100111 00111011
Octal 336 47 73
Decimal 222 39 59
Hex DE 27 3B

RGB Percentages of Color #de273b

%69.38
%12.19
%18.44

CMYK Percentages of Color #de273b

%0
%82
%73
%13

Triadic Colors of #de273b

#de273b #3bde27 #273bde

Analogous Colors of #de273b

#de273b #de6f27 #de2797

Monochromatic Colors of #de273b

#de273b

Complementary Color

#de273b #27deca

#de273b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de273b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de273b Color CSS Codes

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

#de273b Text Font Color

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

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


#de273b Background Color

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

This div background color is #de273b


#de273b Border Color

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

This div border color is #de273b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de273b


Comments

No comments written yet.

Please login to write comment.